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-04-29T03:17:21.491Z||main|||||INFO|500||The following profiles are active: basic 2023-04-29T03:17:34.683Z||main|||||INFO|500||Starting service [Tomcat] 2023-04-29T03:17:34.684Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-04-29T03:17:34.822Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-04-29T03:17:40.750Z||main|||||INFO|500||catdb-pool - Starting... 2023-04-29T03:17:41.226Z||main|||||INFO|500||catdb-pool - Start completed. 2023-04-29T03:17:41.911Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-04-29T03:17:42.165Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-04-29T03:17:42.872Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-04-29T03:17:45.094Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-04-29T03:17:45.806Z||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-04-29T03:17:49.976Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-04-29T03:17:50.144Z||main|||||INFO|500||reqdb-pool - Starting... 2023-04-29T03:17:50.174Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-04-29T03:17:50.187Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-04-29T03:17:50.919Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-04-29T03:17:51.427Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-04-29T03:17:52.885Z||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-04-29T03:17:53.518Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02 2023-04-29T03:17:53.519Z||main|||||ERROR|500||(conn=859) Table 'catalogdb.activity_spec' doesn't exist 2023-04-29T03:17:53.537Z||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-04-29T03:17:57.131Z||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-04-29T03:18:00.217Z||main|||||WARN|500||--- 2023-04-29T03:18:00.217Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-04-29T03:18:00.218Z||main|||||WARN|500||--- 2023-04-29T03:18:00.663Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-04-29T03:18:05.967Z||main|||||INFO|500||Started Application in 48.088 seconds (JVM running for 50.717) 2023-04-29T03:18:05.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-04-29T03:18:05.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-04-29T03:18:05.988Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-04-29T03:18:06.033Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 530133df-a9a3-410d-876a-7bdb0cc665ba url= /sdc/v1/artifactTypes 2023-04-29T03:18:06.039Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-04-29T03:18:06.234Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-04-29T03:18:06.291Z||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-04-29T03:18:06.291Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-04-29T03:18:06.292Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 84264b57-afd7-4ab9-bdbb-3b68add6ed6a url= /sdc/v1/distributionKafkaData 2023-04-29T03:18:06.293Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData 2023-04-29T03:18:06.372Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-04-29T03:18:06.383Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@59ac16c4 2023-04-29T03:18:06.475Z||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-ec199128-922c-4763-af2d-298b1a838984 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-04-29T03:18:06.539Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Instantiated an idempotent producer. 2023-04-29T03:18:06.646Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-04-29T03:18:06.720Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-04-29T03:18:06.721Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-04-29T03:18:06.721Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1682738286716 2023-04-29T03:18:06.727Z||scheduling-1|||||INFO|500||start DistributionClient 2023-04-29T03:18:06.747Z||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-91dc8999-1f99-45a9-ba70-76837721e353 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-04-29T03:18:06.844Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-04-29T03:18:06.845Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-04-29T03:18:06.845Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1682738286844 2023-04-29T03:18:06.847Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:18:06.893Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:18:06.893Z||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-1ac91929-f908-4d5b-9432-842f15c871cd 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-04-29T03:18:06.909Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-04-29T03:18:06.909Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-04-29T03:18:06.910Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1682738286909 2023-04-29T03:18:06.911Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:18:06.913Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:18:06.920Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-04-29T03:18:07.855Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:07.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 k1BH05W8QgeDeB-5pCiPEg 2023-04-29T03:18:07.856Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 k1BH05W8QgeDeB-5pCiPEg 2023-04-29T03:18:07.856Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Cluster ID: Q-fyGWGPQXOmkU6wNwHlKw 2023-04-29T03:18:07.856Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:07.857Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 k1BH05W8QgeDeB-5pCiPEg 2023-04-29T03:18:07.858Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 k1BH05W8QgeDeB-5pCiPEg 2023-04-29T03:18:07.858Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:07.859Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 k1BH05W8QgeDeB-5pCiPEg 2023-04-29T03:18:07.859Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] ProducerId set to 7 with epoch 0 2023-04-29T03:18:07.859Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 k1BH05W8QgeDeB-5pCiPEg 2023-04-29T03:18:07.859Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:07.860Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:07.860Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:07.862Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Cluster ID: Q-fyGWGPQXOmkU6wNwHlKw 2023-04-29T03:18:07.862Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Cluster ID: Q-fyGWGPQXOmkU6wNwHlKw 2023-04-29T03:18:07.863Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-04-29T03:18:07.864Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-04-29T03:18:07.888Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] (Re-)joining group 2023-04-29T03:18:07.888Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] (Re-)joining group 2023-04-29T03:18:07.953Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd-1c4ef0e7-080b-44d6-9a12-6d5a0d1ad1ba 2023-04-29T03:18:07.954Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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-04-29T03:18:07.954Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] (Re-)joining group 2023-04-29T03:18:07.955Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353-1d71b788-6783-4ba5-b358-5e3a211bf53a 2023-04-29T03:18:07.956Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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-04-29T03:18:07.956Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] (Re-)joining group 2023-04-29T03:18:13.965Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd-1c4ef0e7-080b-44d6-9a12-6d5a0d1ad1ba', protocol='range'} 2023-04-29T03:18:13.969Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353-1d71b788-6783-4ba5-b358-5e3a211bf53a', protocol='range'} 2023-04-29T03:18:14.024Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:14.027Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:14.029Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:14.031Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:14.032Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:14.033Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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 wGT8RvdkSgimX5yimjQ1FQ 2023-04-29T03:18:14.039Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd-1c4ef0e7-080b-44d6-9a12-6d5a0d1ad1ba=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-91dc8999-1f99-45a9-ba70-76837721e353-1d71b788-6783-4ba5-b358-5e3a211bf53a=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-04-29T03:18:14.078Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd-1c4ef0e7-080b-44d6-9a12-6d5a0d1ad1ba', protocol='range'} 2023-04-29T03:18:14.080Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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-04-29T03:18:14.081Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353-1d71b788-6783-4ba5-b358-5e3a211bf53a', protocol='range'} 2023-04-29T03:18:14.081Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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-04-29T03:18:14.087Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, 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-04-29T03:18:14.087Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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-04-29T03:18:14.102Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-04-29T03:18:14.102Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-04-29T03:18:14.103Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-04-29T03:18:14.103Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-04-29T03:18:14.103Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-04-29T03:18:14.104Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-04-29T03:18:14.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-04-29T03:18:14.105Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-04-29T03:18:14.105Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-04-29T03:18:14.105Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-04-29T03:18:14.106Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-04-29T03:18:14.106Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-04-29T03:18:14.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-04-29T03:18:14.143Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-04-29T03:18:14.196Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-04-29T03:18:14.197Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-04-29T03:18:14.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-04-29T03:18:14.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-04-29T03:18:14.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-04-29T03:18:14.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-04-29T03:18:14.208Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-04-29T03:18:14.209Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-04-29T03:18:14.210Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-04-29T03:18:14.211Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-04-29T03:19:06.902Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:19:06.914Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:20:06.904Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:20:06.921Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:21:06.907Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:21:06.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:22:06.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:22:06.924Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:23:06.911Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:23:06.925Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:24:06.915Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:24:06.927Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:25:06.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:25:06.928Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:26:06.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:26:06.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:27:06.923Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:27:06.932Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:27:08.118Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1ac91929-f908-4d5b-9432-842f15c871cd, groupId=SO] Node -1 disconnected. 2023-04-29T03:27:08.118Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-91dc8999-1f99-45a9-ba70-76837721e353, groupId=SO] Node -1 disconnected. 2023-04-29T03:27:08.148Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Node -1 disconnected. 2023-04-29T03:27:33.617Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-04-29T03:28:06.928Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:28:06.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:29:06.930Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:29:06.935Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:30:06.938Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:30:06.933Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:31:06.940Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:31:06.940Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:32:06.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:32:06.943Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:33:06.945Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:33:06.945Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:34:06.952Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:34:06.952Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:35:06.954Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:35:06.954Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:36:06.956Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:36:06.956Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:37:06.965Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:37:06.965Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:38:06.969Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:38:06.969Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:39:06.971Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:39:06.971Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:40:06.972Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:40:06.973Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:41:06.974Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:41:06.974Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:42:06.977Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:42:06.977Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:43:06.979Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:43:06.979Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:44:06.981Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:44:06.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:45:06.986Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:45:06.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:46:06.990Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:46:06.991Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:47:06.992Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:47:06.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:48:06.994Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:48:06.995Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:49:06.996Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:49:06.997Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:50:06.998Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:50:06.998Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:51:07.000Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:51:07.001Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:52:07.002Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:52:07.002Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:53:07.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:53:07.004Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:54:07.007Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:54:07.007Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:55:07.011Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:55:07.012Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:56:07.013Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:56:07.012Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:57:07.014Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:57:07.014Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:58:07.015Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:58:07.016Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T03:59:07.018Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T03:59:07.018Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:00:07.021Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:00:07.021Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:01:07.023Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:01:07.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:02:07.025Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:02:07.025Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:03:07.027Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:03:07.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:04:07.033Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:04:07.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:05:07.034Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:05:07.035Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:06:07.036Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:06:07.036Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:07:07.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:07:07.039Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:08:07.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:08:07.039Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:09:07.041Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:09:07.040Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:10:07.042Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:10:07.043Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:11:07.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:11:07.044Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:12:07.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:12:07.046Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:13:07.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:13:07.049Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:14:07.050Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:14:07.050Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:15:07.052Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:15:07.052Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:16:07.054Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:16:07.054Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:17:07.055Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:17:07.055Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:18:07.055Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:18:07.067Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:19:07.057Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:19:07.067Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:20:07.060Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:20:07.069Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:21:07.064Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:21:07.071Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:22:07.067Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:22:07.073Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:23:07.074Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:23:07.070Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:24:07.075Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:24:07.079Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:25:07.076Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:25:07.080Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:26:07.079Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:26:07.081Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:27:07.080Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:27:07.082Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:28:07.082Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:28:07.084Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:29:07.084Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:29:07.085Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:30:07.086Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:30:07.087Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:31:07.088Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:31:07.089Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:32:07.090Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:32:07.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:33:07.092Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:33:07.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:34:07.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:34:07.094Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:35:07.096Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:35:07.096Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:36:07.096Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:36:07.097Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:37:07.099Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:37:07.098Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:38:07.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:38:07.101Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:39:07.104Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:39:07.104Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:40:07.107Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:40:07.108Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:41:07.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:41:07.110Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:42:07.110Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:42:07.111Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:43:07.111Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:43:07.113Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:44:07.114Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:44:07.114Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:45:07.117Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:45:07.117Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:46:07.118Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:46:07.118Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:47:07.119Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:47:07.119Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:48:07.121Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:48:07.121Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:49:07.123Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:49:07.123Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:50:07.124Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:50:07.124Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:51:07.126Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:51:07.126Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:52:07.128Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:52:07.128Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:53:07.130Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:53:07.130Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:54:07.130Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:54:07.131Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:55:07.131Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:55:07.132Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:56:07.133Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:56:07.132Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:57:07.134Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:57:07.134Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:58:07.137Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:58:07.137Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T04:59:07.138Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T04:59:07.139Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:00:07.140Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:00:07.140Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:01:07.141Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:01:07.142Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:02:07.143Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:02:07.143Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:03:07.145Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:03:07.147Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:04:07.147Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:04:07.148Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:05:07.148Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:05:07.149Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:06:07.149Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:06:07.150Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:07:07.150Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:07:07.151Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:08:07.152Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:08:07.152Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:09:07.154Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:09:07.155Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:10:07.156Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:10:07.156Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:11:07.158Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:11:07.158Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:12:07.160Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:12:07.160Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:13:07.161Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:13:07.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:13:19.381Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2023-04-29T05:14:07.164Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:14:07.163Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:15:07.166Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:15:07.166Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:16:07.168Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:16:07.168Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:17:07.169Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:17:07.170Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:18:07.169Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:18:07.172Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:19:07.171Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:19:07.173Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:20:07.174Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:20:07.174Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:21:07.177Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:21:07.177Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:22:07.179Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:22:07.180Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:23:07.180Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:23:07.180Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:24:07.181Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:24:07.181Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:25:07.183Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:25:07.183Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:26:07.185Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:26:07.186Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:27:07.187Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:27:07.187Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:28:07.188Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:28:07.189Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:29:07.189Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:29:07.190Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:30:07.190Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:30:07.192Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:31:07.191Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:31:07.193Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:32:07.194Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:32:07.194Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:33:07.195Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:33:07.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:34:07.197Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:34:07.197Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:35:07.197Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:35:07.198Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:36:07.199Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:36:07.199Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:37:07.200Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:37:07.201Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:38:07.202Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:38:07.202Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:39:07.203Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:39:07.204Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:40:07.205Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:40:07.205Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:41:07.205Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:41:07.206Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:42:07.207Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:42:07.208Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:43:07.208Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:43:07.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:44:07.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:44:07.211Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:45:07.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:45:07.215Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:46:07.216Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:46:07.217Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:47:07.216Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:47:07.218Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:48:07.217Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:48:07.218Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:49:07.219Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:49:07.218Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:50:07.220Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:50:07.220Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:51:07.221Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:51:07.222Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:52:07.223Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:52:07.224Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:53:07.224Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:53:07.225Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:54:07.226Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:54:07.226Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:55:07.226Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:55:07.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:56:07.230Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:56:07.230Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:57:07.232Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:57:07.232Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:58:07.235Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:58:07.235Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T05:59:07.236Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T05:59:07.238Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:00:07.238Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:00:07.237Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:01:07.240Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:01:07.239Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:02:07.241Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:02:07.242Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:03:07.245Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:03:07.246Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:04:07.246Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:04:07.247Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:05:07.247Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:05:07.248Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:06:07.248Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:06:07.248Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:07:07.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:07:07.250Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:08:07.252Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:08:07.252Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:09:07.254Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:09:07.254Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:10:07.255Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:10:07.256Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:11:07.256Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:11:07.256Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:12:07.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:12:07.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:13:07.259Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:13:07.259Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:14:07.260Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:14:07.261Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:15:07.262Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:15:07.262Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:16:07.263Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:16:07.264Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:17:07.264Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:17:07.264Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:18:07.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:18:07.265Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:19:07.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:19:07.266Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:20:07.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:20:07.268Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:21:07.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:21:07.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:22:07.270Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:22:07.270Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:23:07.272Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:23:07.274Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:24:07.274Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:24:07.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:25:07.276Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:25:07.277Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:26:07.279Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:26:07.278Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:27:07.281Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:27:07.282Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:28:07.283Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:28:07.284Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:29:07.284Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:29:07.285Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:30:07.285Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:30:07.286Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:31:07.288Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:31:07.287Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:32:07.295Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:32:07.296Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:33:07.296Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:33:07.297Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:34:07.297Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:34:07.298Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:35:07.298Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:35:07.298Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:36:07.299Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:36:07.299Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:37:07.302Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:37:07.303Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:38:07.303Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:38:07.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:39:07.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:39:07.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:40:07.307Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:40:07.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:41:07.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:41:07.313Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:42:07.313Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:42:07.313Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:43:07.315Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:43:07.315Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:44:07.316Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:44:07.316Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:45:07.318Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:45:07.318Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:46:07.319Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:46:07.319Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:47:07.321Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:47:07.323Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:48:07.322Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:48:07.323Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:49:07.323Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:49:07.323Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:50:07.324Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:50:07.324Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:51:07.325Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:51:07.325Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:52:07.327Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:52:07.327Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:53:07.331Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:53:07.331Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:54:07.333Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:54:07.333Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:55:07.334Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:55:07.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:56:07.336Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:56:07.336Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:57:07.337Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:57:07.337Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:58:07.337Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:58:07.338Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T06:59:07.339Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T06:59:07.340Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:00:07.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:00:07.345Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:01:07.346Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:01:07.346Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:02:07.346Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:02:07.347Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:03:07.348Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:03:07.348Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:04:07.350Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:04:07.350Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:05:07.351Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:05:07.352Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:06:07.353Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:06:07.354Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:07:07.355Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:07:07.355Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:08:07.358Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:08:07.359Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:09:07.359Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:09:07.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:10:07.361Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:10:07.361Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:11:07.361Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:11:07.362Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:12:07.363Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:12:07.364Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:13:07.365Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:13:07.365Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:14:07.367Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:14:07.367Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:15:07.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:15:07.370Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:16:07.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:16:07.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:17:07.373Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:17:07.374Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:18:07.374Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:18:07.375Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:19:07.376Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:19:07.376Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:20:07.377Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:20:07.377Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:21:07.378Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:21:07.379Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:22:07.380Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:22:07.381Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:23:07.381Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:23:07.382Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:24:07.384Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:24:07.384Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:25:07.385Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:25:07.386Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:26:07.386Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:26:07.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:27:07.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:27:07.388Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:28:07.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:28:07.389Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:29:07.390Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:29:07.390Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:30:07.391Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:30:07.390Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:31:07.394Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:31:07.394Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:32:07.396Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:32:07.397Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:33:07.398Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:33:07.398Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:34:07.399Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:34:07.400Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:35:07.401Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:35:07.401Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:36:07.402Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:36:07.403Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:37:07.402Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:37:07.403Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:38:07.403Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:38:07.403Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:39:07.404Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:39:07.404Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:40:07.405Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:40:07.405Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:41:07.407Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:41:07.407Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:42:07.409Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:42:07.409Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:43:07.410Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:43:07.410Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:44:07.411Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:44:07.411Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:45:07.412Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:45:07.412Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:46:07.414Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:46:07.414Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:47:07.414Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:47:07.416Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:48:07.416Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:48:07.417Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:49:07.418Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:49:07.418Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:50:07.423Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:50:07.423Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:51:07.424Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:51:07.424Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:52:07.426Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:52:07.426Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:53:07.426Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:53:07.427Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:54:07.427Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:54:07.428Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:55:07.428Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:55:07.429Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:56:07.429Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:56:07.429Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:57:07.430Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:57:07.430Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:58:07.432Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T07:58:07.432Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:59:07.434Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T07:59:07.434Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:00:07.436Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:00:07.436Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:01:07.437Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:01:07.438Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:02:07.438Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:02:07.438Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:03:07.440Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:03:07.441Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:04:07.441Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:04:07.442Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:05:07.443Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:05:07.444Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:06:07.444Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:06:07.445Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:07:07.447Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:07:07.447Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:08:07.448Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:08:07.448Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:09:07.451Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:09:07.451Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:10:07.452Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:10:07.452Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:11:07.453Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:11:07.453Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:12:07.454Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:12:07.454Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:13:07.455Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:13:07.455Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:14:07.456Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:14:07.457Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:15:07.458Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:15:07.459Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:16:07.459Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:16:07.459Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:17:07.460Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:17:07.461Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:18:07.463Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:18:07.463Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:19:07.465Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:19:07.465Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:20:07.466Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:20:07.467Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:21:07.468Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:21:07.468Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:22:07.468Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:22:07.469Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:23:07.470Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:23:07.470Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:24:07.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:24:07.471Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:25:07.473Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:25:07.473Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:26:07.474Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:26:07.475Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:27:07.476Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:27:07.477Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:28:07.477Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:28:07.477Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:29:07.479Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:29:07.480Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:30:07.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:30:07.482Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:31:07.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:31:07.483Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:32:07.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:32:07.484Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:33:07.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:33:07.485Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:34:07.485Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:34:07.486Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:35:07.487Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:35:07.487Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:36:07.488Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:36:07.489Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:37:07.491Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:37:07.491Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:38:07.492Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:38:07.492Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:39:07.494Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:39:07.494Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:40:07.496Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:40:07.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:41:07.497Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:41:07.498Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:42:07.499Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:42:07.500Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:43:07.500Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:43:07.502Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:44:07.502Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:44:07.503Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:45:07.504Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:45:07.504Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:46:07.506Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:46:07.506Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:47:07.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:47:07.507Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:48:07.507Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:48:07.509Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:49:07.509Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:49:07.509Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:50:07.511Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:50:07.511Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:51:07.513Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:51:07.513Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:52:07.515Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:52:07.514Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:53:07.516Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:53:07.517Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:54:07.517Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:54:07.517Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:55:07.518Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:55:07.519Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:56:07.520Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:56:07.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:57:07.521Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:57:07.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:58:07.523Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T08:58:07.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:59:07.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T08:59:07.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:00:07.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:00:07.526Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:01:07.530Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:01:07.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:02:07.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:02:07.532Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:03:07.532Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:03:07.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:04:07.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:04:07.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:05:07.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:05:07.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:06:07.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:06:07.537Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:07:07.539Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:07:07.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:08:07.540Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:08:07.541Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:09:07.541Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:09:07.541Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:10:07.542Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:10:07.542Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:11:07.543Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:11:07.543Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:12:07.545Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:12:07.546Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:13:07.547Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:13:07.547Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:14:07.549Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:14:07.549Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:15:07.550Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:15:07.550Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:16:07.552Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:16:07.552Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:17:07.553Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:17:07.553Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:18:07.553Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:18:07.554Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:19:07.555Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:19:07.555Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:20:07.556Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:20:07.557Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:21:07.557Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:21:07.557Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:22:07.558Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:22:07.559Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:23:07.561Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:23:07.561Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:24:07.563Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:24:07.562Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:25:07.563Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:25:07.564Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:26:07.565Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:26:07.566Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:27:07.566Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:27:07.566Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:28:07.566Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:28:07.566Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:29:07.567Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:29:07.568Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:30:07.569Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:30:07.569Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:31:07.570Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:31:07.570Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:32:07.571Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:32:07.571Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:33:07.573Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:33:07.573Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:34:07.576Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:34:07.576Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:35:07.577Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:35:07.577Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:36:07.578Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:36:07.579Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:37:07.579Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:37:07.579Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:38:07.580Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:38:07.581Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:39:07.582Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:39:07.589Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:40:07.583Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:40:07.590Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:41:07.584Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:41:07.591Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:42:07.585Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:42:07.593Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:43:07.588Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:43:07.594Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:44:07.590Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:44:07.595Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:45:07.593Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:45:07.597Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:46:07.595Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:46:07.597Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:47:07.596Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:47:07.598Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:48:07.597Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:48:07.600Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:49:07.599Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:49:07.601Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:50:07.600Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:50:07.602Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:51:07.602Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:51:07.603Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:52:07.602Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:52:07.604Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:53:07.605Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:53:07.605Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:54:07.606Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:54:07.606Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:55:07.607Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:55:07.606Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:56:07.609Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:56:07.607Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:57:07.610Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:57:07.611Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:58:07.611Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T09:58:07.612Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:59:07.613Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T09:59:07.614Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:00:07.615Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:00:07.615Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:01:07.616Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:01:07.617Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:02:07.616Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:02:07.617Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:03:07.617Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:03:07.618Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:04:07.618Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:04:07.619Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:05:07.619Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:05:07.619Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:06:07.621Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:06:07.621Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:07:07.622Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:07:07.622Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:08:07.624Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:08:07.624Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:09:07.627Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:09:07.628Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:10:07.628Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:10:07.629Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:11:07.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:11:07.630Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:12:07.632Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:12:07.632Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:13:07.633Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:13:07.634Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:14:07.635Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:14:07.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:15:07.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:15:07.636Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:16:07.637Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:16:07.637Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:17:07.639Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:17:07.639Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:18:07.640Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:18:07.640Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:19:07.641Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:19:07.642Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:20:07.643Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:20:07.643Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:21:07.645Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:21:07.645Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:22:07.647Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:22:07.647Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:23:07.648Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:23:07.649Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:24:07.650Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:24:07.649Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:25:07.650Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:25:07.651Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:26:07.652Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:26:07.651Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:27:07.652Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:27:07.653Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:28:07.654Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:28:07.654Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:29:07.655Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:29:07.655Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:30:07.656Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:30:07.657Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:31:07.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:31:07.658Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:32:07.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:32:07.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:33:07.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:33:07.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:34:07.662Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:34:07.662Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:35:07.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:35:07.664Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:36:07.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:36:07.665Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:37:07.664Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:37:07.665Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:38:07.666Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:38:07.666Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:39:07.667Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:39:07.667Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:40:07.668Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:40:07.668Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:41:07.668Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:41:07.669Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:42:07.670Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:42:07.671Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:43:07.672Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:43:07.672Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:44:07.674Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:44:07.674Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:45:07.675Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:45:07.676Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:46:07.676Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:46:07.677Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:47:07.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:47:07.677Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:48:07.678Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:48:07.679Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:49:07.679Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:49:07.679Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:50:07.680Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:50:07.681Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:51:07.681Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:51:07.682Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:52:07.682Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:52:07.682Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:53:07.683Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:53:07.684Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:54:07.685Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:54:07.686Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:55:07.688Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:55:07.689Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:56:07.692Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:56:07.692Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:10.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-04-29T10:56:10.278Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"7ae561a2-fddf-497b-be0d-e3b7fc3b562c","serviceName":"vFW 2023-04-29 10-54-38","serviceVersion":"1.0","serviceUUID":"ab3259d3-b639-409d-9e43-b342e53df50c","serviceDescription":"catalog service description","serviceInvariantUUID":"7f8fc731-5748-46e8-bd1d-02ede5aac655","resources":[{"resourceInstanceName":"vFW d5b1219a-a13d 0","resourceName":"vFW d5b1219a-a13d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6635c72b-8ac4-4c88-a846-cd7c0e2bd061","resourceInvariantUUID":"46732f0e-c9cc-402d-908f-6825603ee1a9","resourceCustomizationUUID":"0281a495-9363-4b96-8265-1d61831916c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vf-license-model.xml","artifactChecksum":"YmM2MWVmYzQ2MDdjNTE5YjIxNjgxYWJkOGVmNTIxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cabd8c59-1fa6-41fe-9bc4-6c50246b1ddb","artifactVersion":"1"},{"artifactName":"vfwd5b1219aa13d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json","artifactChecksum":"OGNmYjY1YzM5NjM5Y2U4YzMyNGEwZjQzZDRkOWQ1NjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"410c1654-1150-4291-850a-46cff77bbc8c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vendor-license-model.xml","artifactChecksum":"OTNmMTcwMWVkYmUyOTJiMDc2ODYzNzUxMmFhNmYyNDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d0601a34-ebe3-4dac-8488-3de389b9d99c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9","artifactVersion":"2","generatedFromUUID":"4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230429105438-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-template.yml","artifactChecksum":"YTg3YjMzNWYxODVlYmQyYmFiNDIwMzY2MzkwMmNiNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec55c741-46ae-44db-badc-f22c119601dc","artifactVersion":"1"},{"artifactName":"service-Vfw20230429105438-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar","artifactChecksum":"NTU0ZDFjNzA4NTRhZjY3YmFhYjY4NjNjNTE5MzgzYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff52a3cc-e063-4a3f-8bcd-2b7c3465b618","artifactVersion":"1"}],"workloadContext":"Production"} 2023-04-29T10:56:10.299Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:56:10.310Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:10.310Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:10.310Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:10.322Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T10:56:10.323Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T10:56:10.323Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T10:56:10.323Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T10:56:10.323Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T10:56:10.323Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T10:56:10.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:56:10.410Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765759815, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:56:10.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:56:11.362Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:56:11.363Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:11.364Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:11.364Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:12.366Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:56:12.366Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:12.368Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:12.368Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:13.369Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:56:13.370Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:13.371Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:13.371Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:14.373Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:56:14.373Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:14.374Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:14.374Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:15.375Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:56:15.376Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:15.377Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:15.377Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:16.378Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:56:16.379Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:16.379Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:16.380Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:17.383Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "serviceName": "vFW 2023-04-29 10-54-38", "serviceVersion": "1.0", "serviceUUID": "ab3259d3-b639-409d-9e43-b342e53df50c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7f8fc731-5748-46e8-bd1d-02ede5aac655", "resources": [ { "resourceInstanceName": "vFW d5b1219a-a13d 0", "resourceCustomizationUUID": "0281a495-9363-4b96-8265-1d61831916c6", "resourceName": "vFW d5b1219a-a13d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6635c72b-8ac4-4c88-a846-cd7c0e2bd061", "resourceInvariantUUID": "46732f0e-c9cc-402d-908f-6825603ee1a9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd5b1219aa13d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "artifactChecksum": "OGNmYjY1YzM5NjM5Y2U4YzMyNGEwZjQzZDRkOWQ1NjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "410c1654-1150-4291-850a-46cff77bbc8c", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9", "generatedFromUUID": "4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230429105438-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "artifactChecksum": "NTU0ZDFjNzA4NTRhZjY3YmFhYjY4NjNjNTE5MzgzYjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff52a3cc-e063-4a3f-8bcd-2b7c3465b618" } ], "workloadContext": "Production" } 2023-04-29T10:56:17.388Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-04-29T10:56:17.388Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab3259d3-b639-409d-9e43-b342e53df50c ASDC 2023-04-29T10:56:17.521Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7ae561a2-fddf-497b-be0d-e3b7fc3b562c ServiceName:vFW 2023-04-29 10-54-38 ServiceVersion:1.0 ServiceUUID:ab3259d3-b639-409d-9e43-b342e53df50c ServiceInvariantUUID:7f8fc731-5748-46e8-bd1d-02ede5aac655 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230429105438-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar ArtifactUUID:ff52a3cc-e063-4a3f-8bcd-2b7c3465b618 ArtifactChecksum:NTU0ZDFjNzA4NTRhZjY3YmFhYjY4NjNjNTE5MzgzYjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d5b1219a-a13d 0 ResourceCustomizationUUID:0281a495-9363-4b96-8265-1d61831916c6 ResourceInvariantUUID:46732f0e-c9cc-402d-908f-6825603ee1a9 ResourceName:vFW d5b1219a-a13d ResourceType:VF ResourceUUID:6635c72b-8ac4-4c88-a846-cd7c0e2bd061 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd5b1219aa13d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json ArtifactUUID:410c1654-1150-4291-850a-46cff77bbc8c ArtifactChecksum:OGNmYjY1YzM5NjM5Y2U4YzMyNGEwZjQzZDRkOWQ1NjA= 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/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml ArtifactUUID:4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1 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/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env ArtifactUUID:ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9 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/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env ArtifactUUID:ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-04-29T10:56:17.522Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab3259d3-b639-409d-9e43-b342e53df50c 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-04-29T10:56:17.773Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T10:56:17.775Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T10:56:17.776Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T10:56:17.776Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff52a3cc-e063-4a3f-8bcd-2b7c3465b618 from URL: /sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:17.776Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T10:56:17.777Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:17.937Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T10:56:17.956Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar ff52a3cc-e063-4a3f-8bcd-2b7c3465b618 101499 2023-04-29T10:56:17.958Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar ASDC sendASDCNotification 2023-04-29T10:56:17.958Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:17.959Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T10:56:17.960Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:17.961Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:17.961Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765777957, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:18.965Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T10:56:18.966Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T10:56:18.967Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ff52a3cc-e063-4a3f-8bcd-2b7c3465b618, URL: /sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar to file: /app/ASDC/1/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:18.967Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230429105438-csar.csar 2023-04-29T10:56:19.055Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:19.055Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:19.847Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18242830829477554625/Definitions/service-Vfw20230429105438-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2023-04-29T10:56:23.130Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-04-29T10:56:23.136Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-04-29T10:56:23.136Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.136Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-04-29T10:56:23.137Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.137Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|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-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.137Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|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-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.137Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|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-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.137Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.138Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.138Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|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-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.138Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.138Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.138Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5b1219a-a13d 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-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.139Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:23.139Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-04-29T10:56:23.147Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.149Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:23.153Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:23.153Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-04-29T10:56:23.155Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T10:56:23.158Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.158Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:23.158Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:23.158Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-04-29T10:56:23.159Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T10:56:23.159Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.159Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:23.163Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.163Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is not matching search criteria 2023-04-29T10:56:23.164Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-04-29T10:56:23.164Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-04-29T10:56:23.164Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:23.165Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.165Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-04-29T10:56:23.165Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.165Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-04-29T10:56:23.166Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-04-29T10:56:23.166Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-04-29T10:56:23.166Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.166Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:23.166Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-04-29T10:56:23.167Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:23.167Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-04-29T10:56:23.167Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.168Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-04-29T10:56:23.168Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.168Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-04-29T10:56:23.169Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.170Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:23.170Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:56:23.171Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.171Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:23.171Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:56:23.172Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.172Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:23.172Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:56:23.173Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.173Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is not matching search criteria 2023-04-29T10:56:23.173Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-04-29T10:56:23.173Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-04-29T10:56:23.174Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-04-29T10:56:23.174Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-04-29T10:56:23.174Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-04-29T10:56:23.174Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.175Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:23.175Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-04-29T10:56:23.175Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:23.175Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-04-29T10:56:23.176Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.176Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c749f51-1ab3-4783-a1d0-f00dc2c3c71a 2023-04-29T10:56:23.177Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.177Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is not matching search criteria 2023-04-29T10:56:23.177Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-04-29T10:56:23.178Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-04-29T10:56:23.178Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:23.178Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.178Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-04-29T10:56:23.179Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.179Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-04-29T10:56:23.179Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-04-29T10:56:23.180Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-04-29T10:56:23.180Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:23.180Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-04-29T10:56:23.180Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.181Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93c56954-986e-46f4-986d-5f80b2fc22e4 2023-04-29T10:56:23.181Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.181Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is not matching search criteria 2023-04-29T10:56:23.182Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-04-29T10:56:23.182Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-04-29T10:56:23.182Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:23.182Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.183Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-04-29T10:56:23.183Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.183Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-04-29T10:56:23.183Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-04-29T10:56:23.184Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-04-29T10:56:23.184Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-04-29T10:56:23.184Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:23.184Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-04-29T10:56:23.185Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=74a4c250-6723-41ba-a180-a3f002e9d92e 2023-04-29T10:56:23.185Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.185Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:23.186Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.186Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:23.186Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.187Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:23.187Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:23.187Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:23.187Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-04-29 10-54-38 Description:catalog service description Model UUID:ab3259d3-b639-409d-9e43-b342e53df50c Model Version:NULL Model InvariantUuid:7f8fc731-5748-46e8-bd1d-02ede5aac655 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d5b1219a-a13d Model UUID:1365d1ba-e15e-4d44-be8e-e38dd8b27ae6 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:46732f0e-c9cc-402d-908f-6825603ee1a9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0281a495-9363-4b96-8265-1d61831916c6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5d0128e3-110c-43e4-9a50-e7105188b829 ModelName:VfwD5b1219aA13d..base_vfw..module-0 ModelUuid:90297a9e-16cb-4b51-9ebf-1c69090fb626 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9c749f51-1ab3-4783-a1d0-f00dc2c3c71a ModelInvariantUuid:8379a1ff-a5a5-4cdc-8849-acccb3687282 ModelName:vFW d5b1219a-a13d-nodes.vfwCvfc ModelUuid:38234139-9c9c-48d1-9594-e84ba0f0a8a5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5d572f92-ec4f-4f8d-9b3e-21d65b85df3c ModelInvariantUuid:172aaf65-0962-45ac-ab9e-2e88351927b4 ModelName:VfwD5b1219aA13d.compute.nodes.heat.vfw ModelUuid:4cf50bde-6329-4e82-8649-df9a0b97971c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:93c56954-986e-46f4-986d-5f80b2fc22e4 ModelInvariantUuid:fc94e17d-6839-411f-8eee-c38a95fae021 ModelName:vFW d5b1219a-a13d-nodes.vsnCvfc ModelUuid:b5960b28-3bc2-47fd-9b03-f9be1d7a01cd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:82e22da9-f57d-4a1e-b82b-9652f5e71ac0 ModelInvariantUuid:5b1da89f-cce2-42c4-8b79-34104be9e1b8 ModelName:VfwD5b1219aA13d.compute.nodes.heat.vsn ModelUuid:095f6a21-b6be-49e5-a039-9b2f28897ed5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:74a4c250-6723-41ba-a180-a3f002e9d92e ModelInvariantUuid:4ef85659-17ea-4182-b9d4-c2ef717d4179 ModelName:vFW d5b1219a-a13d-nodes.vpgCvfc ModelUuid:a6a2225d-6b73-4c4d-8199-57e84bc000b1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1d363515-09a3-4493-88c9-c6167184d6c6 ModelInvariantUuid:d3ff6526-08b8-426b-8eec-f7e897403679 ModelName:VfwD5b1219aA13d.compute.nodes.heat.vpg ModelUuid:ebc236ce-daa1-4768-84a3-4de1573d049c 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-04-29T10:56:23.221Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6635c72b-8ac4-4c88-a846-cd7c0e2bd061 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-04-29T10:56:23.286Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||vFW d5b1219a-a13d 0 2023-04-29T10:56:23.294Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6635c72b-8ac4-4c88-a846-cd7c0e2bd061 2023-04-29T10:56:23.294Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 410c1654-1150-4291-850a-46cff77bbc8c from URL: /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json 2023-04-29T10:56:23.294Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T10:56:23.295Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json 2023-04-29T10:56:23.411Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T10:56:23.412Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json 410c1654-1150-4291-850a-46cff77bbc8c 785 2023-04-29T10:56:23.413Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json ASDC sendASDCNotification 2023-04-29T10:56:23.413Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json 2023-04-29T10:56:23.414Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T10:56:23.414Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:23.415Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:23.415Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765783413, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:24.418Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD5b1219aA13d..base_vfw..module-0", "vfModuleModelInvariantUUID": "5d0128e3-110c-43e4-9a50-e7105188b829", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90297a9e-16cb-4b51-9ebf-1c69090fb626", "vfModuleModelCustomizationUUID": "61d2e242-1bc6-4459-8251-bfdedc607a68", "isBase": true, "artifacts": [ "4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1", "ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9" ], "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-04-29T10:56:24.441Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD5b1219aA13d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90297a9e-16cb-4b51-9ebf-1c69090fb626 VfModuleModelInvariantUUID:5d0128e3-110c-43e4-9a50-e7105188b829 VfModuleModelDescription:NULL Artifacts UUID List:{ 4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1 , ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9 } 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-04-29T10:56:24.444Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD5b1219aA13d..base_vfw..module-0", "vfModuleModelInvariantUUID": "5d0128e3-110c-43e4-9a50-e7105188b829", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90297a9e-16cb-4b51-9ebf-1c69090fb626", "vfModuleModelCustomizationUUID": "61d2e242-1bc6-4459-8251-bfdedc607a68", "isBase": true, "artifacts": [ "4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1", "ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9" ], "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-04-29T10:56:24.444Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD5b1219aA13d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90297a9e-16cb-4b51-9ebf-1c69090fb626 VfModuleModelInvariantUUID:5d0128e3-110c-43e4-9a50-e7105188b829 VfModuleModelDescription:NULL Artifacts UUID List:{ 4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1 , ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9 } 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-04-29T10:56:24.444Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1 from URL: /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml 2023-04-29T10:56:24.445Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T10:56:24.445Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml 2023-04-29T10:56:24.570Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T10:56:24.571Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml 4fda5b38-bf3a-4b5d-ab52-31e31ef51cd1 20368 2023-04-29T10:56:24.572Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-04-29T10:56:24.572Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml 2023-04-29T10:56:24.573Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T10:56:24.573Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:24.574Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:24.574Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765784572, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:25.576Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9 from URL: /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env 2023-04-29T10:56:25.577Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T10:56:25.577Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env 2023-04-29T10:56:25.698Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T10:56:25.698Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env ced897b4-30db-42ea-a7a2-d0c8c7c5a7c9 2098 2023-04-29T10:56:25.699Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-04-29T10:56:25.699Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env 2023-04-29T10:56:25.699Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T10:56:25.700Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:25.700Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:25.700Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765785699, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:26.702Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ab3259d3-b639-409d-9e43-b342e53df50c 2023-04-29T10:56:26.703Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d5b1219a-a13d 0 6635c72b-8ac4-4c88-a846-cd7c0e2bd061 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-04-29T10:56:26.770Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59a692c0, org.onap.sdc.toscaparser.api.parameters.Input@32d998e2, org.onap.sdc.toscaparser.api.parameters.Input@4becd598, org.onap.sdc.toscaparser.api.parameters.Input@423f689f, org.onap.sdc.toscaparser.api.parameters.Input@2f62d28a] 2023-04-29T10:56:26.774Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.774Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:26.775Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-04-29T10:56:26.775Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0281a495-9363-4b96-8265-1d61831916c6 2023-04-29T10:56:26.775Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0281a495-9363-4b96-8265-1d61831916c6 matches Tosca VF Customization UUID: 0281a495-9363-4b96-8265-1d61831916c6 2023-04-29T10:56:26.775Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0281a495-9363-4b96-8265-1d61831916c6 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-04-29T10:56:26.783Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.783Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:26.784Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0281a495-9363-4b96-8265-1d61831916c6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-04-29T10:56:26.784Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d77f300 2023-04-29T10:56:26.785Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.785Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-04-29T10:56:26.785Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 61d2e242-1bc6-4459-8251-bfdedc607a68 2023-04-29T10:56:26.787Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 61d2e242-1bc6-4459-8251-bfdedc607a68 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-04-29T10:56:26.795Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.796Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:26.796Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:56:26.797Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.797Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:26.797Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:56:26.798Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.798Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is not matching search criteria 2023-04-29T10:56:26.798Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-04-29T10:56:26.799Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-04-29T10:56:26.799Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-04-29T10:56:26.799Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-04-29T10:56:26.800Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-04-29T10:56:26.800Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-04-29T10:56:26.800Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:26.801Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-04-29T10:56:26.801Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:26.801Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-04-29T10:56:26.801Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-04-29T10:56:26.802Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c749f51-1ab3-4783-a1d0-f00dc2c3c71a 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-04-29T10:56:26.812Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.812Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:26.812Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:56:26.813Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.813Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is not matching search criteria 2023-04-29T10:56:26.813Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-04-29T10:56:26.814Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-04-29T10:56:26.814Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:26.814Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-04-29T10:56:26.815Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-04-29T10:56:26.815Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-04-29T10:56:26.815Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-04-29T10:56:26.816Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-04-29T10:56:26.816Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-04-29T10:56:26.816Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:26.817Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-04-29T10:56:26.817Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-04-29T10:56:26.817Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93c56954-986e-46f4-986d-5f80b2fc22e4 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-04-29T10:56:26.822Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.822Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:26.822Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:56:26.825Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.825Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is not matching search criteria 2023-04-29T10:56:26.826Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-04-29T10:56:26.826Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-04-29T10:56:26.826Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:26.826Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-04-29T10:56:26.827Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-04-29T10:56:26.827Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-04-29T10:56:26.827Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-04-29T10:56:26.827Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-04-29T10:56:26.828Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-04-29T10:56:26.828Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-04-29T10:56:26.828Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-04-29T10:56:26.829Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-04-29T10:56:26.829Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=74a4c250-6723-41ba-a180-a3f002e9d92e 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-04-29T10:56:26.833Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.833Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:26.833Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:56:26.833Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.834Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Node template vFW d5b1219a-a13d 0 is matching search criteria 2023-04-29T10:56:26.834Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d5b1219a-a13d 0] matching following query criteria: sdcType=VF, customizationUUID=0281a495-9363-4b96-8265-1d61831916c6 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-04-29T10:56:26.839Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.839Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:26.840Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ab3259d3-b639-409d-9e43-b342e53df50c: vFW d5b1219a-a13d 2023-04-29T10:56:26.840Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.841Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:26.841Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.841Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:26.842Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.842Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:26.843Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.843Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:26.844Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:56:26.844Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-29 10-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:56:26.844Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-04-29 10-54-38 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-04-29T10:56:27.427Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d5b1219a-a13d 6635c72b-8ac4-4c88-a846-cd7c0e2bd061 1 ASDC deployResourceStructure 2023-04-29T10:56:27.428Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json ASDC sendASDCNotification 2023-04-29T10:56:27.428Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json 2023-04-29T10:56:27.428Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T10:56:27.429Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:27.430Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:27.430Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765787428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:28.433Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-04-29T10:56:28.434Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml 2023-04-29T10:56:28.434Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T10:56:28.435Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:28.435Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:28.436Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765788433, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:29.438Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-04-29T10:56:29.438Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env 2023-04-29T10:56:29.438Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T10:56:29.438Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:29.439Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:29.439Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765789437, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:30.440Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar ASDC sendASDCNotification 2023-04-29T10:56:30.440Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar 2023-04-29T10:56:30.441Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T10:56:30.441Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:56:30.441Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:56:30.442Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765790440, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:56:31.443Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T10:56:31.510Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 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-04-29T10:56:31.516Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T10:56:31.517Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T10:56:31.517Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T10:57:01.517Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T10:57:01.548Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 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-04-29T10:57:01.552Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T10:57:01.552Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T10:57:01.552Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T10:57:06.913Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:57:06.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:57:06.915Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "cds-sdc-listener", "timestamp": 1682765735108, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:57:06.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:57:31.553Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T10:57:31.577Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 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-04-29T10:57:31.582Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T10:57:31.583Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T10:57:31.583Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T10:58:01.584Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T10:58:01.613Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 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-04-29T10:58:01.618Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T10:58:01.618Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T10:58:01.618Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T10:58:06.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:58:06.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "policy-distribution-id", "timestamp": 1682765768129, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "ves-openapi-manager", "timestamp": 1682765764342, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "policy-distribution-id", "timestamp": 1682765768129, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "ves-openapi-manager", "timestamp": 1682765764342, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765759815, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "NOTIFIED" } 2023-04-29T10:58:06.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "cds-sdc-listener", "timestamp": 1682765735108, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "NOTIFIED" } 2023-04-29T10:58:06.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "policy-distribution-id", "timestamp": 1682765768129, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-04-29T10:58:06.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "ves-openapi-manager", "timestamp": 1682765764342, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765759815, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-04-29T10:58:06.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.935Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "cds-sdc-listener", "timestamp": 1682765735108, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.936Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-04-29T10:58:06.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.936Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "policy-distribution-id", "timestamp": 1682765768129, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.938Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "ves-openapi-manager", "timestamp": 1682765764342, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.939Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765759815, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.939Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "cds-sdc-listener", "timestamp": 1682765735108, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.940Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.941Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "policy-distribution-id", "timestamp": 1682765768129, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.941Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765759815, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-04-29T10:58:06.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.942Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "ves-openapi-manager", "timestamp": 1682765764342, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.943Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "cds-sdc-listener", "timestamp": 1682765735108, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.943Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-04-29T10:58:06.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.944Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "policy-distribution-id", "timestamp": 1682765768129, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.945Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "ves-openapi-manager", "timestamp": 1682765764342, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.945Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765759815, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.946Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "cds-sdc-listener", "timestamp": 1682765735108, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.947Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.947Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "policy-distribution-id", "timestamp": 1682765768129, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:06.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.948Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "ves-openapi-manager", "timestamp": 1682765764342, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:06.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.949Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765759815, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:06.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.949Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "cds-sdc-listener", "timestamp": 1682765735108, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:06.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.950Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765767692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:06.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.951Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765776770, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:06.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.952Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "cds-sdc-listener", "timestamp": 1682765776614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:06.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.952Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "policy-distribution-id", "timestamp": 1682765776619, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:06.953Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.953Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765777957, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:06.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:06.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:06.954Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "cds-sdc-listener", "timestamp": 1682765777636, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-04-29T10:58:06.978Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 2023-04-29T10:58:06.979Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ae561a2-fddf-497b-be0d-e3b7fc3b562c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-04-29T10:58:07.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.002Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "policy-distribution-id", "timestamp": 1682765777638, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T10:58:07.002Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.003Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765777902, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.004Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "policy-distribution-id", "timestamp": 1682765778642, "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-04-29T10:58:07.019Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 2023-04-29T10:58:07.019Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 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-04-29T10:58:07.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.043Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "aai-model-loader", "timestamp": 1682765778581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.043Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.044Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765779033, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.044Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.044Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "aai-model-loader", "timestamp": 1682765778581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.045Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765780090, "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-04-29T10:58:07.060Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 2023-04-29T10:58:07.061Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ae561a2-fddf-497b-be0d-e3b7fc3b562c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-04-29T10:58:07.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.082Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765780193, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.083Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "aai-model-loader", "timestamp": 1682765778581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.084Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "multicloud-k8s", "timestamp": 1682765781092, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "DEPLOY_OK" } 2023-04-29T10:58:07.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.084Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765780193, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.085Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "aai-model-loader", "timestamp": 1682765778581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.086Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765780193, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.088Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765783413, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.088Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "aai-model-loader", "timestamp": 1682765778581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.089Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765780193, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.089Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765784572, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.090Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "aai-model-loader", "timestamp": 1682765778581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.090Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765780193, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.091Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "aai-model-loader", "timestamp": 1682765778581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:07.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.091Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765785699, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.091Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765780193, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.092Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "aai-model-loader", "timestamp": 1682765785929, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.092Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765780193, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:07.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.092Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765787428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/vfwd5b1219aa13d0_modules.json", "status": "DEPLOY_OK" } 2023-04-29T10:58:07.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.093Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765788105, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.093Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765788433, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-04-29T10:58:07.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.093Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765789437, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/resourceInstances/vfwd5b1219aa13d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-04-29T10:58:07.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.094Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765790440, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T10:58:07.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.094Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765794599, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T10:58:07.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.094Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765795606, "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-04-29T10:58:07.108Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 2023-04-29T10:58:07.108Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 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-04-29T10:58:07.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "aai-model-loader", "timestamp": 1682765800032, "artifactURL": "/sdc/v1/catalog/services/Vfw20230429105438/1.0/artifacts/service-Vfw20230429105438-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T10:58:07.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "aai-model-loader", "timestamp": 1682765801036, "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-04-29T10:58:07.146Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 2023-04-29T10:58:07.146Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 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-04-29T10:58:07.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "aai-model-loader", "timestamp": 1682765808581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765812098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "policy-distribution-id", "timestamp": 1682765809646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "cds-sdc-listener", "timestamp": 1682765778639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "ves-openapi-manager", "timestamp": 1682765802881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765810194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765812098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "NOTIFIED" } 2023-04-29T10:58:07.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "cds-sdc-listener", "timestamp": 1682765778639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "aai-model-loader", "timestamp": 1682765808581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "policy-distribution-id", "timestamp": 1682765809646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "ves-openapi-manager", "timestamp": 1682765802881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.175Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765810194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.175Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765812098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-04-29T10:58:07.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.176Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "aai-model-loader", "timestamp": 1682765808581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "policy-distribution-id", "timestamp": 1682765809646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-04-29T10:58:07.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "cds-sdc-listener", "timestamp": 1682765778639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "ves-openapi-manager", "timestamp": 1682765802881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.178Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765810194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.178Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "cds-sdc-listener", "timestamp": 1682765778639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "aai-model-loader", "timestamp": 1682765808581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765812098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "policy-distribution-id", "timestamp": 1682765809646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.180Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "ves-openapi-manager", "timestamp": 1682765802881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.180Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765810194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.180Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "cds-sdc-listener", "timestamp": 1682765778639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.180Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765812098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-04-29T10:58:07.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.181Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "policy-distribution-id", "timestamp": 1682765809646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.181Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "aai-model-loader", "timestamp": 1682765808581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.182Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "ves-openapi-manager", "timestamp": 1682765802881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.182Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765810194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.182Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "cds-sdc-listener", "timestamp": 1682765778639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.183Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "policy-distribution-id", "timestamp": 1682765809646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.183Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765812098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.183Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "ves-openapi-manager", "timestamp": 1682765802881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.184Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "aai-model-loader", "timestamp": 1682765808581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.184Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765810194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.185Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "cds-sdc-listener", "timestamp": 1682765778639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:07.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.185Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "aai-model-loader", "timestamp": 1682765808581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:07.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.185Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765812098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:07.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.186Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "policy-distribution-id", "timestamp": 1682765809646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:07.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "ves-openapi-manager", "timestamp": 1682765802881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "NOT_NOTIFIED" } 2023-04-29T10:58:07.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765810194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "NOTIFIED" } 2023-04-29T10:58:07.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765823105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "cds-sdc-listener", "timestamp": 1682765822928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "policy-distribution-id", "timestamp": 1682765822938, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "aai-model-loader", "timestamp": 1682765822897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765824459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "cds-sdc-listener", "timestamp": 1682765823932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-04-29T10:58:07.224Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03389935-5f40-4f36-9565-a75734a1b447 2023-04-29T10:58:07.224Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03389935-5f40-4f36-9565-a75734a1b447 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-04-29T10:58:07.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.244Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "policy-distribution-id", "timestamp": 1682765823942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T10:58:07.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.244Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765824238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:07.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.244Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "policy-distribution-id", "timestamp": 1682765824944, "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-04-29T10:58:07.257Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03389935-5f40-4f36-9565-a75734a1b447 2023-04-29T10:58:07.257Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03389935-5f40-4f36-9565-a75734a1b447 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-04-29T10:58:07.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:58:07.282Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765825350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-04-29T10:58:07.282Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:58:31.619Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T10:58:31.644Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 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-04-29T10:58:31.650Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T10:58:31.650Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-04-29T10:58:31.651Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-04-29T10:58:31.651Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-04-29T10:58:31.652Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T10:58:31.652Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T10:58:31.652Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T10:58:31.653Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T10:58:31.653Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T10:58:31.653Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|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-04-29T10:58:31.666Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-04-29T10:59:01.667Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c 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-04-29T10:59:01.688Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ae561a2-fddf-497b-be0d-e3b7fc3b562c and serviceModelVersionId: ab3259d3-b639-409d-9e43-b342e53df50c 2023-04-29T10:59:01.689Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f8fc731-5748-46e8-bd1d-02ede5aac655 2023-04-29T10:59:06.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:06.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:59:06.914Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765826361, "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-04-29T10:59:06.936Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03389935-5f40-4f36-9565-a75734a1b447 2023-04-29T10:59:06.936Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03389935-5f40-4f36-9565-a75734a1b447 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-04-29T10:59:06.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:59:06.957Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765827116, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T10:59:06.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:59:06.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:59:06.957Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "multicloud-k8s", "timestamp": 1682765827363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "DEPLOY_OK" } 2023-04-29T10:59:06.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:59:06.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:59:06.958Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682765828121, "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-04-29T10:59:06.971Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03389935-5f40-4f36-9565-a75734a1b447 2023-04-29T10:59:06.971Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03389935-5f40-4f36-9565-a75734a1b447 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-04-29T10:59:06.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:59:06.992Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "aai-model-loader", "timestamp": 1682765829093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T10:59:06.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T10:59:06.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T10:59:06.992Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "aai-model-loader", "timestamp": 1682765830097, "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-04-29T10:59:07.007Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03389935-5f40-4f36-9565-a75734a1b447 2023-04-29T10:59:07.007Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03389935-5f40-4f36-9565-a75734a1b447 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-04-29T10:59:19.466Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f8fc731-5748-46e8-bd1d-02ede5aac655/model-vers/model-ver/ab3259d3-b639-409d-9e43-b342e53df50c?depth=0 2023-04-29T10:59:19.583Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-04-29T10:59:20.243Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|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/7f8fc731-5748-46e8-bd1d-02ede5aac655/model-vers/model-ver/ab3259d3-b639-409d-9e43-b342e53df50c?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-04-29T10:59:20.249Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f8fc731-5748-46e8-bd1d-02ede5aac655/model-vers/model-ver/ab3259d3-b639-409d-9e43-b342e53df50c?depth=0|INFO|500||Invoke 2023-04-29T10:59:20.277Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f8fc731-5748-46e8-bd1d-02ede5aac655/model-vers/model-ver/ab3259d3-b639-409d-9e43-b342e53df50c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-04-29T10:59:20.598Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f8fc731-5748-46e8-bd1d-02ede5aac655/model-vers/model-ver/ab3259d3-b639-409d-9e43-b342e53df50c?depth=0|INFO|500||InvokeReturn 2023-04-29T10:59:20.600Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|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/7f8fc731-5748-46e8-bd1d-02ede5aac655/model-vers/model-ver/ab3259d3-b639-409d-9e43-b342e53df50c?depth=0 has http status code:200 and response headers:{date=[Sat, 29 Apr 2023 10:59:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[290], vertex-id=[426232], x-aai-txid=[2-aai-resources-230429-10:59:20:288-9404], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-04-29T10:59:20.600Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-04-29T10:59:20.604Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-04-29T10:59:20.605Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|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-04-29T10:59:20.617Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|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-04-29T10:59:20.618Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ae561a2-fddf-497b-be0d-e3b7fc3b562c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-04-29T10:59:20.619Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-04-29T10:59:20.620Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:20.620Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:20.620Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765960619, "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-04-29T10:59:21.654Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T10:59:21.664Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-04-29T10:59:21.665Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"03389935-5f40-4f36-9565-a75734a1b447","serviceName":"basic_onboard_BQQtdK","serviceVersion":"1.0","serviceUUID":"caa63494-36a0-4bb8-af72-5d55ea100723","serviceDescription":"service","serviceInvariantUUID":"d4a24908-2667-4c79-bf98-4d1c96ea4d04","resources":[{"resourceInstanceName":"basic_onboard_BQQtdK 0","resourceName":"basic_onboard_BQQtdK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9e9762a7-bd56-4a08-9f82-c5ba7f78f521","resourceInvariantUUID":"e95faa52-b049-4cd1-be65-2bac7d2cdb34","resourceCustomizationUUID":"5a3ec555-915d-4b1a-94c4-97cafc5bb530","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vf-license-model.xml","artifactChecksum":"NmUzYWRlY2QwOTg4NzI2NmI5MTUxYTY1NDk3NGE1NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0695229-6820-4029-993a-1b08baca763f","artifactVersion":"1"},{"artifactName":"basic_onboard_bqqtdk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json","artifactChecksum":"M2EyNjBhYzhkMTdmM2E5ZWQzNTc3NzcyYzQ0NTY2MzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7dffbcc9-a45d-4561-a299-94bec2f35c6d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f8f703be-720e-488c-8bd1-5bbb94c536fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2db69c21-6c74-4034-a0ab-c609e2020ba7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a641fca-427e-4f25-97a7-69d703743432","artifactVersion":"2","generatedFromUUID":"f8f703be-720e-488c-8bd1-5bbb94c536fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBqqtdk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-template.yml","artifactChecksum":"MmQ1OTExMzRjN2ViZmNmYThmODIwNmE1ZDY3NzRiNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a70439d-90f9-4500-887a-b404d42da469","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBqqtdk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar","artifactChecksum":"ODA3ZWFhNDExOWQ1NjQ1NGZlNjQ1MTZiNmNmMGRlZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba8f9ace-d8b0-4c3c-8cdd-e4cf2ad6c2b6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-04-29T10:59:21.668Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:59:21.668Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:21.668Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:21.668Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:22.669Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:59:22.670Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:22.670Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:22.671Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:23.672Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:59:23.673Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:23.673Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:23.673Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:24.674Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:59:24.675Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:24.675Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:24.676Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:25.677Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:59:25.677Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:25.678Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:25.678Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:26.679Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:59:26.679Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:26.680Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:26.680Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:27.681Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T10:59:27.682Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:27.682Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:27.683Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:28.685Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "serviceName": "basic_onboard_BQQtdK", "serviceVersion": "1.0", "serviceUUID": "caa63494-36a0-4bb8-af72-5d55ea100723", "serviceDescription": "service", "serviceInvariantUUID": "d4a24908-2667-4c79-bf98-4d1c96ea4d04", "resources": [ { "resourceInstanceName": "basic_onboard_BQQtdK 0", "resourceCustomizationUUID": "5a3ec555-915d-4b1a-94c4-97cafc5bb530", "resourceName": "basic_onboard_BQQtdK", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9e9762a7-bd56-4a08-9f82-c5ba7f78f521", "resourceInvariantUUID": "e95faa52-b049-4cd1-be65-2bac7d2cdb34", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_bqqtdk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "artifactChecksum": "M2EyNjBhYzhkMTdmM2E5ZWQzNTc3NzcyYzQ0NTY2MzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7dffbcc9-a45d-4561-a299-94bec2f35c6d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f8f703be-720e-488c-8bd1-5bbb94c536fa", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a641fca-427e-4f25-97a7-69d703743432", "generatedFromUUID": "f8f703be-720e-488c-8bd1-5bbb94c536fa" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a641fca-427e-4f25-97a7-69d703743432", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardBqqtdk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "artifactChecksum": "ODA3ZWFhNDExOWQ1NjQ1NGZlNjQ1MTZiNmNmMGRlZGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ba8f9ace-d8b0-4c3c-8cdd-e4cf2ad6c2b6" } ], "workloadContext": "Production" } 2023-04-29T10:59:28.686Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-04-29T10:59:28.687Z|7ae561a2-fddf-497b-be0d-e3b7fc3b562c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 caa63494-36a0-4bb8-af72-5d55ea100723 ASDC 2023-04-29T10:59:28.689Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:03389935-5f40-4f36-9565-a75734a1b447 ServiceName:basic_onboard_BQQtdK ServiceVersion:1.0 ServiceUUID:caa63494-36a0-4bb8-af72-5d55ea100723 ServiceInvariantUUID:d4a24908-2667-4c79-bf98-4d1c96ea4d04 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardBqqtdk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar ArtifactUUID:ba8f9ace-d8b0-4c3c-8cdd-e4cf2ad6c2b6 ArtifactChecksum:ODA3ZWFhNDExOWQ1NjQ1NGZlNjQ1MTZiNmNmMGRlZGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_BQQtdK 0 ResourceCustomizationUUID:5a3ec555-915d-4b1a-94c4-97cafc5bb530 ResourceInvariantUUID:e95faa52-b049-4cd1-be65-2bac7d2cdb34 ResourceName:basic_onboard_BQQtdK ResourceType:VF ResourceUUID:9e9762a7-bd56-4a08-9f82-c5ba7f78f521 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_bqqtdk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json ArtifactUUID:7dffbcc9-a45d-4561-a299-94bec2f35c6d ArtifactChecksum:M2EyNjBhYzhkMTdmM2E5ZWQzNTc3NzcyYzQ0NTY2MzA= 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/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml ArtifactUUID:f8f703be-720e-488c-8bd1-5bbb94c536fa 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/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env ArtifactUUID:4a641fca-427e-4f25-97a7-69d703743432 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/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env ArtifactUUID:4a641fca-427e-4f25-97a7-69d703743432 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-04-29T10:59:28.689Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF caa63494-36a0-4bb8-af72-5d55ea100723 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-04-29T10:59:28.755Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T10:59:28.756Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T10:59:28.756Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T10:59:28.756Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ba8f9ace-d8b0-4c3c-8cdd-e4cf2ad6c2b6 from URL: /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:28.757Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T10:59:28.757Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:28.878Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T10:59:28.881Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar ba8f9ace-d8b0-4c3c-8cdd-e4cf2ad6c2b6 75652 2023-04-29T10:59:28.882Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar ASDC sendASDCNotification 2023-04-29T10:59:28.882Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:28.883Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T10:59:28.884Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:28.884Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:28.885Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765968882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:29.886Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T10:59:29.888Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T10:59:29.889Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ba8f9ace-d8b0-4c3c-8cdd-e4cf2ad6c2b6, URL: /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar to file: /app/ASDC/1/service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:29.889Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:29.890Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:29.891Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:30.055Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3535611620680234032/Definitions/service-BasicOnboardBqqtdk-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-04-29T10:59:31.619Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-04-29T10:59:31.620Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-04-29T10:59:31.620Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:31.620Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-04-29T10:59:31.620Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:31.620Z|03389935-5f40-4f36-9565-a75734a1b447|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-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:31.620Z|03389935-5f40-4f36-9565-a75734a1b447|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-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:31.620Z|03389935-5f40-4f36-9565-a75734a1b447|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-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:31.621Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:31.621Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BQQtdK 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-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:31.622Z|03389935-5f40-4f36-9565-a75734a1b447|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-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:31.622Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-04-29T10:59:31.622Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.622Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:31.623Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is matching search criteria 2023-04-29T10:59:31.623Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-04-29T10:59:31.623Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BQQtdK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T10:59:31.623Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.623Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:31.623Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is matching search criteria 2023-04-29T10:59:31.624Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-04-29T10:59:31.624Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BQQtdK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T10:59:31.624Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.624Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:31.624Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.625Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is not matching search criteria 2023-04-29T10:59:31.625Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-04-29T10:59:31.625Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-04-29T10:59:31.625Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-04-29T10:59:31.625Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-04-29T10:59:31.625Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-04-29T10:59:31.626Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.626Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-04-29T10:59:31.626Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.626Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is matching search criteria 2023-04-29T10:59:31.626Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BQQtdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:59:31.626Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.627Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is matching search criteria 2023-04-29T10:59:31.627Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BQQtdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:59:31.627Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.627Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is matching search criteria 2023-04-29T10:59:31.627Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BQQtdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:59:31.628Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.628Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is not matching search criteria 2023-04-29T10:59:31.628Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-04-29T10:59:31.628Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-04-29T10:59:31.628Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=81b2d524-00ef-4d81-8d7d-0e4b36242287 2023-04-29T10:59:31.628Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.629Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:31.629Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.629Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:31.629Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.629Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:31.629Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:31.630Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:31.630Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_BQQtdK Description:service Model UUID:caa63494-36a0-4bb8-af72-5d55ea100723 Model Version:NULL Model InvariantUuid:d4a24908-2667-4c79-bf98-4d1c96ea4d04 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_BQQtdK Model UUID:e045041d-9a01-47c9-b865-caf5315554c9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e95faa52-b049-4cd1-be65-2bac7d2cdb34 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5a3ec555-915d-4b1a-94c4-97cafc5bb530 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:61410886-c342-4ee3-ac63-63d50b32fa21 ModelName:BasicOnboardBqqtdk..base_ubuntu18..module-0 ModelUuid:6202d2fa-8d18-496b-a98e-630e5ef1fa2e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:81b2d524-00ef-4d81-8d7d-0e4b36242287 ModelInvariantUuid:3230a784-9496-47c0-8929-a229d483befc ModelName:basic_onboard_BQQtdK-nodes.ubuntu18Cvfc ModelUuid:8d20193c-153b-440d-9747-8b3dbc23ae60 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:67047c04-3e8d-4295-a0ec-6a9887c6416a ModelInvariantUuid:10fedc2d-4fd7-4596-9f57-3a04bbd3687e ModelName:BasicOnboardBqqtdk.compute.nodes.heat.ubuntu18 ModelUuid:d94e68bb-6419-4271-b98b-1bebdad5f1c5 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-04-29T10:59:31.649Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 9e9762a7-bd56-4a08-9f82-c5ba7f78f521 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-04-29T10:59:31.654Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||basic_onboard_BQQtdK 0 2023-04-29T10:59:31.654Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9e9762a7-bd56-4a08-9f82-c5ba7f78f521 2023-04-29T10:59:31.654Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7dffbcc9-a45d-4561-a299-94bec2f35c6d from URL: /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json 2023-04-29T10:59:31.654Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T10:59:31.655Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json 2023-04-29T10:59:31.763Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T10:59:31.763Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json 7dffbcc9-a45d-4561-a299-94bec2f35c6d 798 2023-04-29T10:59:31.764Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json ASDC sendASDCNotification 2023-04-29T10:59:31.764Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json 2023-04-29T10:59:31.764Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T10:59:31.764Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:31.765Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:31.765Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765971764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:32.766Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardBqqtdk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "61410886-c342-4ee3-ac63-63d50b32fa21", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6202d2fa-8d18-496b-a98e-630e5ef1fa2e", "vfModuleModelCustomizationUUID": "768f75cc-9c85-4695-afa6-506909108c85", "isBase": true, "artifacts": [ "f8f703be-720e-488c-8bd1-5bbb94c536fa", "4a641fca-427e-4f25-97a7-69d703743432" ], "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-04-29T10:59:32.774Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardBqqtdk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6202d2fa-8d18-496b-a98e-630e5ef1fa2e VfModuleModelInvariantUUID:61410886-c342-4ee3-ac63-63d50b32fa21 VfModuleModelDescription:NULL Artifacts UUID List:{ f8f703be-720e-488c-8bd1-5bbb94c536fa , 4a641fca-427e-4f25-97a7-69d703743432 } 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-04-29T10:59:32.776Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardBqqtdk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "61410886-c342-4ee3-ac63-63d50b32fa21", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6202d2fa-8d18-496b-a98e-630e5ef1fa2e", "vfModuleModelCustomizationUUID": "768f75cc-9c85-4695-afa6-506909108c85", "isBase": true, "artifacts": [ "f8f703be-720e-488c-8bd1-5bbb94c536fa", "4a641fca-427e-4f25-97a7-69d703743432" ], "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-04-29T10:59:32.777Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardBqqtdk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6202d2fa-8d18-496b-a98e-630e5ef1fa2e VfModuleModelInvariantUUID:61410886-c342-4ee3-ac63-63d50b32fa21 VfModuleModelDescription:NULL Artifacts UUID List:{ f8f703be-720e-488c-8bd1-5bbb94c536fa , 4a641fca-427e-4f25-97a7-69d703743432 } 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-04-29T10:59:32.777Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f8f703be-720e-488c-8bd1-5bbb94c536fa from URL: /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml 2023-04-29T10:59:32.777Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T10:59:32.778Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml 2023-04-29T10:59:32.866Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T10:59:32.867Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml f8f703be-720e-488c-8bd1-5bbb94c536fa 5033 2023-04-29T10:59:32.868Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-04-29T10:59:32.868Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml 2023-04-29T10:59:32.868Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T10:59:32.869Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:32.869Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:32.869Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765972868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:33.871Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4a641fca-427e-4f25-97a7-69d703743432 from URL: /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env 2023-04-29T10:59:33.872Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T10:59:33.872Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env 2023-04-29T10:59:33.990Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T10:59:33.991Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env 4a641fca-427e-4f25-97a7-69d703743432 909 2023-04-29T10:59:33.992Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-04-29T10:59:33.992Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env 2023-04-29T10:59:33.992Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T10:59:33.993Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:33.993Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:33.993Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765973992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:34.994Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: caa63494-36a0-4bb8-af72-5d55ea100723 2023-04-29T10:59:34.995Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BQQtdK 0 9e9762a7-bd56-4a08-9f82-c5ba7f78f521 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-04-29T10:59:35.028Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52f4afed, org.onap.sdc.toscaparser.api.parameters.Input@20434c80, org.onap.sdc.toscaparser.api.parameters.Input@6a8a8b74, org.onap.sdc.toscaparser.api.parameters.Input@ea409e9, org.onap.sdc.toscaparser.api.parameters.Input@79585417] 2023-04-29T10:59:35.029Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.029Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:35.030Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-04-29T10:59:35.030Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5a3ec555-915d-4b1a-94c4-97cafc5bb530 2023-04-29T10:59:35.030Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a3ec555-915d-4b1a-94c4-97cafc5bb530 matches Tosca VF Customization UUID: 5a3ec555-915d-4b1a-94c4-97cafc5bb530 2023-04-29T10:59:35.030Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5a3ec555-915d-4b1a-94c4-97cafc5bb530 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-04-29T10:59:35.034Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.034Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:35.035Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5a3ec555-915d-4b1a-94c4-97cafc5bb530: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-04-29T10:59:35.035Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@536f67ca 2023-04-29T10:59:35.035Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.036Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-04-29T10:59:35.036Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 768f75cc-9c85-4695-afa6-506909108c85 2023-04-29T10:59:35.036Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 768f75cc-9c85-4695-afa6-506909108c85 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-04-29T10:59:35.040Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.041Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is matching search criteria 2023-04-29T10:59:35.041Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BQQtdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:59:35.042Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.042Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is matching search criteria 2023-04-29T10:59:35.042Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BQQtdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:59:35.043Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.043Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is not matching search criteria 2023-04-29T10:59:35.044Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-04-29T10:59:35.044Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-04-29T10:59:35.044Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=81b2d524-00ef-4d81-8d7d-0e4b36242287 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-04-29T10:59:35.048Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.048Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is matching search criteria 2023-04-29T10:59:35.049Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BQQtdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T10:59:35.049Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.049Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BQQtdK 0 is matching search criteria 2023-04-29T10:59:35.049Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BQQtdK 0] matching following query criteria: sdcType=VF, customizationUUID=5a3ec555-915d-4b1a-94c4-97cafc5bb530 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-04-29T10:59:35.053Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.053Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:35.053Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid caa63494-36a0-4bb8-af72-5d55ea100723: basic_onboard_BQQtdK 2023-04-29T10:59:35.054Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.054Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:35.054Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.054Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:35.055Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.055Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:35.055Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.056Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:35.056Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T10:59:35.056Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BQQtdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T10:59:35.057Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_BQQtdK 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-04-29T10:59:35.253Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BQQtdK 9e9762a7-bd56-4a08-9f82-c5ba7f78f521 1 ASDC deployResourceStructure 2023-04-29T10:59:35.254Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json ASDC sendASDCNotification 2023-04-29T10:59:35.254Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json 2023-04-29T10:59:35.254Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T10:59:35.255Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:35.255Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:35.255Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765975254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:36.257Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-04-29T10:59:36.257Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml 2023-04-29T10:59:36.257Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T10:59:36.258Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:36.258Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:36.258Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765976257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:37.260Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-04-29T10:59:37.261Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env 2023-04-29T10:59:37.261Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T10:59:37.262Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:37.262Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:37.262Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765977260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:38.265Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar ASDC sendASDCNotification 2023-04-29T10:59:38.265Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar 2023-04-29T10:59:38.266Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T10:59:38.266Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T10:59:38.266Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T10:59:38.266Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765978265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T10:59:39.271Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03389935-5f40-4f36-9565-a75734a1b447 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T10:59:39.303Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03389935-5f40-4f36-9565-a75734a1b447 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-04-29T10:59:39.309Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T10:59:39.310Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-04-29T10:59:39.310Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-04-29T10:59:39.310Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-04-29T10:59:39.310Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T10:59:39.310Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T10:59:39.310Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T10:59:39.310Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T10:59:39.311Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T10:59:39.311Z|03389935-5f40-4f36-9565-a75734a1b447|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-04-29T10:59:39.323Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-04-29T11:00:06.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:00:06.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "7ae561a2-fddf-497b-be0d-e3b7fc3b562c", "consumerID": "SO-sdc-controller", "timestamp": 1682765960619, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-04-29T11:00:06.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:00:06.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "NOTIFIED" } 2023-04-29T11:00:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-04-29T11:00:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:00:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-04-29T11:00:06.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:00:06.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765961654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:00:06.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765968882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:00:06.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765971764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "DOWNLOAD_OK" } 2023-04-29T11:00:06.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765972868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T11:00:06.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765973992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-04-29T11:00:06.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765975254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/basic_onboard_bqqtdk0_modules.json", "status": "DEPLOY_OK" } 2023-04-29T11:00:06.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765976257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-04-29T11:00:06.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765977260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/resourceInstances/basic_onboard_bqqtdk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-04-29T11:00:06.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:06.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:00:06.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682765978265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqqtdk/1.0/artifacts/service-BasicOnboardBqqtdk-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:00:06.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:00:09.324Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03389935-5f40-4f36-9565-a75734a1b447 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-04-29T11:00:09.339Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03389935-5f40-4f36-9565-a75734a1b447 and serviceModelVersionId: caa63494-36a0-4bb8-af72-5d55ea100723 2023-04-29T11:00:09.339Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4a24908-2667-4c79-bf98-4d1c96ea4d04 2023-04-29T11:00:09.340Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4a24908-2667-4c79-bf98-4d1c96ea4d04/model-vers/model-ver/caa63494-36a0-4bb8-af72-5d55ea100723?depth=0 2023-04-29T11:00:09.347Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-04-29T11:00:09.405Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4a24908-2667-4c79-bf98-4d1c96ea4d04/model-vers/model-ver/caa63494-36a0-4bb8-af72-5d55ea100723?depth=0|INFO|500||Invoke 2023-04-29T11:00:09.406Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4a24908-2667-4c79-bf98-4d1c96ea4d04/model-vers/model-ver/caa63494-36a0-4bb8-af72-5d55ea100723?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4a24908-2667-4c79-bf98-4d1c96ea4d04/model-vers/model-ver/caa63494-36a0-4bb8-af72-5d55ea100723?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03389935-5f40-4f36-9565-a75734a1b447], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d76dcd3-3517-47d1-a063-4c3e10a85108], X-ECOMP-RequestID=[03389935-5f40-4f36-9565-a75734a1b447], X-TransactionId=[], X-ONAP-RequestID=[03389935-5f40-4f36-9565-a75734a1b447], Content-Type=[application/merge-patch+json]} 2023-04-29T11:00:09.414Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4a24908-2667-4c79-bf98-4d1c96ea4d04/model-vers/model-ver/caa63494-36a0-4bb8-af72-5d55ea100723?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-04-29T11:00:09.651Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4a24908-2667-4c79-bf98-4d1c96ea4d04/model-vers/model-ver/caa63494-36a0-4bb8-af72-5d55ea100723?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/d4a24908-2667-4c79-bf98-4d1c96ea4d04/model-vers/model-ver/caa63494-36a0-4bb8-af72-5d55ea100723?depth=0 has http status code:200 and response headers:{date=[Sat, 29 Apr 2023 11:00:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[221], vertex-id=[442616], x-aai-txid=[0-aai-resources-230429-11:00:09:423-66678], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-04-29T11:00:09.652Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4a24908-2667-4c79-bf98-4d1c96ea4d04/model-vers/model-ver/caa63494-36a0-4bb8-af72-5d55ea100723?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-04-29T11:00:09.653Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4a24908-2667-4c79-bf98-4d1c96ea4d04/model-vers/model-ver/caa63494-36a0-4bb8-af72-5d55ea100723?depth=0|INFO|500||InvokeReturn 2023-04-29T11:00:09.654Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-04-29T11:00:09.654Z|03389935-5f40-4f36-9565-a75734a1b447|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-04-29T11:00:09.666Z|03389935-5f40-4f36-9565-a75734a1b447|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-04-29T11:00:09.666Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03389935-5f40-4f36-9565-a75734a1b447 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-04-29T11:00:09.666Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-04-29T11:00:09.667Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:00:09.667Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:00:09.667Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682766009666, "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-04-29T11:00:10.698Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:01:06.913Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:01:06.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:01:06.923Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "03389935-5f40-4f36-9565-a75734a1b447", "consumerID": "SO-sdc-controller", "timestamp": 1682766009666, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-04-29T11:01:06.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:01:10.699Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:02:06.912Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:02:10.702Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:03:06.914Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:03:10.704Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:04:06.917Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:04:10.705Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:05:06.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:05:10.706Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:06:06.920Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:06:10.708Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:07:06.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:07:10.710Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:08:06.925Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:08:10.712Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:09:06.927Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:09:10.714Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:10:06.929Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:10:10.716Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:11:06.930Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:11:10.718Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:11:11.151Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Node 0 disconnected. 2023-04-29T11:11:32.804Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-04-29T11:11:32.804Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3ee9e2ab-65c1-4843-9437-138f8b60bdfe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fe0a4c04-847f-4d24-84a6-4b9f06618535","serviceDescription":"service","serviceInvariantUUID":"3972aa8b-eea7-440f-942e-47fbdbd6447e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"60b9244d-2963-4955-aa5c-58dea29999c4","resourceInvariantUUID":"81ad4d96-4d1b-4cc9-a38f-e9183ffb944d","resourceCustomizationUUID":"27a5fa1a-6a9f-406c-ba94-a9bf5fe6bc92","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":"OTY3MmNlNTE4YmZhYWU0OTdmOTIxZDYyMTMxOTJiYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55fa1dfb-686f-4fb4-b632-a361330626a0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjM5N2ExYTZkNzc2Y2U4NWVmNTk1ODE2NjU4NTQwNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81e074d1-8117-4783-ac28-9c8d2642e94e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-04-29T11:11:32.813Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:11:32.813Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:11:32.814Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:11:32.814Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "SO-sdc-controller", "timestamp": 1682766670718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:11:32.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:11:32.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:11:32.819Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:11:32.819Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:11:32.819Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:11:32.819Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:11:32.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:11:32.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "multicloud-k8s", "timestamp": 1682766668390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:11:32.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:11:33.825Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:11:33.826Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:11:33.826Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:11:33.826Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "SO-sdc-controller", "timestamp": 1682766670718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:11:34.827Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "fe0a4c04-847f-4d24-84a6-4b9f06618535", "serviceDescription": "service", "serviceInvariantUUID": "3972aa8b-eea7-440f-942e-47fbdbd6447e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "27a5fa1a-6a9f-406c-ba94-a9bf5fe6bc92", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "60b9244d-2963-4955-aa5c-58dea29999c4", "resourceInvariantUUID": "81ad4d96-4d1b-4cc9-a38f-e9183ffb944d", "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": "YjM5N2ExYTZkNzc2Y2U4NWVmNTk1ODE2NjU4NTQwNWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "81e074d1-8117-4783-ac28-9c8d2642e94e" } ], "workloadContext": "Production" } 2023-04-29T11:11:34.828Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-04-29T11:11:34.828Z|03389935-5f40-4f36-9565-a75734a1b447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fe0a4c04-847f-4d24-84a6-4b9f06618535 ASDC 2023-04-29T11:11:34.830Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3ee9e2ab-65c1-4843-9437-138f8b60bdfe ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:fe0a4c04-847f-4d24-84a6-4b9f06618535 ServiceInvariantUUID:3972aa8b-eea7-440f-942e-47fbdbd6447e 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:81e074d1-8117-4783-ac28-9c8d2642e94e ArtifactChecksum:YjM5N2ExYTZkNzc2Y2U4NWVmNTk1ODE2NjU4NTQwNWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:27a5fa1a-6a9f-406c-ba94-a9bf5fe6bc92 ResourceInvariantUUID:81ad4d96-4d1b-4cc9-a38f-e9183ffb944d ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:60b9244d-2963-4955-aa5c-58dea29999c4 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-04-29T11:11:34.830Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe0a4c04-847f-4d24-84a6-4b9f06618535 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-04-29T11:11:34.897Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T11:11:34.899Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T11:11:34.899Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T11:11:34.899Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 81e074d1-8117-4783-ac28-9c8d2642e94e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-04-29T11:11:34.900Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T11:11:34.900Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-04-29T11:11:35.072Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T11:11:35.074Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 81e074d1-8117-4783-ac28-9c8d2642e94e 57776 2023-04-29T11:11:35.076Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-04-29T11:11:35.076Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-04-29T11:11:35.076Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:11:35.077Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:11:35.077Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:11:35.077Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "SO-sdc-controller", "timestamp": 1682766695076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:11:36.078Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T11:11:36.080Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T11:11:36.080Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 81e074d1-8117-4783-ac28-9c8d2642e94e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-04-29T11:11:36.081Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-04-29T11:11:36.081Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-04-29T11:11:36.082Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-04-29T11:11:36.243Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3675278395509592357/Definitions/service-BasicNetwork-template.yml 2023-04-29T11:11:36.926Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-04-29T11:11:36.927Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-04-29T11:11:36.927Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-04-29T11:11:36.927Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-04-29T11:11:36.927Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||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-04-29T11:11:36.927Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||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-04-29T11:11:36.927Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||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-04-29T11:11:36.928Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||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-04-29T11:11:36.928Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|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-BasicNetwork-csar.csar 2023-04-29T11:11:36.928Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||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-04-29T11:11:36.928Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||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-04-29T11:11:36.928Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||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-04-29T11:11:36.928Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-04-29T11:11:36.929Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.929Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:36.929Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-04-29T11:11:36.930Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-04-29T11:11:36.930Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T11:11:36.930Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.930Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:36.931Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-04-29T11:11:36.931Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-04-29T11:11:36.931Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T11:11:36.931Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.931Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:36.932Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.932Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:36.932Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.933Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:36.933Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.933Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:36.933Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.934Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:36.934Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:fe0a4c04-847f-4d24-84a6-4b9f06618535 Model Version:NULL Model InvariantUuid:3972aa8b-eea7-440f-942e-47fbdbd6447e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:81ad4d96-4d1b-4cc9-a38f-e9183ffb944d Model UUID:b5e44ace-c3fc-4da1-a59a-74c57067f49a Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:27a5fa1a-6a9f-406c-ba94-a9bf5fe6bc92 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-04-29T11:11:36.951Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 60b9244d-2963-4955-aa5c-58dea29999c4 2023-04-29T11:11:36.951Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||No resources found for Service: fe0a4c04-847f-4d24-84a6-4b9f06618535 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-04-29T11:11:36.959Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500|| 2023-04-29T11:11:36.959Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-04-29T11:11:36.960Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||No resources found for Service: fe0a4c04-847f-4d24-84a6-4b9f06618535 2023-04-29T11:11:36.960Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fe0a4c04-847f-4d24-84a6-4b9f06618535 2023-04-29T11:11:36.960Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-04-29T11:11:36.961Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||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-04-29T11:11:36.969Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ea8dd6a, org.onap.sdc.toscaparser.api.parameters.Input@50150669, org.onap.sdc.toscaparser.api.parameters.Input@133331c9, org.onap.sdc.toscaparser.api.parameters.Input@f1b1be7, org.onap.sdc.toscaparser.api.parameters.Input@1740d4e3] 2023-04-29T11:11:36.970Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.971Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:36.971Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.972Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:36.972Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fe0a4c04-847f-4d24-84a6-4b9f06618535: Generic NeutronNet 2023-04-29T11:11:36.972Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.973Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:36.973Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:36.973Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||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-04-29T11:11:37.014Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:37.014Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:37.015Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:37.015Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:37.015Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:11:37.015Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:11:37.015Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||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-04-29T11:11:37.141Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-04-29T11:11:37.142Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-04-29T11:11:37.142Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-04-29T11:11:37.142Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:11:37.142Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:11:37.142Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:11:37.142Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "SO-sdc-controller", "timestamp": 1682766697142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:11:38.144Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee9e2ab-65c1-4843-9437-138f8b60bdfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:11:38.174Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 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-04-29T11:11:38.178Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:11:38.178Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T11:11:38.180Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T11:12:06.912Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:12:06.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:12:06.914Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "ves-openapi-manager", "timestamp": 1682766682931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:12:06.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:12:06.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:12:06.915Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "aai-model-loader", "timestamp": 1682766678581, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:12:06.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:12:08.181Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee9e2ab-65c1-4843-9437-138f8b60bdfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:12:08.208Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 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-04-29T11:12:08.213Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:12:08.213Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T11:12:08.213Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T11:12:38.214Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee9e2ab-65c1-4843-9437-138f8b60bdfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:12:38.235Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 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-04-29T11:12:38.239Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:12:38.239Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T11:12:38.239Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T11:13:06.912Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:06.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.917Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "SO-sdc-controller", "timestamp": 1682766670718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:13:06.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.919Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "cds-sdc-listener", "timestamp": 1682766664945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:13:06.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.920Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "policy-distribution-id", "timestamp": 1682766665973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:13:06.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.921Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "multicloud-k8s", "timestamp": 1682766668390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:13:06.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.921Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "ves-openapi-manager", "timestamp": 1682766682931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:13:06.922Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.922Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "aai-model-loader", "timestamp": 1682766678581, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:13:06.922Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.922Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "policy-distribution-id", "timestamp": 1682766665973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:13:06.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.923Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "cds-sdc-listener", "timestamp": 1682766664945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:13:06.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.924Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "SO-sdc-controller", "timestamp": 1682766670718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:13:06.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.924Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "cds-sdc-listener", "timestamp": 1682766694113, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:13:06.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.925Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "SO-sdc-controller", "timestamp": 1682766695076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:13:06.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.926Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "policy-distribution-id", "timestamp": 1682766694115, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:13:06.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.926Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "aai-model-loader", "timestamp": 1682766694066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:13:06.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.927Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "cds-sdc-listener", "timestamp": 1682766695118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-04-29T11:13:06.954Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 2023-04-29T11:13:06.954Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee9e2ab-65c1-4843-9437-138f8b60bdfe and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-04-29T11:13:06.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.975Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "policy-distribution-id", "timestamp": 1682766695118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:13:06.976Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:06.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:06.976Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "policy-distribution-id", "timestamp": 1682766696120, "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-04-29T11:13:06.990Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 2023-04-29T11:13:06.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 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-04-29T11:13:07.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:07.014Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "SO-sdc-controller", "timestamp": 1682766697142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:13:07.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:07.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:07.015Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "aai-model-loader", "timestamp": 1682766697178, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:13:07.015Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:07.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:07.016Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "aai-model-loader", "timestamp": 1682766698181, "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-04-29T11:13:07.031Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 2023-04-29T11:13:07.031Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 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-04-29T11:13:07.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:07.054Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766710193, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:13:07.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:07.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:07.055Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766710193, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:13:07.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:07.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:07.056Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766713008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:13:07.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:07.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:07.057Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766714766, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:13:07.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:13:07.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-04-29T11:13:07.058Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766715772, "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-04-29T11:13:07.072Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 2023-04-29T11:13:07.072Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 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-04-29T11:13:08.240Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee9e2ab-65c1-4843-9437-138f8b60bdfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:13:08.262Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 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-04-29T11:13:08.267Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:13:08.267Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-04-29T11:13:08.268Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-04-29T11:13:08.268Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-04-29T11:13:08.268Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:13:08.268Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:13:08.268Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:13:08.268Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:13:08.268Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:13:08.269Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|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-04-29T11:13:08.280Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-04-29T11:13:38.280Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ee9e2ab-65c1-4843-9437-138f8b60bdfe 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-04-29T11:13:38.296Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ee9e2ab-65c1-4843-9437-138f8b60bdfe and serviceModelVersionId: fe0a4c04-847f-4d24-84a6-4b9f06618535 2023-04-29T11:13:38.297Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3972aa8b-eea7-440f-942e-47fbdbd6447e 2023-04-29T11:13:38.299Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3972aa8b-eea7-440f-942e-47fbdbd6447e/model-vers/model-ver/fe0a4c04-847f-4d24-84a6-4b9f06618535?depth=0 2023-04-29T11:13:38.305Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-04-29T11:13:38.365Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|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/3972aa8b-eea7-440f-942e-47fbdbd6447e/model-vers/model-ver/fe0a4c04-847f-4d24-84a6-4b9f06618535?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-04-29T11:13:38.367Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3972aa8b-eea7-440f-942e-47fbdbd6447e/model-vers/model-ver/fe0a4c04-847f-4d24-84a6-4b9f06618535?depth=0|INFO|500||Invoke 2023-04-29T11:13:38.376Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3972aa8b-eea7-440f-942e-47fbdbd6447e/model-vers/model-ver/fe0a4c04-847f-4d24-84a6-4b9f06618535?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-04-29T11:13:38.548Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3972aa8b-eea7-440f-942e-47fbdbd6447e/model-vers/model-ver/fe0a4c04-847f-4d24-84a6-4b9f06618535?depth=0|INFO|500||InvokeReturn 2023-04-29T11:13:38.548Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|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/3972aa8b-eea7-440f-942e-47fbdbd6447e/model-vers/model-ver/fe0a4c04-847f-4d24-84a6-4b9f06618535?depth=0 has http status code:200 and response headers:{date=[Sat, 29 Apr 2023 11:13:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[167], vertex-id=[176192], x-aai-txid=[2-aai-resources-230429-11:13:38:385-78990], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-04-29T11:13:38.552Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-04-29T11:13:38.552Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-04-29T11:13:38.552Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|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-04-29T11:13:38.564Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|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-04-29T11:13:38.565Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ee9e2ab-65c1-4843-9437-138f8b60bdfe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-04-29T11:13:38.565Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-04-29T11:13:38.566Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:38.566Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:38.566Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "SO-sdc-controller", "timestamp": 1682766818565, "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-04-29T11:13:39.595Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:13:39.604Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-04-29T11:13:39.604Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"0b4ae916-c051-4893-bf69-4d146f6510cd","serviceName":"Demo_pNF_62PWQbZylVZokZkIcZwb","serviceVersion":"1.0","serviceUUID":"b1c6dfc5-ac63-41ea-8472-17ae3558707e","serviceDescription":"catalog service description","serviceInvariantUUID":"5c625706-60ac-4977-9fc8-eb50cecd2872","resources":[{"resourceInstanceName":"pNF 192a8999-5378 0","resourceName":"pNF 192a8999-5378","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"99b6bb39-7b8c-481a-bad9-2a347e2581da","resourceInvariantUUID":"905812b2-2a97-4f0c-9521-f49433b1edf2","resourceCustomizationUUID":"90ac906f-0e5c-4611-9fcc-19627c36e8e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vf-license-model.xml","artifactChecksum":"MDEyOTRlMzRhMmRjNjI1NzkwOWY2MjFmNzE2MTNmZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9ac719f-093a-48c6-8c9d-dc0ffa5bb4c5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/pNF.csar","artifactChecksum":"YzE2ZGVlMWZiOThiYTI0ZDhmMDM3ZmIwNjRhNDNkZjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2d7b4a5-667f-4056-bed1-91e9c822b511","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81f5459c-eef1-412e-8c7e-53f3c313d421","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vendor-license-model.xml","artifactChecksum":"MTkyZTMwOTQwMTg3ZDdmOWUyMzQ0YzY5MDAxNGMwZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b1abe5a-ad39-412c-9ba6-b187d703810f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aac44a90-fc54-4537-bff2-fe9bc466a64a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bb0968d-9f8d-4b20-abfe-fe23e3596e8e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf62pwqbzylvzokzkiczwb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-template.yml","artifactChecksum":"MDc1Y2FhMDM2ZWQ1YTIxYjE2Nzg4Mjc2ZDg3ODg2ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65bb40cc-32a3-43b3-8bc7-d6301fe6ee84","artifactVersion":"1"},{"artifactName":"service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar","artifactChecksum":"MGE3MDJkOGY1ZmQ2NGY4MDliZmYxNmMwY2M1ZWIyNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e19a32f3-e30e-4497-a3e7-9e63e3020c52","artifactVersion":"1"}],"workloadContext":"Production"} 2023-04-29T11:13:39.607Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:13:39.608Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:39.608Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:39.608Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:40.610Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:13:40.611Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:40.611Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:40.611Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:41.613Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:13:41.614Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:41.614Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:41.615Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:42.616Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:13:42.617Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:42.617Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:42.617Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:43.618Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:13:43.619Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:43.619Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:43.619Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:44.620Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:13:44.621Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:44.621Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:44.621Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:45.622Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:13:45.622Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:45.623Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:45.623Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:46.624Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:13:46.624Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:46.625Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:46.625Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:47.626Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "serviceName": "Demo_pNF_62PWQbZylVZokZkIcZwb", "serviceVersion": "1.0", "serviceUUID": "b1c6dfc5-ac63-41ea-8472-17ae3558707e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5c625706-60ac-4977-9fc8-eb50cecd2872", "resources": [ { "resourceInstanceName": "pNF 192a8999-5378 0", "resourceCustomizationUUID": "90ac906f-0e5c-4611-9fcc-19627c36e8e8", "resourceName": "pNF 192a8999-5378", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "99b6bb39-7b8c-481a-bad9-2a347e2581da", "resourceInvariantUUID": "905812b2-2a97-4f0c-9521-f49433b1edf2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "artifactChecksum": "MGE3MDJkOGY1ZmQ2NGY4MDliZmYxNmMwY2M1ZWIyNDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e19a32f3-e30e-4497-a3e7-9e63e3020c52" } ], "workloadContext": "Production" } 2023-04-29T11:13:47.626Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-04-29T11:13:47.626Z|3ee9e2ab-65c1-4843-9437-138f8b60bdfe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b1c6dfc5-ac63-41ea-8472-17ae3558707e ASDC 2023-04-29T11:13:47.627Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0b4ae916-c051-4893-bf69-4d146f6510cd ServiceName:Demo_pNF_62PWQbZylVZokZkIcZwb ServiceVersion:1.0 ServiceUUID:b1c6dfc5-ac63-41ea-8472-17ae3558707e ServiceInvariantUUID:5c625706-60ac-4977-9fc8-eb50cecd2872 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar ArtifactUUID:e19a32f3-e30e-4497-a3e7-9e63e3020c52 ArtifactChecksum:MGE3MDJkOGY1ZmQ2NGY4MDliZmYxNmMwY2M1ZWIyNDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 192a8999-5378 0 ResourceCustomizationUUID:90ac906f-0e5c-4611-9fcc-19627c36e8e8 ResourceInvariantUUID:905812b2-2a97-4f0c-9521-f49433b1edf2 ResourceName:pNF 192a8999-5378 ResourceType:PNF ResourceUUID:99b6bb39-7b8c-481a-bad9-2a347e2581da ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-04-29T11:13:47.627Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1c6dfc5-ac63-41ea-8472-17ae3558707e 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-04-29T11:13:47.675Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T11:13:47.676Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T11:13:47.676Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T11:13:47.676Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e19a32f3-e30e-4497-a3e7-9e63e3020c52 from URL: /sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:47.676Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T11:13:47.676Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:47.789Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T11:13:47.792Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar e19a32f3-e30e-4497-a3e7-9e63e3020c52 88001 2023-04-29T11:13:47.792Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar ASDC sendASDCNotification 2023-04-29T11:13:47.792Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:47.792Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:13:47.793Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:47.793Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:47.793Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766827792, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:48.794Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T11:13:48.795Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T11:13:48.795Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e19a32f3-e30e-4497-a3e7-9e63e3020c52, URL: /sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar to file: /app/ASDC/1/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:48.796Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:48.797Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:48.797Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:48.999Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1988462680322835079/Definitions/service-DemoPnf62pwqbzylvzokzkiczwb-template.yml 2023-04-29T11:13:50.016Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-04-29T11:13:50.016Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-04-29T11:13:50.017Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:50.017Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-04-29T11:13:50.017Z|0b4ae916-c051-4893-bf69-4d146f6510cd|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-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:50.017Z|0b4ae916-c051-4893-bf69-4d146f6510cd|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-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:50.017Z|0b4ae916-c051-4893-bf69-4d146f6510cd|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-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:50.017Z|0b4ae916-c051-4893-bf69-4d146f6510cd|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-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:50.017Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 192a8999-5378 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-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:50.017Z|0b4ae916-c051-4893-bf69-4d146f6510cd|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-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:50.017Z|0b4ae916-c051-4893-bf69-4d146f6510cd|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-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:50.018Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-04-29T11:13:50.018Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:13:50.018Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_62PWQbZylVZokZkIcZwb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:13:50.018Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Node template pNF 192a8999-5378 0 is matching search criteria 2023-04-29T11:13:50.018Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-04-29T11:13:50.018Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 192a8999-5378 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T11:13:50.019Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:13:50.019Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_62PWQbZylVZokZkIcZwb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:13:50.019Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Node template pNF 192a8999-5378 0 is matching search criteria 2023-04-29T11:13:50.019Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-04-29T11:13:50.019Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 192a8999-5378 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T11:13:50.020Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:13:50.020Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_62PWQbZylVZokZkIcZwb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:13:50.020Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:13:50.020Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_62PWQbZylVZokZkIcZwb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:13:50.020Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:13:50.020Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_62PWQbZylVZokZkIcZwb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:13:50.020Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:13:50.021Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_62PWQbZylVZokZkIcZwb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:13:50.021Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:13:50.021Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_62PWQbZylVZokZkIcZwb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:13:50.021Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_62PWQbZylVZokZkIcZwb Description:catalog service description Model UUID:b1c6dfc5-ac63-41ea-8472-17ae3558707e Model Version:NULL Model InvariantUuid:5c625706-60ac-4977-9fc8-eb50cecd2872 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-04-29T11:13:50.044Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 99b6bb39-7b8c-481a-bad9-2a347e2581da 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-04-29T11:13:50.049Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||pNF 192a8999-5378 0 2023-04-29T11:13:50.050Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 99b6bb39-7b8c-481a-bad9-2a347e2581da 2023-04-29T11:13:50.050Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b1c6dfc5-ac63-41ea-8472-17ae3558707e 2023-04-29T11:13:50.050Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b1c6dfc5-ac63-41ea-8472-17ae3558707e 2023-04-29T11:13:50.051Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 192a8999-5378 0 99b6bb39-7b8c-481a-bad9-2a347e2581da 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-04-29T11:13:50.060Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37cfaeb3, org.onap.sdc.toscaparser.api.parameters.Input@6c2d05bd, org.onap.sdc.toscaparser.api.parameters.Input@1d1d27da, org.onap.sdc.toscaparser.api.parameters.Input@65dad4dc, org.onap.sdc.toscaparser.api.parameters.Input@2faa54e2] 2023-04-29T11:13:50.061Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:13:50.061Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_62PWQbZylVZokZkIcZwb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:13:50.061Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b1c6dfc5-ac63-41ea-8472-17ae3558707e: pNF 192a8999-5378 2023-04-29T11:13:50.061Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Processing PNF resource: 99b6bb39-7b8c-481a-bad9-2a347e2581da 2023-04-29T11:13:50.062Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:13:50.062Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_62PWQbZylVZokZkIcZwb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:13:50.062Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Resource customization UUID: 90ac906f-0e5c-4611-9fcc-19627c36e8e8 is the same as notified resource customizationUUID: 90ac906f-0e5c-4611-9fcc-19627c36e8e8 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-04-29T11:13:50.211Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 192a8999-5378 99b6bb39-7b8c-481a-bad9-2a347e2581da 0 ASDC deployResourceStructure 2023-04-29T11:13:50.212Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar ASDC sendASDCNotification 2023-04-29T11:13:50.212Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar 2023-04-29T11:13:50.212Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:13:50.212Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:13:50.212Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:13:50.212Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766830212, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:13:51.213Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b4ae916-c051-4893-bf69-4d146f6510cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:13:51.243Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b4ae916-c051-4893-bf69-4d146f6510cd 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-04-29T11:13:51.250Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:13:51.250Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T11:13:51.251Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T11:14:06.913Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:14:06.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766727123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766738581, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "multicloud-k8s", "timestamp": 1682766724035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766722882, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "cds-sdc-listener", "timestamp": 1682766696120, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766740193, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766727123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766738581, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766722882, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "cds-sdc-listener", "timestamp": 1682766696120, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "multicloud-k8s", "timestamp": 1682766724035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766740193, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766727123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.933Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "cds-sdc-listener", "timestamp": 1682766696120, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.934Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766738581, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.935Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766722882, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.936Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "multicloud-k8s", "timestamp": 1682766724035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.936Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766740193, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.937Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766727123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.938Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766722882, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.939Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766738581, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.939Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "multicloud-k8s", "timestamp": 1682766724035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.940Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "cds-sdc-listener", "timestamp": 1682766696120, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.941Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766740193, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.942Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766727123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.942Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766722882, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.943Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.943Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "multicloud-k8s", "timestamp": 1682766724035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.944Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766738581, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.945Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "cds-sdc-listener", "timestamp": 1682766696120, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.945Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766740193, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.946Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766727123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.947Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766722882, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-04-29T11:14:06.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.948Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "multicloud-k8s", "timestamp": 1682766724035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.948Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "cds-sdc-listener", "timestamp": 1682766696120, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.949Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766738581, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.950Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766740193, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.950Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766727123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.951Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766722882, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.951Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766738581, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.951Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "multicloud-k8s", "timestamp": 1682766724035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.952Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "cds-sdc-listener", "timestamp": 1682766696120, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.952Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766740193, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.952Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766727123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:14:06.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.953Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "multicloud-k8s", "timestamp": 1682766724035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:14:06.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.953Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766738581, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:14:06.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.953Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766722882, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:06.954Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.954Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "cds-sdc-listener", "timestamp": 1682766696120, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:14:06.954Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.954Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766740193, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:14:06.954Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.954Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "cds-sdc-listener", "timestamp": 1682766749447, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:06.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.955Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766749448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:06.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.955Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766749394, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:06.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.955Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766749637, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:06.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.956Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766751050, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:06.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:06.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:06.956Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "cds-sdc-listener", "timestamp": 1682766750452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-04-29T11:14:06.976Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b4ae916-c051-4893-bf69-4d146f6510cd 2023-04-29T11:14:06.976Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b4ae916-c051-4893-bf69-4d146f6510cd and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-04-29T11:14:06.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.000Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766750452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:14:07.000Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.000Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766750923, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-04-29T11:14:07.000Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.000Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "policy-distribution-id", "timestamp": 1682766751454, "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-04-29T11:14:07.013Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b4ae916-c051-4893-bf69-4d146f6510cd 2023-04-29T11:14:07.014Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b4ae916-c051-4893-bf69-4d146f6510cd 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-04-29T11:14:07.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.031Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "ves-openapi-manager", "timestamp": 1682766751926, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-04-29T11:14:07.042Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0b4ae916-c051-4893-bf69-4d146f6510cd 2023-04-29T11:14:07.042Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b4ae916-c051-4893-bf69-4d146f6510cd and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-04-29T11:14:07.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766753129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:14:07.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766754135, "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-04-29T11:14:07.071Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b4ae916-c051-4893-bf69-4d146f6510cd 2023-04-29T11:14:07.071Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b4ae916-c051-4893-bf69-4d146f6510cd 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-04-29T11:14:07.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766753374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:14:07.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "aai-model-loader", "timestamp": 1682766754378, "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-04-29T11:14:07.099Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b4ae916-c051-4893-bf69-4d146f6510cd 2023-04-29T11:14:07.099Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b4ae916-c051-4893-bf69-4d146f6510cd 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-04-29T11:14:07.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.129Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "ves-openapi-manager", "timestamp": 1682766772929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.129Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766749493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "cds-sdc-listener", "timestamp": 1682766751454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "policy-distribution-id", "timestamp": 1682766752458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "aai-model-loader", "timestamp": 1682766768581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766770193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "ves-openapi-manager", "timestamp": 1682766772929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.132Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766749493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-04-29T11:14:07.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.132Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "cds-sdc-listener", "timestamp": 1682766751454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.132Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "aai-model-loader", "timestamp": 1682766768581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.133Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "policy-distribution-id", "timestamp": 1682766752458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.133Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766770193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.133Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "policy-distribution-id", "timestamp": 1682766752458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-04-29T11:14:07.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.133Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "ves-openapi-manager", "timestamp": 1682766772929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "cds-sdc-listener", "timestamp": 1682766751454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766749493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "aai-model-loader", "timestamp": 1682766768581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766770193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.135Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "cds-sdc-listener", "timestamp": 1682766751454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.135Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "policy-distribution-id", "timestamp": 1682766752458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.135Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "aai-model-loader", "timestamp": 1682766768581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766749493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "ves-openapi-manager", "timestamp": 1682766772929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766770193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.136Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "cds-sdc-listener", "timestamp": 1682766751454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766749493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "policy-distribution-id", "timestamp": 1682766752458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "aai-model-loader", "timestamp": 1682766768581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.137Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "ves-openapi-manager", "timestamp": 1682766772929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766770193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "cds-sdc-listener", "timestamp": 1682766751454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "policy-distribution-id", "timestamp": 1682766752458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.138Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "ves-openapi-manager", "timestamp": 1682766772929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.139Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766749493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.140Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "aai-model-loader", "timestamp": 1682766768581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.140Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766770193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.140Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "policy-distribution-id", "timestamp": 1682766752458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:14:07.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.140Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "cds-sdc-listener", "timestamp": 1682766751454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:14:07.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.141Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766749493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:14:07.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.141Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "ves-openapi-manager", "timestamp": 1682766772929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:14:07.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.141Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "aai-model-loader", "timestamp": 1682766768581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:14:07.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.142Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766770193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:14:07.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.142Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766782308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:07.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.143Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "aai-model-loader", "timestamp": 1682766782081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:07.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.143Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "policy-distribution-id", "timestamp": 1682766782230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:07.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.143Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "cds-sdc-listener", "timestamp": 1682766782243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:07.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.144Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766783514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:07.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.144Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "policy-distribution-id", "timestamp": 1682766783236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:14:07.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.144Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "cds-sdc-listener", "timestamp": 1682766783250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-04-29T11:14:07.181Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a35b0f93-a30c-41bf-b614-67fb47b8bc12 2023-04-29T11:14:07.181Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35b0f93-a30c-41bf-b614-67fb47b8bc12 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-04-29T11:14:07.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.203Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766783494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:07.203Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.203Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "policy-distribution-id", "timestamp": 1682766784239, "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-04-29T11:14:07.214Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a35b0f93-a30c-41bf-b614-67fb47b8bc12 2023-04-29T11:14:07.214Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35b0f93-a30c-41bf-b614-67fb47b8bc12 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-04-29T11:14:07.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.232Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766784604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-04-29T11:14:07.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.233Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766786095, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:14:07.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:14:07.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:14:07.233Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766785611, "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-04-29T11:14:07.244Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a35b0f93-a30c-41bf-b614-67fb47b8bc12 2023-04-29T11:14:07.244Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35b0f93-a30c-41bf-b614-67fb47b8bc12 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-04-29T11:14:21.251Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b4ae916-c051-4893-bf69-4d146f6510cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:14:21.284Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b4ae916-c051-4893-bf69-4d146f6510cd 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-04-29T11:14:21.290Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:14:21.290Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-04-29T11:14:21.290Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-04-29T11:14:21.291Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-04-29T11:14:21.291Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:14:21.291Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:14:21.292Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:14:21.292Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:14:21.292Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:14:21.293Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:14:21.293Z|0b4ae916-c051-4893-bf69-4d146f6510cd|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-04-29T11:14:21.307Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-04-29T11:14:51.307Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b4ae916-c051-4893-bf69-4d146f6510cd 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-04-29T11:14:51.319Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b4ae916-c051-4893-bf69-4d146f6510cd and serviceModelVersionId: b1c6dfc5-ac63-41ea-8472-17ae3558707e 2023-04-29T11:14:51.320Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c625706-60ac-4977-9fc8-eb50cecd2872 2023-04-29T11:14:51.321Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c625706-60ac-4977-9fc8-eb50cecd2872/model-vers/model-ver/b1c6dfc5-ac63-41ea-8472-17ae3558707e?depth=0 2023-04-29T11:14:51.327Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-04-29T11:14:51.377Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c625706-60ac-4977-9fc8-eb50cecd2872/model-vers/model-ver/b1c6dfc5-ac63-41ea-8472-17ae3558707e?depth=0|INFO|500||Invoke 2023-04-29T11:14:51.377Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c625706-60ac-4977-9fc8-eb50cecd2872/model-vers/model-ver/b1c6dfc5-ac63-41ea-8472-17ae3558707e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c625706-60ac-4977-9fc8-eb50cecd2872/model-vers/model-ver/b1c6dfc5-ac63-41ea-8472-17ae3558707e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b4ae916-c051-4893-bf69-4d146f6510cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2649fdd-99bc-45a9-bc52-1e319ddcf92b], X-ECOMP-RequestID=[0b4ae916-c051-4893-bf69-4d146f6510cd], X-TransactionId=[], X-ONAP-RequestID=[0b4ae916-c051-4893-bf69-4d146f6510cd], Content-Type=[application/merge-patch+json]} 2023-04-29T11:14:51.387Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c625706-60ac-4977-9fc8-eb50cecd2872/model-vers/model-ver/b1c6dfc5-ac63-41ea-8472-17ae3558707e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-04-29T11:14:51.549Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c625706-60ac-4977-9fc8-eb50cecd2872/model-vers/model-ver/b1c6dfc5-ac63-41ea-8472-17ae3558707e?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/5c625706-60ac-4977-9fc8-eb50cecd2872/model-vers/model-ver/b1c6dfc5-ac63-41ea-8472-17ae3558707e?depth=0 has http status code:200 and response headers:{date=[Sat, 29 Apr 2023 11:14:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[454904], x-aai-txid=[1-aai-resources-230429-11:14:51:397-61885], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-04-29T11:14:51.549Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c625706-60ac-4977-9fc8-eb50cecd2872/model-vers/model-ver/b1c6dfc5-ac63-41ea-8472-17ae3558707e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-04-29T11:14:51.550Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c625706-60ac-4977-9fc8-eb50cecd2872/model-vers/model-ver/b1c6dfc5-ac63-41ea-8472-17ae3558707e?depth=0|INFO|500||InvokeReturn 2023-04-29T11:14:51.550Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-04-29T11:14:51.550Z|0b4ae916-c051-4893-bf69-4d146f6510cd|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-04-29T11:14:51.573Z|0b4ae916-c051-4893-bf69-4d146f6510cd|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-04-29T11:14:51.573Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b4ae916-c051-4893-bf69-4d146f6510cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-04-29T11:14:51.573Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-04-29T11:14:51.573Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:14:51.574Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:14:51.574Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766891573, "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-04-29T11:14:52.603Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-04-29T11:14:52.603Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"a35b0f93-a30c-41bf-b614-67fb47b8bc12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"27818b48-5fad-4a47-bf47-7add45cd679d","serviceDescription":"service","serviceInvariantUUID":"cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"57f4312b-0edd-4293-91fa-9ed90cefbb97","resourceInvariantUUID":"526888c5-4015-4580-9c3a-8c136709e254","resourceCustomizationUUID":"40654a9f-2186-4a33-a932-532637ca9863","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":"OTk4Njc5NzQ4NTk4NTk2ZjYzN2UyMjczNTk4YzhmNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4866bd7-c8c8-477a-836d-52071792c9ac","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":"ZmFhNTVhOTMxOTU4OTk4YmQ0NmQyOWE5NWI5OWIyMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19460d30-3f65-4af4-806a-c8f768379d1b","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":"dbef0eb8-c07b-42d1-9d7f-e91433313fdf","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":"e50b3701-9430-4c22-b894-9d4516774b85","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":"b1319064-cbc2-43b5-ab21-440863674ad7","artifactVersion":"2","generatedFromUUID":"dbef0eb8-c07b-42d1-9d7f-e91433313fdf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTdiZDFjN2ViNzNmMGMxN2QxZjIyOWViNmEzYzg5OTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5497a1de-8934-4c9c-a437-9cd4f80eef7c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjhmMjAxZGQxMzI2YjEzYzg2ZTE5MWY1N2E3MDY2Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1985c2df-a1d3-40d7-aa54-e36af67a6006","artifactVersion":"1"}],"workloadContext":"Production"} 2023-04-29T11:14:52.604Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:14:52.604Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:14:52.604Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:14:52.604Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "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-04-29T11:14:53.605Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:14:53.606Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:14:53.606Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:14:53.606Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "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-04-29T11:14:54.607Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:14:54.608Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:14:54.608Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:14:54.608Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "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-04-29T11:14:55.609Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:14:55.610Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:14:55.610Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:14:55.610Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "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-04-29T11:14:56.611Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:14:56.612Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:14:56.612Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:14:56.612Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "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-04-29T11:14:57.614Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:14:57.614Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:14:57.615Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:14:57.615Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:14:58.616Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:14:58.617Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:14:58.617Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:14:58.617Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:14:59.619Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "27818b48-5fad-4a47-bf47-7add45cd679d", "serviceDescription": "service", "serviceInvariantUUID": "cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "40654a9f-2186-4a33-a932-532637ca9863", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "57f4312b-0edd-4293-91fa-9ed90cefbb97", "resourceInvariantUUID": "526888c5-4015-4580-9c3a-8c136709e254", "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": "ZmFhNTVhOTMxOTU4OTk4YmQ0NmQyOWE5NWI5OWIyMjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "19460d30-3f65-4af4-806a-c8f768379d1b", "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": "dbef0eb8-c07b-42d1-9d7f-e91433313fdf", "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": "b1319064-cbc2-43b5-ab21-440863674ad7", "generatedFromUUID": "dbef0eb8-c07b-42d1-9d7f-e91433313fdf" }, "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": "b1319064-cbc2-43b5-ab21-440863674ad7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YjhmMjAxZGQxMzI2YjEzYzg2ZTE5MWY1N2E3MDY2Nzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1985c2df-a1d3-40d7-aa54-e36af67a6006" } ], "workloadContext": "Production" } 2023-04-29T11:14:59.620Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-04-29T11:14:59.620Z|0b4ae916-c051-4893-bf69-4d146f6510cd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27818b48-5fad-4a47-bf47-7add45cd679d ASDC 2023-04-29T11:14:59.621Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a35b0f93-a30c-41bf-b614-67fb47b8bc12 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:27818b48-5fad-4a47-bf47-7add45cd679d ServiceInvariantUUID:cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc 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:1985c2df-a1d3-40d7-aa54-e36af67a6006 ArtifactChecksum:YjhmMjAxZGQxMzI2YjEzYzg2ZTE5MWY1N2E3MDY2Nzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:40654a9f-2186-4a33-a932-532637ca9863 ResourceInvariantUUID:526888c5-4015-4580-9c3a-8c136709e254 ResourceName:basic_vm ResourceType:VF ResourceUUID:57f4312b-0edd-4293-91fa-9ed90cefbb97 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:19460d30-3f65-4af4-806a-c8f768379d1b ArtifactChecksum:ZmFhNTVhOTMxOTU4OTk4YmQ0NmQyOWE5NWI5OWIyMjM= 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:dbef0eb8-c07b-42d1-9d7f-e91433313fdf 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:b1319064-cbc2-43b5-ab21-440863674ad7 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:b1319064-cbc2-43b5-ab21-440863674ad7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-04-29T11:14:59.623Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27818b48-5fad-4a47-bf47-7add45cd679d 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-04-29T11:14:59.695Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T11:14:59.695Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T11:14:59.695Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T11:14:59.696Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1985c2df-a1d3-40d7-aa54-e36af67a6006 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-04-29T11:14:59.696Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T11:14:59.696Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-04-29T11:14:59.831Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T11:14:59.834Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1985c2df-a1d3-40d7-aa54-e36af67a6006 75168 2023-04-29T11:14:59.834Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-04-29T11:14:59.834Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-04-29T11:14:59.835Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:14:59.835Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:14:59.835Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:14:59.835Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766899834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:15:00.836Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T11:15:00.837Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-04-29T11:15:00.837Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1985c2df-a1d3-40d7-aa54-e36af67a6006, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-04-29T11:15:00.838Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-04-29T11:15:00.839Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-04-29T11:15:00.839Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-04-29T11:15:01.049Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16645167208803916687/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-04-29T11:15:02.525Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-04-29T11:15:02.526Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-04-29T11:15:02.526Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-04-29T11:15:02.526Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-04-29T11:15:02.527Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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-BasicVm-csar.csar 2023-04-29T11:15:02.527Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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-BasicVm-csar.csar 2023-04-29T11:15:02.527Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:02.528Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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-BasicVm-csar.csar 2023-04-29T11:15:02.528Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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-BasicVm-csar.csar 2023-04-29T11:15:02.528Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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-BasicVm-csar.csar 2023-04-29T11:15:02.529Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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-BasicVm-csar.csar 2023-04-29T11:15:02.529Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-04-29T11:15:02.529Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.530Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:02.530Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-04-29T11:15:02.531Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-04-29T11:15:02.531Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T11:15:02.531Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.532Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:02.532Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-04-29T11:15:02.532Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-04-29T11:15:02.533Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T11:15:02.533Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.534Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:02.534Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.534Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-04-29T11:15:02.535Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-04-29T11:15:02.535Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-04-29T11:15:02.535Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-04-29T11:15:02.536Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-04-29T11:15:02.536Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-04-29T11:15:02.536Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.536Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-04-29T11:15:02.537Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.538Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-04-29T11:15:02.538Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:15:02.538Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.539Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-04-29T11:15:02.539Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:15:02.540Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.540Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-04-29T11:15:02.541Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:15:02.541Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.541Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-04-29T11:15:02.542Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-04-29T11:15:02.542Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-04-29T11:15:02.542Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f3ae63fa-238d-4c48-adac-6c314ec8c3ca 2023-04-29T11:15:02.543Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.543Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:02.543Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.544Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:02.544Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.545Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:02.545Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:02.545Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:02.546Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:27818b48-5fad-4a47-bf47-7add45cd679d Model Version:NULL Model InvariantUuid:cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:260b141e-8dc1-4b90-b599-b8e9b67a66e4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:526888c5-4015-4580-9c3a-8c136709e254 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:40654a9f-2186-4a33-a932-532637ca9863 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1f2b69dd-df62-41b0-9d30-32b7f2013007 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:4107f842-32f5-43a0-8df2-82b194aec452 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f3ae63fa-238d-4c48-adac-6c314ec8c3ca ModelInvariantUuid:994ac2a8-c396-4598-9a02-70caf863dd8b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:0daa06bb-b286-40d4-9038-cbcf9fd1596b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:82285234-8e4a-42d6-a8ff-742eba9439ad ModelInvariantUuid:e0da28d2-1e1a-497f-85e8-262d5251eb25 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:6620d7f8-7044-40ec-9ff6-bc1957fca9c8 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-04-29T11:15:02.564Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 57f4312b-0edd-4293-91fa-9ed90cefbb97 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-04-29T11:15:02.571Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||basic_vm 0 2023-04-29T11:15:02.572Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 57f4312b-0edd-4293-91fa-9ed90cefbb97 2023-04-29T11:15:02.572Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 19460d30-3f65-4af4-806a-c8f768379d1b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-04-29T11:15:02.572Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T11:15:02.572Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:02.747Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T11:15:02.748Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 19460d30-3f65-4af4-806a-c8f768379d1b 787 2023-04-29T11:15:02.749Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:02.749Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:02.749Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:15:02.750Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:15:02.750Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:15:02.751Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766902749, "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-04-29T11:15:03.752Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1f2b69dd-df62-41b0-9d30-32b7f2013007", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4107f842-32f5-43a0-8df2-82b194aec452", "vfModuleModelCustomizationUUID": "901ce495-46fb-4070-9460-c35de4a5e58d", "isBase": true, "artifacts": [ "dbef0eb8-c07b-42d1-9d7f-e91433313fdf", "b1319064-cbc2-43b5-ab21-440863674ad7" ], "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-04-29T11:15:03.756Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4107f842-32f5-43a0-8df2-82b194aec452 VfModuleModelInvariantUUID:1f2b69dd-df62-41b0-9d30-32b7f2013007 VfModuleModelDescription:NULL Artifacts UUID List:{ dbef0eb8-c07b-42d1-9d7f-e91433313fdf , b1319064-cbc2-43b5-ab21-440863674ad7 } 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-04-29T11:15:03.758Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1f2b69dd-df62-41b0-9d30-32b7f2013007", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4107f842-32f5-43a0-8df2-82b194aec452", "vfModuleModelCustomizationUUID": "901ce495-46fb-4070-9460-c35de4a5e58d", "isBase": true, "artifacts": [ "dbef0eb8-c07b-42d1-9d7f-e91433313fdf", "b1319064-cbc2-43b5-ab21-440863674ad7" ], "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-04-29T11:15:03.758Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4107f842-32f5-43a0-8df2-82b194aec452 VfModuleModelInvariantUUID:1f2b69dd-df62-41b0-9d30-32b7f2013007 VfModuleModelDescription:NULL Artifacts UUID List:{ dbef0eb8-c07b-42d1-9d7f-e91433313fdf , b1319064-cbc2-43b5-ab21-440863674ad7 } 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-04-29T11:15:03.758Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dbef0eb8-c07b-42d1-9d7f-e91433313fdf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-04-29T11:15:03.758Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T11:15:03.759Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:03.957Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T11:15:03.957Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dbef0eb8-c07b-42d1-9d7f-e91433313fdf 5033 2023-04-29T11:15:03.958Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:03.958Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:03.958Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:15:03.959Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:15:03.959Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:15:03.959Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766903958, "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-04-29T11:15:04.960Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b1319064-cbc2-43b5-ab21-440863674ad7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-04-29T11:15:04.960Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-04-29T11:15:04.961Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:05.072Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-04-29T11:15:05.073Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b1319064-cbc2-43b5-ab21-440863674ad7 903 2023-04-29T11:15:05.074Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:05.075Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:05.076Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:15:05.076Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:15:05.076Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:15:05.077Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766905074, "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-04-29T11:15:06.078Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 27818b48-5fad-4a47-bf47-7add45cd679d 2023-04-29T11:15:06.079Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 57f4312b-0edd-4293-91fa-9ed90cefbb97 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-04-29T11:15:06.113Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57096873, org.onap.sdc.toscaparser.api.parameters.Input@5e02c125, org.onap.sdc.toscaparser.api.parameters.Input@61db5b71, org.onap.sdc.toscaparser.api.parameters.Input@e106973, org.onap.sdc.toscaparser.api.parameters.Input@12c6c232] 2023-04-29T11:15:06.115Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.116Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:06.116Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-04-29T11:15:06.116Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 40654a9f-2186-4a33-a932-532637ca9863 2023-04-29T11:15:06.116Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 40654a9f-2186-4a33-a932-532637ca9863 matches Tosca VF Customization UUID: 40654a9f-2186-4a33-a932-532637ca9863 2023-04-29T11:15:06.116Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 40654a9f-2186-4a33-a932-532637ca9863 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-04-29T11:15:06.121Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.121Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:06.122Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 40654a9f-2186-4a33-a932-532637ca9863: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-04-29T11:15:06.122Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ce84cf1 2023-04-29T11:15:06.122Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.123Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-04-29T11:15:06.123Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 901ce495-46fb-4070-9460-c35de4a5e58d 2023-04-29T11:15:06.124Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 901ce495-46fb-4070-9460-c35de4a5e58d 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-04-29T11:15:06.129Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.129Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-04-29T11:15:06.130Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:15:06.130Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.130Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-04-29T11:15:06.131Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:15:06.131Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.131Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-04-29T11:15:06.131Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-04-29T11:15:06.132Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-04-29T11:15:06.132Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f3ae63fa-238d-4c48-adac-6c314ec8c3ca 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-04-29T11:15:06.139Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.140Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-04-29T11:15:06.140Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:15:06.141Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.141Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-04-29T11:15:06.141Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=40654a9f-2186-4a33-a932-532637ca9863 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-04-29T11:15:06.146Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.146Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:06.147Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 27818b48-5fad-4a47-bf47-7add45cd679d: basic_vm 2023-04-29T11:15:06.147Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.147Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:06.147Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.148Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:06.148Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.148Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:06.149Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.149Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:06.149Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:15:06.149Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:15:06.150Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:06.382Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 57f4312b-0edd-4293-91fa-9ed90cefbb97 1 ASDC deployResourceStructure 2023-04-29T11:15:06.382Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:06.382Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:06.383Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:15:06.383Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:15:06.383Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:15:06.384Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766906382, "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-04-29T11:15:06.912Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:15:06.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.916Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682766787101, "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-04-29T11:15:06.930Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a35b0f93-a30c-41bf-b614-67fb47b8bc12 2023-04-29T11:15:06.931Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35b0f93-a30c-41bf-b614-67fb47b8bc12 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-04-29T11:15:06.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.949Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "multicloud-k8s", "timestamp": 1682766786614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-04-29T11:15:06.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.950Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "aai-model-loader", "timestamp": 1682766787885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:15:06.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.950Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "aai-model-loader", "timestamp": 1682766788888, "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-04-29T11:15:06.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a35b0f93-a30c-41bf-b614-67fb47b8bc12 2023-04-29T11:15:06.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35b0f93-a30c-41bf-b614-67fb47b8bc12 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-04-29T11:15:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.978Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ee9e2ab-65c1-4843-9437-138f8b60bdfe", "consumerID": "SO-sdc-controller", "timestamp": 1682766818565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-04-29T11:15:06.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.980Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:15:06.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.982Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:15:06.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.983Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-04-29T11:15:06.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.984Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:15:06.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:15:06.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/resourceInstances/pnf192a899953780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:15:06.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.987Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:15:06.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.988Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:15:06.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.989Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766827792, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:15:06.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:06.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-04-29T11:15:06.990Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766830212, "artifactURL": "/sdc/v1/catalog/services/DemoPnf62pwqbzylvzokzkiczwb/1.0/artifacts/service-DemoPnf62pwqbzylvzokzkiczwb-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:15:06.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:15:07.385Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:07.386Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:07.386Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:15:07.387Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:15:07.387Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:15:07.388Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766907384, "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-04-29T11:15:08.389Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:08.390Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||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-04-29T11:15:08.391Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:15:08.391Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:15:08.392Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:15:08.392Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766908389, "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-04-29T11:15:09.395Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-04-29T11:15:09.396Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-04-29T11:15:09.396Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:15:09.397Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:15:09.397Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:15:09.397Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766909395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:15:10.398Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a35b0f93-a30c-41bf-b614-67fb47b8bc12 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:15:10.414Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a35b0f93-a30c-41bf-b614-67fb47b8bc12 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-04-29T11:15:10.418Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:15:10.418Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-04-29T11:15:10.418Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-04-29T11:15:10.419Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-04-29T11:15:10.419Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:15:10.419Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:15:10.419Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:15:10.419Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:15:10.420Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:15:10.420Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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-04-29T11:15:10.431Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-04-29T11:15:40.431Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a35b0f93-a30c-41bf-b614-67fb47b8bc12 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-04-29T11:15:40.446Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a35b0f93-a30c-41bf-b614-67fb47b8bc12 and serviceModelVersionId: 27818b48-5fad-4a47-bf47-7add45cd679d 2023-04-29T11:15:40.447Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc 2023-04-29T11:15:40.448Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc/model-vers/model-ver/27818b48-5fad-4a47-bf47-7add45cd679d?depth=0 2023-04-29T11:15:40.453Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-04-29T11:15:40.516Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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/cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc/model-vers/model-ver/27818b48-5fad-4a47-bf47-7add45cd679d?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-04-29T11:15:40.518Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc/model-vers/model-ver/27818b48-5fad-4a47-bf47-7add45cd679d?depth=0|INFO|500||Invoke 2023-04-29T11:15:40.525Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc/model-vers/model-ver/27818b48-5fad-4a47-bf47-7add45cd679d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-04-29T11:15:40.680Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc/model-vers/model-ver/27818b48-5fad-4a47-bf47-7add45cd679d?depth=0|INFO|500||InvokeReturn 2023-04-29T11:15:40.681Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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/cb5efb73-1dd0-4481-b9f8-9ecc233ed4dc/model-vers/model-ver/27818b48-5fad-4a47-bf47-7add45cd679d?depth=0 has http status code:200 and response headers:{date=[Sat, 29 Apr 2023 11:15:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[204856], x-aai-txid=[1-aai-resources-230429-11:15:40:533-37765], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-04-29T11:15:40.681Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-04-29T11:15:40.682Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-04-29T11:15:40.682Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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-04-29T11:15:40.695Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|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-04-29T11:15:40.696Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a35b0f93-a30c-41bf-b614-67fb47b8bc12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-04-29T11:15:40.697Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-04-29T11:15:40.697Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:15:40.697Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:15:40.698Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766940696, "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-04-29T11:15:41.727Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:16:06.912Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:16:06.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.916Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0b4ae916-c051-4893-bf69-4d146f6510cd", "consumerID": "SO-sdc-controller", "timestamp": 1682766891573, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-04-29T11:16:06.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:16:06.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.919Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-04-29T11:16:06.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.920Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-04-29T11:16:06.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.920Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:16:06.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.921Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-04-29T11:16:06.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:16:06.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766819595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:16:06.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766899834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:16:06.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.924Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766902749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-04-29T11:16:06.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.924Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766903958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T11:16:06.925Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.925Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766905074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-04-29T11:16:06.925Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:06.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:16:06.925Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766906382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-04-29T11:16:06.926Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:16:41.735Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:17:06.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:17:06.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:17:06.917Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766907384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-04-29T11:17:06.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:17:06.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:17:06.918Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766908389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-04-29T11:17:06.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:17:06.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:17:06.919Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766909395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:17:06.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:17:06.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:17:06.920Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a35b0f93-a30c-41bf-b614-67fb47b8bc12", "consumerID": "SO-sdc-controller", "timestamp": 1682766940696, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-04-29T11:17:06.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:17:41.737Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:18:06.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:18:41.739Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:19:06.915Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:19:41.741Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:20:06.917Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:20:41.743Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:21:06.917Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:21:41.743Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:22:06.918Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:22:41.744Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:23:06.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:23:41.746Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:24:06.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:24:41.747Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:25:06.923Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:25:41.748Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:26:06.924Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:26:41.751Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:27:06.926Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:27:41.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:27:46.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:27:46.315Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0","serviceDescription":"service","serviceInvariantUUID":"4d78f7ac-9a33-49d9-b250-a19298c2422b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"862fc84f-612c-458e-88bd-a2dd19235c3f","resourceInvariantUUID":"0db94d40-2bf1-49c7-9864-609820cbcb1f","resourceCustomizationUUID":"8e417d01-c45c-49a8-9802-0a9a1811d77e","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":"ZmQzODI2Nzg0OGUyMGZjMGNiNmRlMDgxMjNjN2NmNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b35c48de-7442-4fa6-be4c-fda002af2e9a","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":"MzViN2I0ZWUxMTQ2YzRmMGQxY2E3Yzk3MGUyYTAyOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b22c01f-d54d-492f-b0b1-ced4db3c814c","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":"ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f","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":"fd0e5833-35b5-4e03-9064-4593416167b6","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":"972da6bf-3ad8-4fe4-b7dd-3afda7c200f2","artifactVersion":"2","generatedFromUUID":"2d1a9a4e-27bd-4c88-94d0-71b2a875bf9e"},{"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":"a4a221a7-c7ac-449b-9539-c32997e7c2a3","artifactVersion":"2","generatedFromUUID":"ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f"},{"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":"2d1a9a4e-27bd-4c88-94d0-71b2a875bf9e","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":"b623534c-b5dc-4ff5-bedf-4bbbf1ab6b46","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":"NGY3MGRhZjczODUwYWJlNjEyMDEyOWMxNmU5YjNhODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e3e6e57-bde4-48b3-a1bd-5775e01b9aca","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzZhOGJjNTJmOTUyZTYyZTlmNGMxN2MyNzA2MWRjNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5c51e34-81b4-4244-840e-4c4b46d72d39","artifactVersion":"1"}],"workloadContext":"Production"} 2023-04-29T11:27:46.320Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:27:46.321Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:46.321Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:46.322Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "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-04-29T11:27:46.331Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:27:46.332Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:27:46.332Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:27:46.333Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:27:46.333Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:27:46.333Z||kafka-producer-network-thread | SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ec199128-922c-4763-af2d-298b1a838984] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to k1BH05W8QgeDeB-5pCiPEg 2023-04-29T11:27:46.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:27:46.350Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "ves-openapi-manager", "timestamp": 1682767662925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:27:46.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:27:47.335Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:27:47.336Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:47.336Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:47.336Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "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-04-29T11:27:48.337Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:27:48.338Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:48.338Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:48.338Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "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-04-29T11:27:49.339Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:27:49.339Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:49.339Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:49.340Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "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-04-29T11:27:50.341Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:27:50.341Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:50.341Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:50.342Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "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-04-29T11:27:51.343Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:27:51.343Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:51.343Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:51.343Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "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-04-29T11:27:52.344Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:27:52.345Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:52.345Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:52.345Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "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-04-29T11:27:53.346Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:27:53.347Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:53.347Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:53.347Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "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-04-29T11:27:54.348Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:27:54.349Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:54.349Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:54.349Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:27:55.351Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:27:55.352Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:55.352Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:55.352Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:27:56.354Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0", "serviceDescription": "service", "serviceInvariantUUID": "4d78f7ac-9a33-49d9-b250-a19298c2422b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "8e417d01-c45c-49a8-9802-0a9a1811d77e", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "862fc84f-612c-458e-88bd-a2dd19235c3f", "resourceInvariantUUID": "0db94d40-2bf1-49c7-9864-609820cbcb1f", "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": "MzViN2I0ZWUxMTQ2YzRmMGQxY2E3Yzk3MGUyYTAyOGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b22c01f-d54d-492f-b0b1-ced4db3c814c", "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": "ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f", "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": "a4a221a7-c7ac-449b-9539-c32997e7c2a3", "generatedFromUUID": "ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f" }, "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": "972da6bf-3ad8-4fe4-b7dd-3afda7c200f2", "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": "a4a221a7-c7ac-449b-9539-c32997e7c2a3", "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": "2d1a9a4e-27bd-4c88-94d0-71b2a875bf9e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MzZhOGJjNTJmOTUyZTYyZTlmNGMxN2MyNzA2MWRjNzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e5c51e34-81b4-4244-840e-4c4b46d72d39" } ], "workloadContext": "Production" } 2023-04-29T11:27:56.355Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-04-29T11:27:56.355Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0 ASDC 2023-04-29T11:27:56.356Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0 ServiceInvariantUUID:4d78f7ac-9a33-49d9-b250-a19298c2422b 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:e5c51e34-81b4-4244-840e-4c4b46d72d39 ArtifactChecksum:MzZhOGJjNTJmOTUyZTYyZTlmNGMxN2MyNzA2MWRjNzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:8e417d01-c45c-49a8-9802-0a9a1811d77e ResourceInvariantUUID:0db94d40-2bf1-49c7-9864-609820cbcb1f ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:862fc84f-612c-458e-88bd-a2dd19235c3f 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:8b22c01f-d54d-492f-b0b1-ced4db3c814c ArtifactChecksum:MzViN2I0ZWUxMTQ2YzRmMGQxY2E3Yzk3MGUyYTAyOGY= 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:ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f 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:a4a221a7-c7ac-449b-9539-c32997e7c2a3 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:972da6bf-3ad8-4fe4-b7dd-3afda7c200f2 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:a4a221a7-c7ac-449b-9539-c32997e7c2a3 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:2d1a9a4e-27bd-4c88-94d0-71b2a875bf9e ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-04-29T11:27:56.357Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0 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-04-29T11:27:56.437Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T11:27:56.439Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-04-29T11:27:56.439Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-04-29T11:27:56.439Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e5c51e34-81b4-4244-840e-4c4b46d72d39 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-04-29T11:27:56.439Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-04-29T11:27:56.440Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-04-29T11:27:56.575Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-04-29T11:27:56.581Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e5c51e34-81b4-4244-840e-4c4b46d72d39 163256 2023-04-29T11:27:56.581Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-04-29T11:27:56.581Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-04-29T11:27:56.581Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:27:56.582Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:56.582Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:56.582Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767676581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:27:57.583Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T11:27:57.584Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-04-29T11:27:57.584Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e5c51e34-81b4-4244-840e-4c4b46d72d39, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-04-29T11:27:57.585Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-04-29T11:27:57.586Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-04-29T11:27:57.586Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-04-29T11:27:57.808Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16785845488400156430/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-04-29T11:27:59.139Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-04-29T11:27:59.139Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-04-29T11:27:59.140Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-04-29T11:27:59.140Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-04-29T11:27:59.140Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-04-29T11:27:59.140Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:27:59.140Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:27:59.140Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:27:59.141Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-04-29T11:27:59.141Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.141Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:27:59.141Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-04-29T11:27:59.142Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-04-29T11:27:59.142Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T11:27:59.142Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.142Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:27:59.143Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-04-29T11:27:59.143Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-04-29T11:27:59.143Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T11:27:59.143Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.143Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:27:59.144Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.144Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-04-29T11:27:59.144Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-04-29T11:27:59.144Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-04-29T11:27:59.144Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-04-29T11:27:59.144Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.144Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-04-29T11:27:59.145Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.145Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-04-29T11:27:59.145Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:27:59.145Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.145Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-04-29T11:27:59.146Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:27:59.146Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.146Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-04-29T11:27:59.146Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:27:59.146Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.146Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-04-29T11:27:59.147Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:27:59.147Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.147Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-04-29T11:27:59.147Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-04-29T11:27:59.147Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=767295ca-10d4-4cb6-9545-c796a899e310 2023-04-29T11:27:59.147Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.148Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:27:59.148Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.148Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:27:59.148Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.148Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:27:59.148Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:27:59.149Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:27:59.149Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0 Model Version:NULL Model InvariantUuid:4d78f7ac-9a33-49d9-b250-a19298c2422b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:3214249a-b0f9-4a50-b265-7fc0499ae241 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0db94d40-2bf1-49c7-9864-609820cbcb1f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8e417d01-c45c-49a8-9802-0a9a1811d77e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:619851df-d10c-4433-ac99-1f0820211f44 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:b69ca71e-faa8-47e1-8b6c-66f6cd30eca8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:2cd2fe0f-b9c4-4722-931d-8b88b6b2458b ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e1aab986-0eb4-46b9-b221-910ddbabf211 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:767295ca-10d4-4cb6-9545-c796a899e310 ModelInvariantUuid:0252697b-5c49-477f-98e3-3e9462d652a4 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:659465e5-8738-40d6-8cd5-cf8332dd5f30 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:d52fd9d9-8c4e-4487-9693-8707054b6ad0 ModelInvariantUuid:77e5075e-3edb-4c0b-bd71-646f128b6d18 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:600c968a-fa1d-4203-be77-a497add1efcf 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-04-29T11:27:59.170Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 862fc84f-612c-458e-88bd-a2dd19235c3f 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-04-29T11:27:59.179Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2023-04-29T11:27:59.179Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 862fc84f-612c-458e-88bd-a2dd19235c3f 2023-04-29T11:27:59.179Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8b22c01f-d54d-492f-b0b1-ced4db3c814c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-04-29T11:27:59.179Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-04-29T11:27:59.179Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:27:59.280Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-04-29T11:27:59.280Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 8b22c01f-d54d-492f-b0b1-ced4db3c814c 1565 2023-04-29T11:27:59.280Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:27:59.281Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:27:59.281Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:27:59.281Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:27:59.281Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:27:59.281Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767679280, "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-04-29T11:28:00.282Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "2cd2fe0f-b9c4-4722-931d-8b88b6b2458b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e1aab986-0eb4-46b9-b221-910ddbabf211", "vfModuleModelCustomizationUUID": "1b508edc-f172-44ce-8ddf-d6c44dd3e7dd", "isBase": true, "artifacts": [ "ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f", "a4a221a7-c7ac-449b-9539-c32997e7c2a3" ], "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": "619851df-d10c-4433-ac99-1f0820211f44", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b69ca71e-faa8-47e1-8b6c-66f6cd30eca8", "vfModuleModelCustomizationUUID": "44749dd1-55a2-44d2-9bfa-b0a96ea06c05", "isBase": false, "artifacts": [ "2d1a9a4e-27bd-4c88-94d0-71b2a875bf9e" ], "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-04-29T11:28:00.288Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e1aab986-0eb4-46b9-b221-910ddbabf211 VfModuleModelInvariantUUID:2cd2fe0f-b9c4-4722-931d-8b88b6b2458b VfModuleModelDescription:NULL Artifacts UUID List:{ ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f , a4a221a7-c7ac-449b-9539-c32997e7c2a3 } 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:b69ca71e-faa8-47e1-8b6c-66f6cd30eca8 VfModuleModelInvariantUUID:619851df-d10c-4433-ac99-1f0820211f44 VfModuleModelDescription:NULL Artifacts UUID List:{ 2d1a9a4e-27bd-4c88-94d0-71b2a875bf9e } 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-04-29T11:28:00.291Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "2cd2fe0f-b9c4-4722-931d-8b88b6b2458b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e1aab986-0eb4-46b9-b221-910ddbabf211", "vfModuleModelCustomizationUUID": "1b508edc-f172-44ce-8ddf-d6c44dd3e7dd", "isBase": true, "artifacts": [ "ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f", "a4a221a7-c7ac-449b-9539-c32997e7c2a3" ], "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": "619851df-d10c-4433-ac99-1f0820211f44", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b69ca71e-faa8-47e1-8b6c-66f6cd30eca8", "vfModuleModelCustomizationUUID": "44749dd1-55a2-44d2-9bfa-b0a96ea06c05", "isBase": false, "artifacts": [ "2d1a9a4e-27bd-4c88-94d0-71b2a875bf9e" ], "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-04-29T11:28:00.291Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e1aab986-0eb4-46b9-b221-910ddbabf211 VfModuleModelInvariantUUID:2cd2fe0f-b9c4-4722-931d-8b88b6b2458b VfModuleModelDescription:NULL Artifacts UUID List:{ ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f , a4a221a7-c7ac-449b-9539-c32997e7c2a3 } 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:b69ca71e-faa8-47e1-8b6c-66f6cd30eca8 VfModuleModelInvariantUUID:619851df-d10c-4433-ac99-1f0820211f44 VfModuleModelDescription:NULL Artifacts UUID List:{ 2d1a9a4e-27bd-4c88-94d0-71b2a875bf9e } 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-04-29T11:28:00.291Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-04-29T11:28:00.291Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-04-29T11:28:00.292Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:00.398Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-04-29T11:28:00.399Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ab4ee19a-68ee-4ac8-b3d9-d90d1747a36f 914 2023-04-29T11:28:00.400Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:00.400Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:00.401Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:28:00.402Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:28:00.402Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:28:00.403Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767680400, "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-04-29T11:28:01.405Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 972da6bf-3ad8-4fe4-b7dd-3afda7c200f2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-04-29T11:28:01.405Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-04-29T11:28:01.406Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:01.525Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-04-29T11:28:01.526Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 972da6bf-3ad8-4fe4-b7dd-3afda7c200f2 12 2023-04-29T11:28:01.526Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:01.527Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:01.527Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:28:01.528Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:28:01.528Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:28:01.528Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767681526, "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-04-29T11:28:02.530Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a4a221a7-c7ac-449b-9539-c32997e7c2a3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-04-29T11:28:02.530Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-04-29T11:28:02.530Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:02.635Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-04-29T11:28:02.636Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a4a221a7-c7ac-449b-9539-c32997e7c2a3 96 2023-04-29T11:28:02.636Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:02.636Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:02.636Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:28:02.637Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:28:02.637Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:28:02.637Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767682636, "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-04-29T11:28:03.638Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2d1a9a4e-27bd-4c88-94d0-71b2a875bf9e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-04-29T11:28:03.638Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-04-29T11:28:03.639Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:03.852Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-04-29T11:28:03.853Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2d1a9a4e-27bd-4c88-94d0-71b2a875bf9e 20206 2023-04-29T11:28:03.853Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:03.854Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:03.854Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:28:03.854Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:28:03.854Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:28:03.854Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767683853, "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-04-29T11:28:04.863Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0 2023-04-29T11:28:04.864Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 862fc84f-612c-458e-88bd-a2dd19235c3f 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-04-29T11:28:04.886Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27282d8, org.onap.sdc.toscaparser.api.parameters.Input@658f28ea, org.onap.sdc.toscaparser.api.parameters.Input@6b9e8bea, org.onap.sdc.toscaparser.api.parameters.Input@6a1250dd, org.onap.sdc.toscaparser.api.parameters.Input@7c606b05] 2023-04-29T11:28:04.888Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.889Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:28:04.889Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-04-29T11:28:04.889Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8e417d01-c45c-49a8-9802-0a9a1811d77e 2023-04-29T11:28:04.890Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e417d01-c45c-49a8-9802-0a9a1811d77e matches Tosca VF Customization UUID: 8e417d01-c45c-49a8-9802-0a9a1811d77e 2023-04-29T11:28:04.890Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8e417d01-c45c-49a8-9802-0a9a1811d77e 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-04-29T11:28:04.895Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.895Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:28:04.896Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8e417d01-c45c-49a8-9802-0a9a1811d77e: {\"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-04-29T11:28:04.896Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@706e1a4 2023-04-29T11:28:04.896Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.897Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-04-29T11:28:04.897Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44749dd1-55a2-44d2-9bfa-b0a96ea06c05 2023-04-29T11:28:04.897Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44749dd1-55a2-44d2-9bfa-b0a96ea06c05 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-04-29T11:28:04.902Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.902Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-04-29T11:28:04.903Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:28:04.903Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.903Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-04-29T11:28:04.903Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:28:04.904Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.904Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-04-29T11:28:04.904Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8e417d01-c45c-49a8-9802-0a9a1811d77e 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-04-29T11:28:04.908Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.908Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:28:04.909Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0: basic_cnf_macro 2023-04-29T11:28:04.909Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.909Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:28:04.909Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.909Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:28:04.910Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.910Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:28:04.910Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.910Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:28:04.910Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:28:04.911Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:28:04.911Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:05.002Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 862fc84f-612c-458e-88bd-a2dd19235c3f 2 ASDC deployResourceStructure 2023-04-29T11:28:05.003Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:05.003Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:05.003Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:28:05.004Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:28:05.004Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:28:05.004Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767685003, "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-04-29T11:28:06.006Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:06.007Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:06.007Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:28:06.008Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:28:06.008Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:28:06.008Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767686006, "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-04-29T11:28:06.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:28:06.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:28:06.915Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767657645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:28:06.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:28:07.020Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:07.021Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:07.021Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-04-29T11:28:07.022Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:28:07.022Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:28:07.023Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767687010, "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-04-29T11:28:08.024Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:08.025Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:08.026Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:28:08.027Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:28:08.027Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:28:08.027Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767688024, "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-04-29T11:28:09.029Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:09.030Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||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-04-29T11:28:09.030Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-04-29T11:28:09.030Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:28:09.031Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:28:09.031Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767689029, "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-04-29T11:28:10.032Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-04-29T11:28:10.032Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-04-29T11:28:10.032Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:28:10.033Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:28:10.033Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:28:10.033Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767690032, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:28:11.034Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:28:11.063Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 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-04-29T11:28:11.068Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:28:11.068Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T11:28:11.068Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T11:28:41.069Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:28:41.099Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 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-04-29T11:28:41.104Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:28:41.104Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T11:28:41.105Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T11:29:06.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:29:06.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767655262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767624269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767655262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "ves-openapi-manager", "timestamp": 1682767662925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767657645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767624269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-04-29T11:29:06.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767655262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-04-29T11:29:06.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "ves-openapi-manager", "timestamp": 1682767662925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767657645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-04-29T11:29:06.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767624269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-04-29T11:29:06.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767624269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "ves-openapi-manager", "timestamp": 1682767662925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767655262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767657645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "ves-openapi-manager", "timestamp": 1682767662925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767657645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-04-29T11:29:06.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767624269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767655262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-04-29T11:29:06.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "ves-openapi-manager", "timestamp": 1682767662925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767657645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-04-29T11:29:06.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767624269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767655262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "ves-openapi-manager", "timestamp": 1682767662925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767657645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-04-29T11:29:06.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767624269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767655262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.935Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.936Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "ves-openapi-manager", "timestamp": 1682767662925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.936Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767624269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.936Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767657645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767655262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.937Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.938Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767657645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.938Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767624269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.938Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "ves-openapi-manager", "timestamp": 1682767662925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767655262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.939Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.940Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "ves-openapi-manager", "timestamp": 1682767662925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.940Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767624269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:29:06.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.940Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767657645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:29:06.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.941Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767655262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:29:06.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.941Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767661752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:29:06.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.941Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767675765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767676581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.942Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767675604, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:06.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.943Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767675615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:06.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.943Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.943Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.944Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767676618, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:29:06.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.944Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.945Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767676903, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:06.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.946Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.947Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "policy-distribution-id", "timestamp": 1682767677620, "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-04-29T11:29:06.969Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 2023-04-29T11:29:06.969Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 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-04-29T11:29:06.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.995Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:29:06.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.996Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767678029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:06.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:06.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:06.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:06.999Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767679280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:07.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.000Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "cds-sdc-listener", "timestamp": 1682767678401, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-04-29T11:29:07.015Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 2023-04-29T11:29:07.016Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-04-29T11:29:07.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.039Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767678621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.040Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.040Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767678784, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:07.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.042Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767679200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:07.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.044Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:29:07.044Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.045Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "cds-sdc-listener", "timestamp": 1682767679402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.046Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767680400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:07.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.048Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767678621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.049Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767680215, "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-04-29T11:29:07.062Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 2023-04-29T11:29:07.062Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-04-29T11:29:07.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.085Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767681106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:07.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.086Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "cds-sdc-listener", "timestamp": 1682767679402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.086Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767681526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:07.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.087Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767678621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-04-29T11:29:07.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.088Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "multicloud-k8s", "timestamp": 1682767681219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-04-29T11:29:07.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.089Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "cds-sdc-listener", "timestamp": 1682767679402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.090Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767678621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.091Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767682636, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:07.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.092Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767682222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.093Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "cds-sdc-listener", "timestamp": 1682767679402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.093Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767678621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.093Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "ves-openapi-manager", "timestamp": 1682767682880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.094Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767683853, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-04-29T11:29:07.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.094Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767683765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:29:07.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.095Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767682222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-04-29T11:29:07.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.095Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "cds-sdc-listener", "timestamp": 1682767679402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.096Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.096Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767678621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.096Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.096Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "ves-openapi-manager", "timestamp": 1682767682880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.096Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.096Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767684769, "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-04-29T11:29:07.111Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 2023-04-29T11:29:07.112Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 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-04-29T11:29:07.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767685003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-04-29T11:29:07.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767682222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-04-29T11:29:07.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.133Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "cds-sdc-listener", "timestamp": 1682767679402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.133Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767678621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.134Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "ves-openapi-manager", "timestamp": 1682767682880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.134Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.135Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767686006, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-04-29T11:29:07.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.135Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767682222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "cds-sdc-listener", "timestamp": 1682767679402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767678621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:29:07.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:07.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:29:07.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "ves-openapi-manager", "timestamp": 1682767682880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:29:07.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:29:11.105Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:29:11.132Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 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-04-29T11:29:11.137Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:29:11.137Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T11:29:11.137Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T11:29:41.137Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:29:41.166Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 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-04-29T11:29:41.170Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:29:41.171Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-04-29T11:29:41.171Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-04-29T11:30:06.913Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:30:06.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.920Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:06.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767687010, "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-04-29T11:30:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767682222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-04-29T11:30:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767686068, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:30:06.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "cds-sdc-listener", "timestamp": 1682767679402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:30:06.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "ves-openapi-manager", "timestamp": 1682767682880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:06.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767686891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:30:06.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:06.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767688024, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-04-29T11:30:06.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767682222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:06.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "aai-model-loader", "timestamp": 1682767687071, "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-04-29T11:30:06.947Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 2023-04-29T11:30:06.947Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 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-04-29T11:30:06.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.966Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "cds-sdc-listener", "timestamp": 1682767687558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:30:06.966Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.967Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "ves-openapi-manager", "timestamp": 1682767682880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:06.967Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.967Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767687894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:30:06.967Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.967Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:06.967Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.967Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767689029, "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-04-29T11:30:06.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767682222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:06.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:06.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "ves-openapi-manager", "timestamp": 1682767682880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:06.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:06.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:06.969Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "policy-distribution-id", "timestamp": 1682767688896, "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-04-29T11:30:07.002Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4b91930-b22e-47b5-9bcd-f38981fff33b 2023-04-29T11:30:07.002Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b91930-b22e-47b5-9bcd-f38981fff33b 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-04-29T11:30:07.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.029Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:07.030Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.030Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "cds-sdc-listener", "timestamp": 1682767688977, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-04-29T11:30:07.046Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4b91930-b22e-47b5-9bcd-f38981fff33b 2023-04-29T11:30:07.046Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b91930-b22e-47b5-9bcd-f38981fff33b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-04-29T11:30:07.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.065Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767690032, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:30:07.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.066Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767682222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:30:07.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.066Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:07.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.067Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "ves-openapi-manager", "timestamp": 1682767682880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:07.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.067Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:07.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.068Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:07.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.068Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767690365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-04-29T11:30:07.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.069Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:07.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.069Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:07.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.070Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767691514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T11:30:07.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.070Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767670195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:30:07.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.071Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:07.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.071Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767692619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-04-29T11:30:07.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767693925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:30:07.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:07.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.073Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767693628, "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-04-29T11:30:07.083Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4b91930-b22e-47b5-9bcd-f38981fff33b 2023-04-29T11:30:07.083Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b91930-b22e-47b5-9bcd-f38981fff33b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-04-29T11:30:07.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:30:07.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "multicloud-k8s", "timestamp": 1682767694632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-04-29T11:30:07.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767668581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:30:07.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767696455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:30:07.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767696219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:30:07.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1682767697461, "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-04-29T11:30:07.117Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4b91930-b22e-47b5-9bcd-f38981fff33b 2023-04-29T11:30:07.117Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b91930-b22e-47b5-9bcd-f38981fff33b 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-04-29T11:30:07.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.141Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767702135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:30:07.142Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:30:07.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:30:07.142Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "aai-model-loader", "timestamp": 1682767703138, "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-04-29T11:30:07.157Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4b91930-b22e-47b5-9bcd-f38981fff33b 2023-04-29T11:30:07.157Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b91930-b22e-47b5-9bcd-f38981fff33b 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-04-29T11:30:11.171Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:30:11.198Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 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-04-29T11:30:11.203Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:30:11.203Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-04-29T11:30:11.204Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-04-29T11:30:11.204Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-04-29T11:30:11.204Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:30:11.205Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:30:11.205Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:30:11.205Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:30:11.205Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:30:11.206Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-04-29T11:30:11.217Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-04-29T11:30:41.218Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 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-04-29T11:30:41.232Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 and serviceModelVersionId: c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0 2023-04-29T11:30:41.233Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d78f7ac-9a33-49d9-b250-a19298c2422b 2023-04-29T11:30:41.236Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d78f7ac-9a33-49d9-b250-a19298c2422b/model-vers/model-ver/c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0?depth=0 2023-04-29T11:30:41.242Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-04-29T11:30:41.312Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d78f7ac-9a33-49d9-b250-a19298c2422b/model-vers/model-ver/c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0?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-04-29T11:30:41.314Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d78f7ac-9a33-49d9-b250-a19298c2422b/model-vers/model-ver/c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0?depth=0|INFO|500||Invoke 2023-04-29T11:30:41.322Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d78f7ac-9a33-49d9-b250-a19298c2422b/model-vers/model-ver/c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-04-29T11:30:41.491Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d78f7ac-9a33-49d9-b250-a19298c2422b/model-vers/model-ver/c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0?depth=0|INFO|500||InvokeReturn 2023-04-29T11:30:41.491Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d78f7ac-9a33-49d9-b250-a19298c2422b/model-vers/model-ver/c25bf80c-a2f4-4d8f-a5ab-1127bd8faac0?depth=0 has http status code:200 and response headers:{date=[Sat, 29 Apr 2023 11:30:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[208960], x-aai-txid=[2-aai-resources-230429-11:30:41:333-98098], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-04-29T11:30:41.492Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2023-04-29T11:30:41.492Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-04-29T11:30:41.492Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-04-29T11:30:41.504Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-04-29T11:30:41.505Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-04-29T11:30:41.505Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-04-29T11:30:41.506Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:41.506Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:41.506Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767841505, "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-04-29T11:30:42.541Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:30:42.549Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-04-29T11:30:42.549Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"a4b91930-b22e-47b5-9bcd-f38981fff33b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"091d1472-92bc-4d5a-bed4-e2c1a18d20b3","serviceDescription":"service","serviceInvariantUUID":"b4c3e2a7-7b04-4ff6-9e16-77035741abcc","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae13ca0d-7263-4b09-aae0-abe6b03e4096","resourceInvariantUUID":"fac5e381-7977-487e-a460-d79703d44361","resourceCustomizationUUID":"6566d7d2-eee8-4ba8-9d3a-6744adc5e2aa","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":"MmUwZWEwZjdiN2E5Mzc4N2FlOGJmMGVlYjI2ZmQxNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15d89cfe-246f-4920-b6d6-9495030a21a1","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":"MDRlYjdkMWJjODgzMzEyOTFlZDJkYTQyNmRhMGY1NjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0dd44e85-2299-41be-a572-fe6195a394a4","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":"0ff74fde-db34-4764-adb4-ad4226ccf0b6","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":"e90be773-b93d-4a59-8448-a9b249ca8904","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":"66d76c0f-f0f1-468e-b60b-d37c14ad26f9","artifactVersion":"2","generatedFromUUID":"0ff74fde-db34-4764-adb4-ad4226ccf0b6"},{"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":"YzM3OWYxYTJiN2MzNWVlMDk3NjllNjExOTk4ODhkMDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"eb8e2644-c465-485c-bd22-3c1ba4b461bb","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":"NTE0MjY5ZmQzMjA1Y2ViMjRmMTAyZGRkNDM5Yjg3ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc309334-889c-4eef-9d33-b8d35d0d278c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTlmNjQxMDBhMTU0MzJlZWRmMTZjODI3MzAwYmMyNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f524307-bbee-4c5a-8013-019716d1dfc6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-04-29T11:30:42.551Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:30:42.552Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:42.552Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:42.552Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "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-04-29T11:30:43.553Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:30:43.554Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:43.554Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:43.554Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "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-04-29T11:30:44.555Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:30:44.556Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:44.556Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:44.556Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "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-04-29T11:30:45.557Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:30:45.557Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:45.558Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:45.558Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "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-04-29T11:30:46.559Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:30:46.560Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:46.560Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:46.560Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "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-04-29T11:30:47.562Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:30:47.562Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:47.563Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:47.563Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "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-04-29T11:30:48.564Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:30:48.564Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:48.565Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:48.565Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:30:49.566Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-04-29T11:30:49.567Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:49.568Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:49.568Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:30:50.570Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "091d1472-92bc-4d5a-bed4-e2c1a18d20b3", "serviceDescription": "service", "serviceInvariantUUID": "b4c3e2a7-7b04-4ff6-9e16-77035741abcc", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "6566d7d2-eee8-4ba8-9d3a-6744adc5e2aa", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ae13ca0d-7263-4b09-aae0-abe6b03e4096", "resourceInvariantUUID": "fac5e381-7977-487e-a460-d79703d44361", "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": "MDRlYjdkMWJjODgzMzEyOTFlZDJkYTQyNmRhMGY1NjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0dd44e85-2299-41be-a572-fe6195a394a4", "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": "0ff74fde-db34-4764-adb4-ad4226ccf0b6", "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": "66d76c0f-f0f1-468e-b60b-d37c14ad26f9", "generatedFromUUID": "0ff74fde-db34-4764-adb4-ad4226ccf0b6" }, "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": "66d76c0f-f0f1-468e-b60b-d37c14ad26f9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZTlmNjQxMDBhMTU0MzJlZWRmMTZjODI3MzAwYmMyNjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f524307-bbee-4c5a-8013-019716d1dfc6" } ], "workloadContext": "Production" } 2023-04-29T11:30:50.571Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-04-29T11:30:50.571Z|6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 091d1472-92bc-4d5a-bed4-e2c1a18d20b3 ASDC 2023-04-29T11:30:50.572Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:a4b91930-b22e-47b5-9bcd-f38981fff33b ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:091d1472-92bc-4d5a-bed4-e2c1a18d20b3 ServiceInvariantUUID:b4c3e2a7-7b04-4ff6-9e16-77035741abcc 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:9f524307-bbee-4c5a-8013-019716d1dfc6 ArtifactChecksum:ZTlmNjQxMDBhMTU0MzJlZWRmMTZjODI3MzAwYmMyNjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:6566d7d2-eee8-4ba8-9d3a-6744adc5e2aa ResourceInvariantUUID:fac5e381-7977-487e-a460-d79703d44361 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ae13ca0d-7263-4b09-aae0-abe6b03e4096 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:0dd44e85-2299-41be-a572-fe6195a394a4 ArtifactChecksum:MDRlYjdkMWJjODgzMzEyOTFlZDJkYTQyNmRhMGY1NjI= 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:0ff74fde-db34-4764-adb4-ad4226ccf0b6 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:66d76c0f-f0f1-468e-b60b-d37c14ad26f9 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:66d76c0f-f0f1-468e-b60b-d37c14ad26f9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-04-29T11:30:50.572Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 091d1472-92bc-4d5a-bed4-e2c1a18d20b3 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-04-29T11:30:50.640Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T11:30:50.641Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-04-29T11:30:50.642Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-04-29T11:30:50.642Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9f524307-bbee-4c5a-8013-019716d1dfc6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-04-29T11:30:50.642Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-04-29T11:30:50.643Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-04-29T11:30:50.872Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-04-29T11:30:50.874Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9f524307-bbee-4c5a-8013-019716d1dfc6 82978 2023-04-29T11:30:50.875Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-04-29T11:30:50.875Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-04-29T11:30:50.876Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:30:50.876Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:50.877Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:50.877Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767850875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:30:51.878Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-04-29T11:30:51.880Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-04-29T11:30:51.880Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9f524307-bbee-4c5a-8013-019716d1dfc6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-04-29T11:30:51.881Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-04-29T11:30:51.882Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-04-29T11:30:51.883Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-04-29T11:30:52.070Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13444826750939513846/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-04-29T11:30:53.517Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-04-29T11:30:53.518Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-04-29T11:30:53.518Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-04-29T11:30:53.518Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-04-29T11:30:53.518Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:53.518Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:53.519Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:53.519Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:53.519Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-04-29T11:30:53.519Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:53.519Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:53.519Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-04-29T11:30:53.519Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.520Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:53.520Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-04-29T11:30:53.520Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-04-29T11:30:53.521Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T11:30:53.521Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.521Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:53.522Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-04-29T11:30:53.522Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-04-29T11:30:53.522Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-04-29T11:30:53.523Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.523Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:53.523Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.523Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-04-29T11:30:53.524Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-04-29T11:30:53.524Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-04-29T11:30:53.524Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-04-29T11:30:53.524Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-04-29T11:30:53.524Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-04-29T11:30:53.525Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.525Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-04-29T11:30:53.525Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.525Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-04-29T11:30:53.525Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:30:53.526Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.526Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-04-29T11:30:53.526Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:30:53.527Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.527Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-04-29T11:30:53.527Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:30:53.527Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.527Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-04-29T11:30:53.528Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-04-29T11:30:53.528Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-04-29T11:30:53.528Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d1b69989-9cac-4d4c-978f-4eb89a05486c 2023-04-29T11:30:53.528Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.528Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:53.529Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.529Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:53.529Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.529Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:53.530Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:53.530Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:53.530Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:091d1472-92bc-4d5a-bed4-e2c1a18d20b3 Model Version:NULL Model InvariantUuid:b4c3e2a7-7b04-4ff6-9e16-77035741abcc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:3df2a215-5bff-49ba-8a8c-f6d684331d4b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fac5e381-7977-487e-a460-d79703d44361 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6566d7d2-eee8-4ba8-9d3a-6744adc5e2aa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3d494b2a-eee0-4967-9d31-489f6fadf636 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:eab0836e-bf2e-4701-b556-81fc42f6a41a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d1b69989-9cac-4d4c-978f-4eb89a05486c ModelInvariantUuid:a38d295a-04b6-41aa-93c5-3c6d40cf2493 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:9bd9299a-a1df-4bee-9dcf-1d75c60acb9a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a021b254-9adf-4628-b42b-5d3001212265 ModelInvariantUuid:2cf96f7f-1c1b-4873-ae7b-ca4bda5de753 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:65c98a40-a870-46ea-b508-102b481809cd 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-04-29T11:30:53.546Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ae13ca0d-7263-4b09-aae0-abe6b03e4096 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-04-29T11:30:53.552Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2023-04-29T11:30:53.552Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae13ca0d-7263-4b09-aae0-abe6b03e4096 2023-04-29T11:30:53.552Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0dd44e85-2299-41be-a572-fe6195a394a4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-04-29T11:30:53.553Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-04-29T11:30:53.553Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:53.660Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-04-29T11:30:53.661Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0dd44e85-2299-41be-a572-fe6195a394a4 792 2023-04-29T11:30:53.661Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:53.662Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:53.662Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:30:53.662Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:53.662Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:53.662Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767853661, "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-04-29T11:30:54.663Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3d494b2a-eee0-4967-9d31-489f6fadf636", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eab0836e-bf2e-4701-b556-81fc42f6a41a", "vfModuleModelCustomizationUUID": "06f539a7-364e-4534-82fd-340e9db02fbb", "isBase": true, "artifacts": [ "0ff74fde-db34-4764-adb4-ad4226ccf0b6", "66d76c0f-f0f1-468e-b60b-d37c14ad26f9" ], "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-04-29T11:30:54.668Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eab0836e-bf2e-4701-b556-81fc42f6a41a VfModuleModelInvariantUUID:3d494b2a-eee0-4967-9d31-489f6fadf636 VfModuleModelDescription:NULL Artifacts UUID List:{ 0ff74fde-db34-4764-adb4-ad4226ccf0b6 , 66d76c0f-f0f1-468e-b60b-d37c14ad26f9 } 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-04-29T11:30:54.670Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3d494b2a-eee0-4967-9d31-489f6fadf636", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eab0836e-bf2e-4701-b556-81fc42f6a41a", "vfModuleModelCustomizationUUID": "06f539a7-364e-4534-82fd-340e9db02fbb", "isBase": true, "artifacts": [ "0ff74fde-db34-4764-adb4-ad4226ccf0b6", "66d76c0f-f0f1-468e-b60b-d37c14ad26f9" ], "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-04-29T11:30:54.670Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eab0836e-bf2e-4701-b556-81fc42f6a41a VfModuleModelInvariantUUID:3d494b2a-eee0-4967-9d31-489f6fadf636 VfModuleModelDescription:NULL Artifacts UUID List:{ 0ff74fde-db34-4764-adb4-ad4226ccf0b6 , 66d76c0f-f0f1-468e-b60b-d37c14ad26f9 } 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-04-29T11:30:54.670Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0ff74fde-db34-4764-adb4-ad4226ccf0b6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-04-29T11:30:54.670Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-04-29T11:30:54.670Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:54.783Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-04-29T11:30:54.784Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0ff74fde-db34-4764-adb4-ad4226ccf0b6 5033 2023-04-29T11:30:54.784Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:54.784Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:54.785Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:30:54.785Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:54.785Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:54.785Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767854784, "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-04-29T11:30:55.786Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 66d76c0f-f0f1-468e-b60b-d37c14ad26f9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-04-29T11:30:55.787Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-04-29T11:30:55.787Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:55.920Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-04-29T11:30:55.920Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 66d76c0f-f0f1-468e-b60b-d37c14ad26f9 903 2023-04-29T11:30:55.921Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:55.921Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:55.921Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-04-29T11:30:55.921Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:55.922Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:55.922Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767855921, "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-04-29T11:30:56.923Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 091d1472-92bc-4d5a-bed4-e2c1a18d20b3 2023-04-29T11:30:56.923Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ae13ca0d-7263-4b09-aae0-abe6b03e4096 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-04-29T11:30:56.952Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a4b433d, org.onap.sdc.toscaparser.api.parameters.Input@5868dfd4, org.onap.sdc.toscaparser.api.parameters.Input@380d8dd5, org.onap.sdc.toscaparser.api.parameters.Input@72da8bdd, org.onap.sdc.toscaparser.api.parameters.Input@22587c10] 2023-04-29T11:30:56.953Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.954Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:56.954Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-04-29T11:30:56.954Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6566d7d2-eee8-4ba8-9d3a-6744adc5e2aa 2023-04-29T11:30:56.955Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6566d7d2-eee8-4ba8-9d3a-6744adc5e2aa matches Tosca VF Customization UUID: 6566d7d2-eee8-4ba8-9d3a-6744adc5e2aa 2023-04-29T11:30:56.955Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6566d7d2-eee8-4ba8-9d3a-6744adc5e2aa 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-04-29T11:30:56.960Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.961Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:56.961Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6566d7d2-eee8-4ba8-9d3a-6744adc5e2aa: {\"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-04-29T11:30:56.962Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ec52a38 2023-04-29T11:30:56.962Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.962Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-04-29T11:30:56.963Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 06f539a7-364e-4534-82fd-340e9db02fbb 2023-04-29T11:30:56.963Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 06f539a7-364e-4534-82fd-340e9db02fbb 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-04-29T11:30:56.967Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.968Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-04-29T11:30:56.968Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:30:56.969Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.969Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-04-29T11:30:56.969Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:30:56.970Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.970Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-04-29T11:30:56.970Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-04-29T11:30:56.970Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-04-29T11:30:56.970Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d1b69989-9cac-4d4c-978f-4eb89a05486c 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-04-29T11:30:56.975Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.975Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-04-29T11:30:56.975Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-04-29T11:30:56.976Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.976Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-04-29T11:30:56.976Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6566d7d2-eee8-4ba8-9d3a-6744adc5e2aa 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-04-29T11:30:56.979Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.980Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:56.980Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 091d1472-92bc-4d5a-bed4-e2c1a18d20b3: basic_vm_macro 2023-04-29T11:30:56.980Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.981Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:56.981Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.981Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:56.982Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.982Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:56.983Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.983Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:56.984Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-04-29T11:30:56.984Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-04-29T11:30:56.985Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:57.203Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ae13ca0d-7263-4b09-aae0-abe6b03e4096 1 ASDC deployResourceStructure 2023-04-29T11:30:57.204Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:57.204Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:57.204Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:30:57.205Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:57.205Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:57.206Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767857204, "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-04-29T11:30:58.208Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:58.209Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:58.209Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:30:58.210Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:58.210Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:58.210Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767858208, "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-04-29T11:30:59.212Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:59.213Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||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-04-29T11:30:59.213Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:30:59.213Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:30:59.214Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:30:59.214Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767859212, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:31:00.215Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-04-29T11:31:00.215Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-04-29T11:31:00.215Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-04-29T11:31:00.216Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:31:00.216Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:31:00.216Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767860215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:31:01.217Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4b91930-b22e-47b5-9bcd-f38981fff33b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T11:31:01.244Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4b91930-b22e-47b5-9bcd-f38981fff33b 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-04-29T11:31:01.249Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-04-29T11:31:01.250Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-04-29T11:31:01.250Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-04-29T11:31:01.250Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-04-29T11:31:01.250Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:31:01.250Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:31:01.251Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:31:01.251Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:31:01.251Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-04-29T11:31:01.251Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-04-29T11:31:01.265Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-04-29T11:31:06.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:31:06.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6f5063e5-5583-4b2c-8ea1-eb9e4fffd7b7", "consumerID": "SO-sdc-controller", "timestamp": 1682767841505, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-04-29T11:31:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:31:06.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-04-29T11:31:06.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-04-29T11:31:06.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-04-29T11:31:06.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-04-29T11:31:06.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-04-29T11:31:06.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-04-29T11:31:06.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767842541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-04-29T11:31:06.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767850875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-04-29T11:31:06.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767853661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-04-29T11:31:06.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767854784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-04-29T11:31:06.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767855921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-04-29T11:31:06.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767857204, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-04-29T11:31:06.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.935Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767858208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-04-29T11:31:06.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.936Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767859212, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-04-29T11:31:06.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:06.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-04-29T11:31:06.937Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767860215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-04-29T11:31:06.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:31:31.265Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4b91930-b22e-47b5-9bcd-f38981fff33b 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-04-29T11:31:31.279Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4b91930-b22e-47b5-9bcd-f38981fff33b and serviceModelVersionId: 091d1472-92bc-4d5a-bed4-e2c1a18d20b3 2023-04-29T11:31:31.279Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4c3e2a7-7b04-4ff6-9e16-77035741abcc 2023-04-29T11:31:31.280Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4c3e2a7-7b04-4ff6-9e16-77035741abcc/model-vers/model-ver/091d1472-92bc-4d5a-bed4-e2c1a18d20b3?depth=0 2023-04-29T11:31:31.287Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-04-29T11:31:31.330Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4c3e2a7-7b04-4ff6-9e16-77035741abcc/model-vers/model-ver/091d1472-92bc-4d5a-bed4-e2c1a18d20b3?depth=0|INFO|500||Invoke 2023-04-29T11:31:31.331Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4c3e2a7-7b04-4ff6-9e16-77035741abcc/model-vers/model-ver/091d1472-92bc-4d5a-bed4-e2c1a18d20b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4c3e2a7-7b04-4ff6-9e16-77035741abcc/model-vers/model-ver/091d1472-92bc-4d5a-bed4-e2c1a18d20b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4b91930-b22e-47b5-9bcd-f38981fff33b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b11d277-50a4-4d09-8838-a37c84fa11ee], X-ECOMP-RequestID=[a4b91930-b22e-47b5-9bcd-f38981fff33b], X-TransactionId=[], X-ONAP-RequestID=[a4b91930-b22e-47b5-9bcd-f38981fff33b], Content-Type=[application/merge-patch+json]} 2023-04-29T11:31:31.334Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4c3e2a7-7b04-4ff6-9e16-77035741abcc/model-vers/model-ver/091d1472-92bc-4d5a-bed4-e2c1a18d20b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-04-29T11:31:31.497Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4c3e2a7-7b04-4ff6-9e16-77035741abcc/model-vers/model-ver/091d1472-92bc-4d5a-bed4-e2c1a18d20b3?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/b4c3e2a7-7b04-4ff6-9e16-77035741abcc/model-vers/model-ver/091d1472-92bc-4d5a-bed4-e2c1a18d20b3?depth=0 has http status code:200 and response headers:{date=[Sat, 29 Apr 2023 11:31:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[213056], x-aai-txid=[1-aai-resources-230429-11:31:31:343-98463], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-04-29T11:31:31.497Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4c3e2a7-7b04-4ff6-9e16-77035741abcc/model-vers/model-ver/091d1472-92bc-4d5a-bed4-e2c1a18d20b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-04-29T11:31:31.498Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4c3e2a7-7b04-4ff6-9e16-77035741abcc/model-vers/model-ver/091d1472-92bc-4d5a-bed4-e2c1a18d20b3?depth=0|INFO|500||InvokeReturn 2023-04-29T11:31:31.499Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-04-29T11:31:31.499Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-04-29T11:31:31.517Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-04-29T11:31:31.518Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4b91930-b22e-47b5-9bcd-f38981fff33b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-04-29T11:31:31.518Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-04-29T11:31:31.518Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-04-29T11:31:31.518Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-04-29T11:31:31.519Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767891518, "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-04-29T11:31:32.546Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:32:06.912Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:32:06.921Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-04-29T11:32:06.922Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "a4b91930-b22e-47b5-9bcd-f38981fff33b", "consumerID": "SO-sdc-controller", "timestamp": 1682767891518, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-04-29T11:32:06.923Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-04-29T11:32:32.547Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:33:06.912Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:33:32.549Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:34:06.914Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:34:32.551Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:35:06.915Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:35:32.553Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:36:06.915Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:36:32.555Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:37:06.917Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:37:32.555Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:38:06.918Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:38:32.557Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:39:06.919Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:39:32.558Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:40:06.920Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:40:32.559Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:41:06.922Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:41:32.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:42:06.924Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:42:32.562Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:43:06.925Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:43:32.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:44:06.928Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:44:32.566Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:45:06.928Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:45:32.568Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:46:06.931Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:46:32.570Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:47:06.932Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:47:32.571Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:48:06.932Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:48:32.572Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:49:06.933Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:49:32.574Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:50:06.934Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:50:32.576Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:51:06.936Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:51:32.578Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:52:06.937Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:52:32.579Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:53:06.938Z|a4b91930-b22e-47b5-9bcd-f38981fff33b|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:53:32.580Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:54:06.939Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:54:32.581Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:55:06.941Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:55:32.581Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:56:06.941Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:56:32.582Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:57:06.943Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:57:32.584Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:58:06.944Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:58:32.585Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T11:59:06.946Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T11:59:32.587Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T12:00:06.947Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-04-29T12:00:32.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-29T12:01:06.948Z|a35b0f93-a30c-41bf-b614-67fb47b8bc12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO