By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-02-27T05:29:25.541Z||main|||||INFO|500||The following profiles are active: basic
2023-02-27T05:29:57.131Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-27T05:29:57.132Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-27T05:29:57.693Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-27T05:30:10.778Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-27T05:30:12.115Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-27T05:30:13.821Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-27T05:30:14.675Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-27T05:30:16.564Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-27T05:30:26.132Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-27T05:30:28.724Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-02-27T05:30:36.118Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-27T05:30:36.475Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-27T05:30:36.516Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-27T05:30:36.546Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-27T05:30:37.878Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-27T05:30:39.028Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-27T05:30:41.976Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-02-27T05:30:42.879Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-27T05:30:42.881Z||main|||||ERROR|500||(conn=1314) Table 'catalogdb.activity_spec' doesn't exist
2023-02-27T05:30:42.932Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-02-27T05:30:51.732Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-02-27T05:31:00.710Z||main|||||WARN|500||---
2023-02-27T05:31:00.711Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-27T05:31:00.712Z||main|||||WARN|500||---
2023-02-27T05:31:01.769Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-27T05:31:14.844Z||main|||||INFO|500||Started Application in 119.408 seconds (JVM running for 125.885)
2023-02-27T05:31:14.961Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-27T05:31:14.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-27T05:31:15.082Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-27T05:31:15.285Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0b1b1623-10e4-4dd4-8965-9a5feed1c43e url= /sdc/v1/artifactTypes
2023-02-27T05:31:15.334Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-27T05:31:15.968Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-27T05:31:16.144Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-02-27T05:31:16.145Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-27T05:31:16.151Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= eb836b87-a78d-4d9d-856d-5f2faa11ad53 url= /sdc/v1/distributionKafkaData
2023-02-27T05:31:16.152Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-27T05:31:16.227Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-27T05:31:16.255Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@4c32d3ca
2023-02-27T05:31:16.528Z||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-2aa019ed-2213-4f77-beb5-199246fc9ac7
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = true
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.adaptive.partitioning.enable = true
partitioner.availability.timeout.ms = 0
partitioner.class = null
partitioner.ignore.keys = false
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2023-02-27T05:31:16.746Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Instantiated an idempotent producer.
2023-02-27T05:31:17.025Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-27T05:31:17.561Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-27T05:31:17.564Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-27T05:31:17.564Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677475877554
2023-02-27T05:31:17.576Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-27T05:31:17.717Z||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-dce80674-1fe7-4b65-9e5c-4ad745554584
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-02-27T05:31:18.235Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-27T05:31:18.239Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-27T05:31:18.239Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677475878233
2023-02-27T05:31:18.244Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:31:18.254Z||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-6a148ec0-74c2-43be-bf74-023990803631
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-02-27T05:31:18.260Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:31:18.300Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-27T05:31:18.301Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-27T05:31:18.301Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677475878300
2023-02-27T05:31:18.311Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:31:18.325Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:31:18.356Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-27T05:31:21.359Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Cluster ID: xoE924ylSEeMJ444KaYGLg
2023-02-27T05:31:21.365Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] ProducerId set to 2004 with epoch 0
2023-02-27T05:31:21.368Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 gH6p4ofbRu-w_uikgbJ-hA
2023-02-27T05:31:21.369Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 gH6p4ofbRu-w_uikgbJ-hA
2023-02-27T05:31:21.369Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 gH6p4ofbRu-w_uikgbJ-hA
2023-02-27T05:31:21.370Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 gH6p4ofbRu-w_uikgbJ-hA
2023-02-27T05:31:21.371Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 gH6p4ofbRu-w_uikgbJ-hA
2023-02-27T05:31:21.371Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 gH6p4ofbRu-w_uikgbJ-hA
2023-02-27T05:31:21.380Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Cluster ID: xoE924ylSEeMJ444KaYGLg
2023-02-27T05:31:21.384Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-27T05:31:21.391Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:21.392Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:21.393Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:21.393Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:21.394Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:21.394Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:21.395Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Cluster ID: xoE924ylSEeMJ444KaYGLg
2023-02-27T05:31:21.397Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-27T05:31:21.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] (Re-)joining group
2023-02-27T05:31:21.480Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] (Re-)joining group
2023-02-27T05:31:21.655Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584-ef1266ce-c765-42db-b8d2-ef36b860a72b
2023-02-27T05:31:21.657Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-27T05:31:21.658Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] (Re-)joining group
2023-02-27T05:31:21.704Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631-dac824e8-be67-4c6c-8b1e-38ebcf0ce1e4
2023-02-27T05:31:21.706Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-27T05:31:21.707Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] (Re-)joining group
2023-02-27T05:31:27.683Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584-ef1266ce-c765-42db-b8d2-ef36b860a72b', protocol='range'}
2023-02-27T05:31:27.687Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631-dac824e8-be67-4c6c-8b1e-38ebcf0ce1e4', protocol='range'}
2023-02-27T05:31:27.972Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:27.973Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:27.973Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:27.974Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:27.974Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:27.975Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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 w35V02CbRxWJKhA4mZCryg
2023-02-27T05:31:28.023Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584-ef1266ce-c765-42db-b8d2-ef36b860a72b=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631-dac824e8-be67-4c6c-8b1e-38ebcf0ce1e4=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-02-27T05:31:28.081Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631-dac824e8-be67-4c6c-8b1e-38ebcf0ce1e4', protocol='range'}
2023-02-27T05:31:28.082Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584-ef1266ce-c765-42db-b8d2-ef36b860a72b', protocol='range'}
2023-02-27T05:31:28.083Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-02-27T05:31:28.092Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-02-27T05:31:28.115Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-27T05:31:28.117Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-27T05:31:28.185Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-27T05:31:28.187Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-27T05:31:28.187Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-27T05:31:28.187Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-27T05:31:28.188Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-27T05:31:28.188Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-27T05:31:28.201Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-27T05:31:28.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-27T05:31:28.203Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-27T05:31:28.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-27T05:31:28.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-27T05:31:28.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-27T05:31:28.457Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-27T05:31:28.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-27T05:31:28.696Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-27T05:31:28.697Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-27T05:31:28.717Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-27T05:31:28.718Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-27T05:31:28.747Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-27T05:31:28.747Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-27T05:31:28.798Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-27T05:31:28.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-27T05:31:28.802Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-27T05:31:28.803Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-27T05:32:18.289Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:32:18.331Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:33:18.295Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:33:18.333Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:34:18.305Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:34:18.345Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:35:18.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:35:18.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:36:18.316Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:36:18.350Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:37:18.318Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:37:18.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:38:18.320Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:38:18.354Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:39:18.322Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:39:18.357Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:40:08.058Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-27T05:40:18.325Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:40:18.359Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:40:21.401Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dce80674-1fe7-4b65-9e5c-4ad745554584, groupId=so] Node -1 disconnected.
2023-02-27T05:40:21.412Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6a148ec0-74c2-43be-bf74-023990803631, groupId=so] Node -1 disconnected.
2023-02-27T05:40:21.807Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Node -1 disconnected.
2023-02-27T05:41:18.329Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:41:18.361Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:42:18.331Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:42:18.363Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:43:18.333Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:43:18.365Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:44:18.336Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:44:18.368Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:45:18.338Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:45:18.370Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:46:18.340Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:46:18.373Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:47:18.346Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:47:18.375Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:48:18.357Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:48:18.377Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:49:18.360Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:49:18.378Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:50:18.361Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:50:18.382Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:51:18.363Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:51:18.384Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:52:18.366Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:52:18.386Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:53:18.367Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:53:18.388Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:54:18.371Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:54:18.390Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:55:18.374Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:55:18.397Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:56:18.376Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:56:18.400Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:57:18.379Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:57:18.402Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:58:18.381Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:58:18.404Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:59:18.382Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:59:18.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:00:18.385Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:00:18.408Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:01:18.387Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:01:18.410Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:02:18.388Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:02:18.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:03:18.390Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:03:18.416Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:04:18.393Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:04:18.417Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:05:18.396Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:05:18.419Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:06:18.398Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:06:18.421Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:07:18.401Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:07:18.423Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:08:18.405Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:08:18.427Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:09:18.407Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:09:18.428Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:10:18.409Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:10:18.428Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:11:18.411Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:11:18.431Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:12:18.413Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:12:18.432Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:13:18.415Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:13:18.434Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:14:18.417Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:14:18.435Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:15:18.418Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:15:18.437Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:16:18.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:16:18.439Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:17:18.422Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:17:18.440Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:18:18.425Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:18:18.441Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:19:18.426Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:19:18.443Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:20:18.429Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:20:18.444Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:21:18.432Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:21:18.447Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:22:18.434Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:22:18.451Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:23:18.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:23:18.453Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:24:18.438Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:24:18.455Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:25:18.441Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:25:18.456Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:26:18.443Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:26:18.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:27:18.444Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:27:18.461Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:28:18.445Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:28:18.462Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:29:18.447Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:29:18.465Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:30:18.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:30:18.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:31:18.454Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:31:18.468Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:32:18.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:32:18.477Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:33:18.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:33:18.480Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:34:18.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:34:18.485Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:35:18.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:35:18.487Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:36:18.466Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:36:18.489Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:37:18.470Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:37:18.491Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:38:18.481Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:38:18.493Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:39:18.484Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:39:18.495Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:40:18.495Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:40:18.504Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:41:18.502Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:41:18.505Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:42:18.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:42:18.519Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:43:18.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:43:18.534Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:44:18.538Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:44:18.543Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:45:18.545Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:45:18.545Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:46:18.547Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:46:18.551Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:47:18.549Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:47:18.553Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:48:18.555Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:48:18.559Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:49:18.568Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:49:18.564Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:50:18.570Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:50:18.586Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:51:18.574Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:51:18.587Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:52:18.579Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:52:18.588Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:53:18.580Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:53:18.591Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:54:18.583Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:54:18.592Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:55:18.588Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:55:18.604Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:56:18.590Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:56:18.615Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:57:18.593Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:57:18.618Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:58:18.600Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:58:18.619Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T06:59:18.605Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T06:59:18.621Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:00:18.608Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:00:18.645Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:01:18.611Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:01:18.648Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:02:18.613Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:02:18.652Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:03:18.615Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:03:18.653Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:04:18.618Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:04:18.656Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:05:18.621Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:05:18.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:06:18.626Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:06:18.660Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:07:18.630Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:07:18.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:08:18.632Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:08:18.664Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:09:18.637Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:09:18.665Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:10:18.640Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:10:18.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:11:18.642Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:11:18.672Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:12:18.646Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:12:18.674Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:13:18.649Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:13:18.678Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:14:18.650Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:14:18.688Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:15:18.653Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:15:18.690Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:16:18.655Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:16:18.692Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:17:18.657Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:17:18.694Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:18:18.659Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:18:18.699Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:19:18.662Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:19:18.699Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:20:18.664Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:20:18.701Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:21:18.668Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:21:18.703Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:22:18.670Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:22:18.705Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:23:18.674Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:23:18.708Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:24:18.677Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:24:18.709Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:25:18.679Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:25:18.711Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:26:18.684Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:26:18.713Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:27:18.688Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:27:18.714Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:28:18.691Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:28:18.715Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:29:18.693Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:29:18.719Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:30:18.695Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:30:18.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:31:18.697Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:31:18.729Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:32:18.700Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:32:18.731Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:33:18.702Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:33:18.733Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:34:18.704Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:34:18.735Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:35:18.718Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:35:18.736Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:36:18.721Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:36:18.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:37:18.729Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:37:18.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:38:18.732Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:38:18.742Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:39:18.734Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:39:18.744Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:40:18.736Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:40:18.746Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:41:18.740Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:41:18.747Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:42:18.743Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:42:18.749Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:43:18.745Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:43:18.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:44:18.746Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:44:18.753Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:45:18.749Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:45:18.755Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:46:18.750Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:46:18.757Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:47:18.751Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:47:18.758Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:48:18.753Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:48:18.759Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:49:18.757Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:49:18.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:50:18.759Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:50:18.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:51:18.764Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:51:18.775Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:52:18.766Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:52:18.779Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:53:18.768Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:53:18.788Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:54:18.772Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:54:18.789Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:55:18.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:55:18.790Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:56:18.776Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:56:18.792Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:57:18.779Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:57:18.794Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:58:18.783Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:58:18.795Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T07:59:18.784Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T07:59:18.797Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:00:18.793Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:00:18.799Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:01:18.797Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:01:18.803Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:02:18.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:02:18.804Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:03:18.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:03:18.806Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:04:18.804Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:04:18.808Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:05:18.807Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:05:18.809Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:06:18.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:06:18.811Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:07:18.811Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:07:18.811Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:08:18.812Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:08:18.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:09:18.814Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:09:18.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:10:18.815Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:10:18.818Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:11:18.819Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:11:18.820Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:12:18.820Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:12:18.821Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:13:18.823Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:13:18.822Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:14:18.826Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:14:18.828Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:15:18.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:15:18.828Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:16:18.829Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:16:18.829Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:17:18.831Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:17:18.831Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:18:18.833Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:18:18.832Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:19:18.833Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:19:18.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:20:18.836Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:20:18.838Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:18.839Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:18.839Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:21:26.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:21:26.216Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486070755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:21:26.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:21:26.227Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"346f0d1e-32ce-491b-be85-2ae43d810816","serviceName":"vFW 2023-02-27 08-20-03","serviceVersion":"1.0","serviceUUID":"0795cf55-edb7-4d5a-a693-607890043a1a","serviceDescription":"catalog service description","serviceInvariantUUID":"9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e","resources":[{"resourceInstanceName":"vFW 0073fee8-0278 0","resourceName":"vFW 0073fee8-0278","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe81d403-cfba-46f6-b183-e4a9c3a6b8b0","resourceInvariantUUID":"a50ed039-18c2-4372-baaf-c284f086f64b","resourceCustomizationUUID":"75230325-f897-4074-a8fd-4354b016afac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vf-license-model.xml","artifactChecksum":"MDQwZTYwMzFmOGE5ZjZlZGNlNDMyMjUwZWIxZWNlM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eac10cfb-470f-4bb8-bff1-df40bec96b6d","artifactVersion":"1"},{"artifactName":"vfw0073fee802780_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json","artifactChecksum":"YjBmMmU4ZmMwNjVjY2EwMzRlODVjNTQwNDVhNGQzOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0895286a-ee28-4e44-acb6-7089aeabf7f3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a4399143-4520-4bd9-abf8-c4d97411bdcc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vendor-license-model.xml","artifactChecksum":"NTg0ODU2NzY1MDUyNzYyODEyMWJmNDNmODU5ZjdlNTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f38c77c-ac78-4643-bfcc-e6e96172684d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"76829114-1d9a-4650-b4c8-6453321ba6c2","artifactVersion":"2","generatedFromUUID":"a4399143-4520-4bd9-abf8-c4d97411bdcc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230227082003-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-template.yml","artifactChecksum":"NWI0OWM4OGUwNzBlYTM2MmYyYWQzZDE4NDRkMzVmYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7524d9c3-4490-4a78-b0f0-a51259352414","artifactVersion":"1"},{"artifactName":"service-Vfw20230227082003-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar","artifactChecksum":"YTVhZjY3M2E2NWYyNjA4MDI4MWYzY2RmZGFiNjZjNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddf22316-bd4b-4279-a9bf-77ce25d11adf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T08:21:26.281Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:21:26.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:21:26.311Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:26.312Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:26.313Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:26.333Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:21:26.335Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:21:26.335Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:21:26.336Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:21:26.336Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:21:26.336Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:21:27.412Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:21:27.413Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:27.414Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:27.414Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:28.420Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:21:28.421Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:28.421Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:28.422Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:29.448Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:21:29.449Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:29.450Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:29.450Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:30.469Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:21:30.470Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:30.470Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:30.471Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:31.474Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:21:31.475Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:31.475Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:31.476Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:32.478Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:21:32.480Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:32.480Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:32.480Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:33.487Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"serviceName": "vFW 2023-02-27 08-20-03",
"serviceVersion": "1.0",
"serviceUUID": "0795cf55-edb7-4d5a-a693-607890043a1a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e",
"resources": [
{
"resourceInstanceName": "vFW 0073fee8-0278 0",
"resourceCustomizationUUID": "75230325-f897-4074-a8fd-4354b016afac",
"resourceName": "vFW 0073fee8-0278",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fe81d403-cfba-46f6-b183-e4a9c3a6b8b0",
"resourceInvariantUUID": "a50ed039-18c2-4372-baaf-c284f086f64b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0073fee802780_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"artifactChecksum": "YjBmMmU4ZmMwNjVjY2EwMzRlODVjNTQwNDVhNGQzOTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0895286a-ee28-4e44-acb6-7089aeabf7f3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a4399143-4520-4bd9-abf8-c4d97411bdcc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "76829114-1d9a-4650-b4c8-6453321ba6c2",
"generatedFromUUID": "a4399143-4520-4bd9-abf8-c4d97411bdcc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "76829114-1d9a-4650-b4c8-6453321ba6c2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230227082003-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"artifactChecksum": "YTVhZjY3M2E2NWYyNjA4MDI4MWYzY2RmZGFiNjZjNzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ddf22316-bd4b-4279-a9bf-77ce25d11adf"
}
],
"workloadContext": "Production"
}
2023-02-27T08:21:33.516Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T08:21:33.519Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0795cf55-edb7-4d5a-a693-607890043a1a ASDC
2023-02-27T08:21:33.819Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:346f0d1e-32ce-491b-be85-2ae43d810816
ServiceName:vFW 2023-02-27 08-20-03
ServiceVersion:1.0
ServiceUUID:0795cf55-edb7-4d5a-a693-607890043a1a
ServiceInvariantUUID:9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230227082003-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar
ArtifactUUID:ddf22316-bd4b-4279-a9bf-77ce25d11adf
ArtifactChecksum:YTVhZjY3M2E2NWYyNjA4MDI4MWYzY2RmZGFiNjZjNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0073fee8-0278 0
ResourceCustomizationUUID:75230325-f897-4074-a8fd-4354b016afac
ResourceInvariantUUID:a50ed039-18c2-4372-baaf-c284f086f64b
ResourceName:vFW 0073fee8-0278
ResourceType:VF
ResourceUUID:fe81d403-cfba-46f6-b183-e4a9c3a6b8b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0073fee802780_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json
ArtifactUUID:0895286a-ee28-4e44-acb6-7089aeabf7f3
ArtifactChecksum:YjBmMmU4ZmMwNjVjY2EwMzRlODVjNTQwNDVhNGQzOTY=
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/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml
ArtifactUUID:a4399143-4520-4bd9-abf8-c4d97411bdcc
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/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env
ArtifactUUID:76829114-1d9a-4650-b4c8-6453321ba6c2
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/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env
ArtifactUUID:76829114-1d9a-4650-b4c8-6453321ba6c2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-27T08:21:33.821Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0795cf55-edb7-4d5a-a693-607890043a1a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:21:34.326Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T08:21:34.329Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-27T08:21:34.330Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-27T08:21:34.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ddf22316-bd4b-4279-a9bf-77ce25d11adf from URL: /sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:34.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-27T08:21:34.335Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:34.447Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-27T08:21:34.457Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar ddf22316-bd4b-4279-a9bf-77ce25d11adf 101464
2023-02-27T08:21:34.459Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar ASDC sendASDCNotification
2023-02-27T08:21:34.459Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:34.460Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:21:34.461Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:34.462Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:34.462Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486094458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:35.463Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T08:21:35.464Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-27T08:21:35.465Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ddf22316-bd4b-4279-a9bf-77ce25d11adf, URL: /sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar to file: /app/ASDC/1/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:35.466Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230227082003-csar.csar
2023-02-27T08:21:35.778Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:35.778Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:37.142Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12587423658718839486/Definitions/service-Vfw20230227082003-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-02-27T08:21:43.891Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T08:21:43.899Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-27T08:21:43.900Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.900Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-27T08:21:43.900Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.900Z|346f0d1e-32ce-491b-be85-2ae43d810816|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-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.901Z|346f0d1e-32ce-491b-be85-2ae43d810816|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-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.901Z|346f0d1e-32ce-491b-be85-2ae43d810816|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-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.901Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.901Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.901Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0073fee8-0278 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-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.902Z|346f0d1e-32ce-491b-be85-2ae43d810816|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-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.902Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.902Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.902Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:43.902Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-27T08:21:43.915Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.918Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:43.928Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:43.929Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-27T08:21:43.933Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T08:21:43.937Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.937Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:43.937Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:43.938Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-27T08:21:43.938Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T08:21:43.939Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.939Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:43.947Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.948Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is not matching search criteria
2023-02-27T08:21:43.948Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T08:21:43.948Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-27T08:21:43.948Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:43.949Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.949Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.950Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-27T08:21:43.950Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T08:21:43.950Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-27T08:21:43.950Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-27T08:21:43.951Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.951Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:43.951Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-27T08:21:43.951Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:43.952Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-27T08:21:43.952Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.952Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-27T08:21:43.953Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.953Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T08:21:43.955Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.956Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:43.956Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:21:43.957Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.957Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:43.957Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:21:43.957Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.958Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:43.958Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:21:43.962Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.962Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is not matching search criteria
2023-02-27T08:21:43.963Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T08:21:43.963Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-27T08:21:43.964Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T08:21:43.964Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-27T08:21:43.965Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-27T08:21:43.965Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.965Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:43.966Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-27T08:21:43.966Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:43.967Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-27T08:21:43.967Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.968Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f08e006a-956e-4b11-aa92-5d41c88e941b
2023-02-27T08:21:43.969Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.969Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is not matching search criteria
2023-02-27T08:21:43.974Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T08:21:43.974Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-27T08:21:43.975Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:43.975Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.975Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.976Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-27T08:21:43.976Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T08:21:43.976Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-27T08:21:43.976Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-27T08:21:43.977Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:43.977Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-27T08:21:43.977Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.977Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6c07373a-8e56-4df9-b931-ba1ca03473a4
2023-02-27T08:21:43.978Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.978Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is not matching search criteria
2023-02-27T08:21:43.979Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T08:21:43.979Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-27T08:21:43.979Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:43.979Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.980Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.980Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-27T08:21:43.980Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T08:21:43.981Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-27T08:21:43.981Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-27T08:21:43.981Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-27T08:21:43.981Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:43.982Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-27T08:21:43.982Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b43ee0f0-3f3b-4188-b79c-c8a765c8ffc9
2023-02-27T08:21:43.983Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.983Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:43.983Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.983Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:43.984Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.985Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:43.985Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:43.986Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:43.986Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-27 08-20-03
Description:catalog service description
Model UUID:0795cf55-edb7-4d5a-a693-607890043a1a
Model Version:NULL
Model InvariantUuid:9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0073fee8-0278
Model UUID:67bce8bd-f81a-4ffd-866d-b5be143bc20d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a50ed039-18c2-4372-baaf-c284f086f64b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:75230325-f897-4074-a8fd-4354b016afac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:aca4d140-eae6-4030-836f-18ebfeb92420
ModelName:Vfw0073fee80278..base_vfw..module-0
ModelUuid:6f8aaca0-06a8-452f-bc83-4889fe74e4d2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f08e006a-956e-4b11-aa92-5d41c88e941b
ModelInvariantUuid:cdebcbbb-1c82-4d7e-8166-04e7c8ab738d
ModelName:vFW 0073fee8-0278-nodes.vfwCvfc
ModelUuid:afc7a662-ee36-4c75-8b10-fb4ceda59bf8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:20431ea2-fc57-47b4-8c43-b98d589f4e9c
ModelInvariantUuid:6b886982-493e-4ad7-bd0e-09710a1b8177
ModelName:Vfw0073fee80278.compute.nodes.heat.vfw
ModelUuid:f2a7da74-716b-4db9-918b-3215c6a4b9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6c07373a-8e56-4df9-b931-ba1ca03473a4
ModelInvariantUuid:78dbc04a-4299-4c96-9a67-01261481d383
ModelName:vFW 0073fee8-0278-nodes.vsnCvfc
ModelUuid:906e9c5a-0b2b-47c0-afdc-e99cb0d838cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f0c9fdd3-5615-41da-95ad-121386fee0d6
ModelInvariantUuid:10069aeb-f16a-4d1d-8880-21fe68ba4f8e
ModelName:Vfw0073fee80278.compute.nodes.heat.vsn
ModelUuid:a55a7be1-75a7-4f08-ab9c-d94ea4950531
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b43ee0f0-3f3b-4188-b79c-c8a765c8ffc9
ModelInvariantUuid:fd2854b1-d5dd-4970-a8ba-fd2f02e4eff6
ModelName:vFW 0073fee8-0278-nodes.vpgCvfc
ModelUuid:ca7fc5f8-d0f1-4279-869e-aec10d832fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9a1e1c9d-bc90-436b-8cfd-e601fe0bd716
ModelInvariantUuid:44dc7895-7ecf-4afb-8b23-2f1e59ce5a11
ModelName:Vfw0073fee80278.compute.nodes.heat.vpg
ModelUuid:315b5a25-d948-41b1-975a-a4022718d46d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T08:21:44.033Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fe81d403-cfba-46f6-b183-e4a9c3a6b8b0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:21:44.244Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||vFW 0073fee8-0278 0
2023-02-27T08:21:44.259Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe81d403-cfba-46f6-b183-e4a9c3a6b8b0
2023-02-27T08:21:44.260Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0895286a-ee28-4e44-acb6-7089aeabf7f3 from URL: /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json
2023-02-27T08:21:44.260Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-27T08:21:44.261Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json
2023-02-27T08:21:44.314Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-27T08:21:44.315Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json 0895286a-ee28-4e44-acb6-7089aeabf7f3 785
2023-02-27T08:21:44.316Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json ASDC sendASDCNotification
2023-02-27T08:21:44.316Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json
2023-02-27T08:21:44.316Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:21:44.317Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:44.318Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:44.318Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486104316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:45.320Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0073fee80278..base_vfw..module-0",
"vfModuleModelInvariantUUID": "aca4d140-eae6-4030-836f-18ebfeb92420",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6f8aaca0-06a8-452f-bc83-4889fe74e4d2",
"vfModuleModelCustomizationUUID": "9ef5ab36-c76a-4fcc-9939-7272b3464cde",
"isBase": true,
"artifacts": [
"a4399143-4520-4bd9-abf8-c4d97411bdcc",
"76829114-1d9a-4650-b4c8-6453321ba6c2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-27T08:21:45.370Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0073fee80278..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6f8aaca0-06a8-452f-bc83-4889fe74e4d2
VfModuleModelInvariantUUID:aca4d140-eae6-4030-836f-18ebfeb92420
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4399143-4520-4bd9-abf8-c4d97411bdcc
,
76829114-1d9a-4650-b4c8-6453321ba6c2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-27T08:21:45.378Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0073fee80278..base_vfw..module-0",
"vfModuleModelInvariantUUID": "aca4d140-eae6-4030-836f-18ebfeb92420",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6f8aaca0-06a8-452f-bc83-4889fe74e4d2",
"vfModuleModelCustomizationUUID": "9ef5ab36-c76a-4fcc-9939-7272b3464cde",
"isBase": true,
"artifacts": [
"a4399143-4520-4bd9-abf8-c4d97411bdcc",
"76829114-1d9a-4650-b4c8-6453321ba6c2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-27T08:21:45.390Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0073fee80278..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6f8aaca0-06a8-452f-bc83-4889fe74e4d2
VfModuleModelInvariantUUID:aca4d140-eae6-4030-836f-18ebfeb92420
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4399143-4520-4bd9-abf8-c4d97411bdcc
,
76829114-1d9a-4650-b4c8-6453321ba6c2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-27T08:21:45.391Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a4399143-4520-4bd9-abf8-c4d97411bdcc from URL: /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml
2023-02-27T08:21:45.391Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-27T08:21:45.392Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml
2023-02-27T08:21:45.472Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-27T08:21:45.473Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml a4399143-4520-4bd9-abf8-c4d97411bdcc 20368
2023-02-27T08:21:45.473Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-27T08:21:45.474Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml
2023-02-27T08:21:45.474Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:21:45.475Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:45.476Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:45.476Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486105473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:46.477Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 76829114-1d9a-4650-b4c8-6453321ba6c2 from URL: /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env
2023-02-27T08:21:46.478Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-27T08:21:46.478Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env
2023-02-27T08:21:46.548Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-27T08:21:46.549Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env 76829114-1d9a-4650-b4c8-6453321ba6c2 2098
2023-02-27T08:21:46.550Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-27T08:21:46.550Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env
2023-02-27T08:21:46.550Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:21:46.551Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:46.551Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:46.551Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486106549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:47.553Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0795cf55-edb7-4d5a-a693-607890043a1a
2023-02-27T08:21:47.554Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0073fee8-0278 0 fe81d403-cfba-46f6-b183-e4a9c3a6b8b0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:21:47.649Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bc88c93, org.onap.sdc.toscaparser.api.parameters.Input@511e2ba1, org.onap.sdc.toscaparser.api.parameters.Input@a9a1da1, org.onap.sdc.toscaparser.api.parameters.Input@46ce3305, org.onap.sdc.toscaparser.api.parameters.Input@399d835b]
2023-02-27T08:21:47.655Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.656Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:47.657Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-02-27T08:21:47.657Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 75230325-f897-4074-a8fd-4354b016afac
2023-02-27T08:21:47.658Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 75230325-f897-4074-a8fd-4354b016afac matches Tosca VF Customization UUID: 75230325-f897-4074-a8fd-4354b016afac
2023-02-27T08:21:47.658Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 75230325-f897-4074-a8fd-4354b016afac matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-27T08:21:47.675Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.675Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:47.678Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 75230325-f897-4074-a8fd-4354b016afac: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-27T08:21:47.679Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d790160
2023-02-27T08:21:47.680Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.680Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T08:21:47.681Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ef5ab36-c76a-4fcc-9939-7272b3464cde
2023-02-27T08:21:47.689Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ef5ab36-c76a-4fcc-9939-7272b3464cde
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-27T08:21:47.708Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.708Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:47.709Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:21:47.712Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.713Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:47.713Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:21:47.727Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.727Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is not matching search criteria
2023-02-27T08:21:47.728Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T08:21:47.728Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-27T08:21:47.728Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T08:21:47.728Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-27T08:21:47.729Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-27T08:21:47.729Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-27T08:21:47.729Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:47.730Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-27T08:21:47.730Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:47.730Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-27T08:21:47.731Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T08:21:47.731Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f08e006a-956e-4b11-aa92-5d41c88e941b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-27T08:21:47.743Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.758Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:47.759Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:21:47.760Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.761Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is not matching search criteria
2023-02-27T08:21:47.762Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T08:21:47.765Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-27T08:21:47.767Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:47.767Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-27T08:21:47.768Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T08:21:47.768Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-27T08:21:47.768Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T08:21:47.768Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-27T08:21:47.769Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-27T08:21:47.769Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:47.769Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-27T08:21:47.769Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T08:21:47.769Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6c07373a-8e56-4df9-b931-ba1ca03473a4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-27T08:21:47.779Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.783Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:47.784Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:21:47.793Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.794Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is not matching search criteria
2023-02-27T08:21:47.794Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T08:21:47.794Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-27T08:21:47.795Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:47.796Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-27T08:21:47.796Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T08:21:47.796Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-27T08:21:47.796Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T08:21:47.797Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-27T08:21:47.797Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-27T08:21:47.797Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-27T08:21:47.798Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-27T08:21:47.799Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-27T08:21:47.800Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b43ee0f0-3f3b-4188-b79c-c8a765c8ffc9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-27T08:21:47.814Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.815Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:47.815Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:21:47.816Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.816Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Node template vFW 0073fee8-0278 0 is matching search criteria
2023-02-27T08:21:47.817Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0073fee8-0278 0] matching following query criteria: sdcType=VF, customizationUUID=75230325-f897-4074-a8fd-4354b016afac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:21:47.822Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.822Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:47.824Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0795cf55-edb7-4d5a-a693-607890043a1a: vFW 0073fee8-0278
2023-02-27T08:21:47.825Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.833Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:47.834Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.836Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:47.837Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.837Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:47.839Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.839Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:47.840Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:21:47.840Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-27 08-20-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:21:47.841Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-02-27 08-20-03
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:21:48.618Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0073fee8-0278 fe81d403-cfba-46f6-b183-e4a9c3a6b8b0 1 ASDC deployResourceStructure
2023-02-27T08:21:48.619Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json ASDC sendASDCNotification
2023-02-27T08:21:48.619Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json
2023-02-27T08:21:48.619Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T08:21:48.620Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:48.620Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:48.620Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486108619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:49.623Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-27T08:21:49.624Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml
2023-02-27T08:21:49.624Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T08:21:49.624Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:49.624Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:49.624Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486109623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:50.631Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-27T08:21:50.632Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env
2023-02-27T08:21:50.632Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T08:21:50.633Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:50.633Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:50.633Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486110631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:51.637Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar ASDC sendASDCNotification
2023-02-27T08:21:51.639Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar
2023-02-27T08:21:51.640Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T08:21:51.640Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:21:51.641Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:21:51.641Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486111637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:21:52.645Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 346f0d1e-32ce-491b-be85-2ae43d810816
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:21:52.684Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 346f0d1e-32ce-491b-be85-2ae43d810816
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:21:52.691Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:21:52.691Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T08:21:52.692Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T08:22:18.319Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:22:18.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:22:18.325Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "policy-distribution-id",
"timestamp": 1677486071313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:22:18.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:22:18.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:22:18.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486033122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:22:18.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:22:22.693Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 346f0d1e-32ce-491b-be85-2ae43d810816
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:22:22.743Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 346f0d1e-32ce-491b-be85-2ae43d810816
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:22:22.749Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:22:22.749Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T08:22:22.749Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T08:22:52.750Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 346f0d1e-32ce-491b-be85-2ae43d810816
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:22:52.777Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 346f0d1e-32ce-491b-be85-2ae43d810816
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:22:52.781Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:22:52.781Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T08:22:52.781Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T08:23:18.319Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:23:18.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.334Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.336Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "policy-distribution-id",
"timestamp": 1677486071313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.337Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486070755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.337Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486033122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.338Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.338Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.338Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "policy-distribution-id",
"timestamp": 1677486071313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.339Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.339Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486070755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.339Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.339Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486033122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.340Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.341Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "policy-distribution-id",
"timestamp": 1677486071313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.341Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.342Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486070755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.342Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.342Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486033122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.343Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.345Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "aai-model-loader",
"timestamp": 1677486090173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.346Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "policy-distribution-id",
"timestamp": 1677486071313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.347Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486070755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.348Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486033122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.353Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "aai-model-loader",
"timestamp": 1677486090173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.354Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.354Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "policy-distribution-id",
"timestamp": 1677486071313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.355Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486070755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.356Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486033122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.356Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "aai-model-loader",
"timestamp": 1677486090173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.357Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.357Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "policy-distribution-id",
"timestamp": 1677486071313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.357Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486070755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.358Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486033122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.359Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "aai-model-loader",
"timestamp": 1677486090173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.359Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486078839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.361Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "policy-distribution-id",
"timestamp": 1677486094113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.362Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.362Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486093379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.362Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.363Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486092155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.363Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.363Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "aai-model-loader",
"timestamp": 1677486090173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.364Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "policy-distribution-id",
"timestamp": 1677486095133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.365Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486093176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-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-02-27T08:23:18.410Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 346f0d1e-32ce-491b-be85-2ae43d810816
2023-02-27T08:23:18.411Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 346f0d1e-32ce-491b-be85-2ae43d810816 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-02-27T08:23:18.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486094503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486094458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "aai-model-loader",
"timestamp": 1677486090173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "policy-distribution-id",
"timestamp": 1677486096138,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:23:18.459Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 346f0d1e-32ce-491b-be85-2ae43d810816
2023-02-27T08:23:18.460Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 346f0d1e-32ce-491b-be85-2ae43d810816 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:23:18.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.485Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486094181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.486Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "aai-model-loader",
"timestamp": 1677486090173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.486Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486095671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.487Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "policy-distribution-id",
"timestamp": 1677486097140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.488Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486094181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.488Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486096842,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:23:18.502Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 346f0d1e-32ce-491b-be85-2ae43d810816
2023-02-27T08:23:18.503Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 346f0d1e-32ce-491b-be85-2ae43d810816 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-02-27T08:23:18.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "aai-model-loader",
"timestamp": 1677486097628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.537Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "policy-distribution-id",
"timestamp": 1677486097140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.537Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486094181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "multicloud-k8s",
"timestamp": 1677486097845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "policy-distribution-id",
"timestamp": 1677486097140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486094181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486098850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "policy-distribution-id",
"timestamp": 1677486097140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486094181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.543Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.544Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486098850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.544Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "policy-distribution-id",
"timestamp": 1677486097140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.546Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486094181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.546Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.547Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486098850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.548Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "policy-distribution-id",
"timestamp": 1677486097140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.549Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486094181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.549Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.550Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486098850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.550Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "policy-distribution-id",
"timestamp": 1677486097140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.551Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486101351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.551Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.552Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486098850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.553Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "policy-distribution-id",
"timestamp": 1677486104279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.553Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486102363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-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-02-27T08:23:18.616Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84f7b1e1-e244-4845-bb50-b32b31e37dae
2023-02-27T08:23:18.620Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f7b1e1-e244-4845-bb50-b32b31e37dae 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-02-27T08:23:18.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.655Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.656Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486098850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.657Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486104316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.657Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "policy-distribution-id",
"timestamp": 1677486105281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.661Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.663Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486098850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.666Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "policy-distribution-id",
"timestamp": 1677486106284,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:23:18.676Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84f7b1e1-e244-4845-bb50-b32b31e37dae
2023-02-27T08:23:18.677Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f7b1e1-e244-4845-bb50-b32b31e37dae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:23:18.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.698Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486105473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.699Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486104453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.700Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486105970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.700Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486106549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.701Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486107043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.702Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486108168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.702Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.702Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486108619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/vfw0073fee802780_modules.json",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.703Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.703Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486109201,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:23:18.721Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84f7b1e1-e244-4845-bb50-b32b31e37dae
2023-02-27T08:23:18.722Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f7b1e1-e244-4845-bb50-b32b31e37dae 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-02-27T08:23:18.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.739Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486109623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.739Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "multicloud-k8s",
"timestamp": 1677486110204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.740Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486110631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/resourceInstances/vfw0073fee802780/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.741Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486111637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.743Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "aai-model-loader",
"timestamp": 1677486113331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.744Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486111567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230227082003/1.0/artifacts/service-Vfw20230227082003-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.745Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "aai-model-loader",
"timestamp": 1677486114336,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:23:18.770Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 346f0d1e-32ce-491b-be85-2ae43d810816
2023-02-27T08:23:18.771Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 346f0d1e-32ce-491b-be85-2ae43d810816 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:23:18.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.801Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486112573,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:23:18.842Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 346f0d1e-32ce-491b-be85-2ae43d810816
2023-02-27T08:23:18.842Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 346f0d1e-32ce-491b-be85-2ae43d810816 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:23:18.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.876Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.877Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.877Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.878Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "aai-model-loader",
"timestamp": 1677486120173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.879Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.879Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "aai-model-loader",
"timestamp": 1677486120173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.880Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486096580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.881Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "aai-model-loader",
"timestamp": 1677486120173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.882Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486120755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.885Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "aai-model-loader",
"timestamp": 1677486120173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.886Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "aai-model-loader",
"timestamp": 1677486120173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.887Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "aai-model-loader",
"timestamp": 1677486120173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:23:18.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.888Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486123657,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.889Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "aai-model-loader",
"timestamp": 1677486120173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:23:18.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.890Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486124662,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:23:18.936Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84f7b1e1-e244-4845-bb50-b32b31e37dae
2023-02-27T08:23:18.936Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f7b1e1-e244-4845-bb50-b32b31e37dae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:23:18.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.963Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "aai-model-loader",
"timestamp": 1677486127277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:23:18.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.964Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "aai-model-loader",
"timestamp": 1677486134422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:23:18.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:23:18.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T08:23:18.965Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "aai-model-loader",
"timestamp": 1677486135425,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:23:18.980Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84f7b1e1-e244-4845-bb50-b32b31e37dae
2023-02-27T08:23:18.980Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f7b1e1-e244-4845-bb50-b32b31e37dae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:23:22.782Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 346f0d1e-32ce-491b-be85-2ae43d810816
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:23:22.821Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 346f0d1e-32ce-491b-be85-2ae43d810816
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:23:22.850Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:23:22.850Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T08:23:22.851Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T08:23:22.851Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T08:23:22.851Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:23:22.852Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:23:22.853Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:23:22.853Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:23:22.853Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:23:22.854Z|346f0d1e-32ce-491b-be85-2ae43d810816|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-02-27T08:23:22.882Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T08:23:52.883Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 346f0d1e-32ce-491b-be85-2ae43d810816 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T08:23:52.901Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 346f0d1e-32ce-491b-be85-2ae43d810816 and serviceModelVersionId: 0795cf55-edb7-4d5a-a693-607890043a1a
2023-02-27T08:23:52.901Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e
2023-02-27T08:24:18.320Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:25.457Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e/model-vers/model-ver/0795cf55-edb7-4d5a-a693-607890043a1a?depth=0
2023-02-27T08:24:25.687Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T08:24:26.956Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e/model-vers/model-ver/0795cf55-edb7-4d5a-a693-607890043a1a?depth=0|INFO|500||Invoke
2023-02-27T08:24:26.968Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e/model-vers/model-ver/0795cf55-edb7-4d5a-a693-607890043a1a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e/model-vers/model-ver/0795cf55-edb7-4d5a-a693-607890043a1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[346f0d1e-32ce-491b-be85-2ae43d810816], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[205d98aa-4d77-45d3-96d3-5b6deaa0ac1c], X-ECOMP-RequestID=[346f0d1e-32ce-491b-be85-2ae43d810816], X-TransactionId=[], X-ONAP-RequestID=[346f0d1e-32ce-491b-be85-2ae43d810816], Content-Type=[application/merge-patch+json]}
2023-02-27T08:24:27.099Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e/model-vers/model-ver/0795cf55-edb7-4d5a-a693-607890043a1a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-27T08:24:27.487Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e/model-vers/model-ver/0795cf55-edb7-4d5a-a693-607890043a1a?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/9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e/model-vers/model-ver/0795cf55-edb7-4d5a-a693-607890043a1a?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 08:24:26 GMT], content-length=[0], vertex-id=[184568], x-aai-txid=[2-aai-resources-230227-08:24:26:381-83681], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T08:24:27.490Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e/model-vers/model-ver/0795cf55-edb7-4d5a-a693-607890043a1a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-27T08:24:27.492Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fe4fdc0-89c4-48f5-8fa6-7d0b33fa8c1e/model-vers/model-ver/0795cf55-edb7-4d5a-a693-607890043a1a?depth=0|INFO|500||InvokeReturn
2023-02-27T08:24:27.501Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T08:24:27.503Z|346f0d1e-32ce-491b-be85-2ae43d810816|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-02-27T08:24:27.530Z|346f0d1e-32ce-491b-be85-2ae43d810816|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-02-27T08:24:27.532Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 346f0d1e-32ce-491b-be85-2ae43d810816 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T08:24:27.534Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T08:24:27.535Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:27.535Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:27.535Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486267532,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:27.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T08:24:27.568Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "346f0d1e-32ce-491b-be85-2ae43d810816",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486267532,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-27T08:24:27.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T08:24:28.565Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:24:28.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T08:24:28.580Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"84f7b1e1-e244-4845-bb50-b32b31e37dae","serviceName":"basic_onboard_dZMCcv","serviceVersion":"1.0","serviceUUID":"d223ebdd-508f-4a96-8749-695f60bcf1d3","serviceDescription":"service","serviceInvariantUUID":"bc4d397b-249d-4ad3-9d63-a39c8edb36ff","resources":[{"resourceInstanceName":"basic_onboard_dZMCcv 0","resourceName":"basic_onboard_dZMCcv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73082521-d6bb-459e-b3b2-160b61afb6a8","resourceInvariantUUID":"12170dee-4b9a-4289-ac25-4b3a3bce4093","resourceCustomizationUUID":"c93951c6-a578-48c4-804b-d4345e856621","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vf-license-model.xml","artifactChecksum":"MTc5YzU3YWJkNDg2NTExNDEyMjdlODFiMzc1MDNkNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"011629eb-3a9f-4436-a178-5fd67cba0da9","artifactVersion":"1"},{"artifactName":"basic_onboard_dzmccv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json","artifactChecksum":"ZGZiYmU1N2U3MGVhYzJiYjY0NTY4OTcyMGUwZGY4MjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10e3b5fc-bf8d-4841-bbab-7a6735adcf49","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7d19592e-2c1b-4a78-b4a1-39fad929aa7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6bbc020f-d65c-4681-a615-a40c0ba50e1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"73c6bccf-5ee8-47e2-b7bc-bceeecabc47b","artifactVersion":"2","generatedFromUUID":"7d19592e-2c1b-4a78-b4a1-39fad929aa7d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDzmccv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-template.yml","artifactChecksum":"YTk0MWViOTdkN2FkYzVlZjE0Yjc5ZDliZDc2NjY1YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9bad159-e622-4d42-a123-1e23a1b7aad0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDzmccv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar","artifactChecksum":"OGU4ODNiYzFjNzA5NDM1Y2FmOGY5MDcyMjNmZjNhNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"732f64b3-6cac-4391-8158-a5863432fb42","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T08:24:28.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:24:28.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:28.586Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:28.588Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:29.594Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:24:29.595Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:29.595Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:29.596Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:30.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:24:30.598Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:30.598Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:30.599Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:31.600Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:24:31.600Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:31.600Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:31.601Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:32.601Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:24:32.602Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:32.603Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:32.603Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:33.604Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:24:33.605Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:33.605Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:33.605Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:34.606Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:24:34.607Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:34.607Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:34.607Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:35.610Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"serviceName": "basic_onboard_dZMCcv",
"serviceVersion": "1.0",
"serviceUUID": "d223ebdd-508f-4a96-8749-695f60bcf1d3",
"serviceDescription": "service",
"serviceInvariantUUID": "bc4d397b-249d-4ad3-9d63-a39c8edb36ff",
"resources": [
{
"resourceInstanceName": "basic_onboard_dZMCcv 0",
"resourceCustomizationUUID": "c93951c6-a578-48c4-804b-d4345e856621",
"resourceName": "basic_onboard_dZMCcv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "73082521-d6bb-459e-b3b2-160b61afb6a8",
"resourceInvariantUUID": "12170dee-4b9a-4289-ac25-4b3a3bce4093",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dzmccv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"artifactChecksum": "ZGZiYmU1N2U3MGVhYzJiYjY0NTY4OTcyMGUwZGY4MjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "10e3b5fc-bf8d-4841-bbab-7a6735adcf49",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7d19592e-2c1b-4a78-b4a1-39fad929aa7d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "73c6bccf-5ee8-47e2-b7bc-bceeecabc47b",
"generatedFromUUID": "7d19592e-2c1b-4a78-b4a1-39fad929aa7d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "73c6bccf-5ee8-47e2-b7bc-bceeecabc47b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDzmccv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"artifactChecksum": "OGU4ODNiYzFjNzA5NDM1Y2FmOGY5MDcyMjNmZjNhNjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "732f64b3-6cac-4391-8158-a5863432fb42"
}
],
"workloadContext": "Production"
}
2023-02-27T08:24:35.610Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T08:24:35.611Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d223ebdd-508f-4a96-8749-695f60bcf1d3 ASDC
2023-02-27T08:24:35.611Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:84f7b1e1-e244-4845-bb50-b32b31e37dae
ServiceName:basic_onboard_dZMCcv
ServiceVersion:1.0
ServiceUUID:d223ebdd-508f-4a96-8749-695f60bcf1d3
ServiceInvariantUUID:bc4d397b-249d-4ad3-9d63-a39c8edb36ff
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDzmccv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar
ArtifactUUID:732f64b3-6cac-4391-8158-a5863432fb42
ArtifactChecksum:OGU4ODNiYzFjNzA5NDM1Y2FmOGY5MDcyMjNmZjNhNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dZMCcv 0
ResourceCustomizationUUID:c93951c6-a578-48c4-804b-d4345e856621
ResourceInvariantUUID:12170dee-4b9a-4289-ac25-4b3a3bce4093
ResourceName:basic_onboard_dZMCcv
ResourceType:VF
ResourceUUID:73082521-d6bb-459e-b3b2-160b61afb6a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dzmccv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json
ArtifactUUID:10e3b5fc-bf8d-4841-bbab-7a6735adcf49
ArtifactChecksum:ZGZiYmU1N2U3MGVhYzJiYjY0NTY4OTcyMGUwZGY4MjM=
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/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7d19592e-2c1b-4a78-b4a1-39fad929aa7d
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/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env
ArtifactUUID:73c6bccf-5ee8-47e2-b7bc-bceeecabc47b
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/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env
ArtifactUUID:73c6bccf-5ee8-47e2-b7bc-bceeecabc47b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-27T08:24:35.612Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d223ebdd-508f-4a96-8749-695f60bcf1d3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T08:24:35.677Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T08:24:35.679Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-27T08:24:35.679Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-27T08:24:35.679Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 732f64b3-6cac-4391-8158-a5863432fb42 from URL: /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:35.681Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-27T08:24:35.681Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:35.803Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-27T08:24:35.805Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar 732f64b3-6cac-4391-8158-a5863432fb42 75674
2023-02-27T08:24:35.806Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar ASDC sendASDCNotification
2023-02-27T08:24:35.806Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:35.806Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:24:35.806Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:35.807Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:35.807Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486275806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:36.808Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T08:24:36.810Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-27T08:24:36.811Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 732f64b3-6cac-4391-8158-a5863432fb42, URL: /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar to file: /app/ASDC/1/service-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:36.812Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:36.812Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:36.813Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:37.060Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6137093038442035618/Definitions/service-BasicOnboardDzmccv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-27T08:24:39.528Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T08:24:39.531Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-27T08:24:39.531Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:39.532Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-27T08:24:39.533Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|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-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:39.533Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|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-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:39.534Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dZMCcv 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-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:39.534Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|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-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:39.535Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|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-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:39.536Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|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-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:39.536Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|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-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:39.537Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-27T08:24:39.538Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.538Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:39.539Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is matching search criteria
2023-02-27T08:24:39.539Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-27T08:24:39.540Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_dZMCcv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T08:24:39.540Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.541Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:39.542Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is matching search criteria
2023-02-27T08:24:39.542Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-27T08:24:39.543Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_dZMCcv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T08:24:39.543Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.543Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:39.544Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.545Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is not matching search criteria
2023-02-27T08:24:39.545Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-27T08:24:39.545Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-27T08:24:39.546Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-27T08:24:39.546Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-27T08:24:39.546Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-27T08:24:39.547Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.547Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T08:24:39.548Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.548Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is matching search criteria
2023-02-27T08:24:39.548Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_dZMCcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:24:39.549Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.549Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is matching search criteria
2023-02-27T08:24:39.550Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_dZMCcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:24:39.552Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.553Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is matching search criteria
2023-02-27T08:24:39.553Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_dZMCcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:24:39.554Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.554Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is not matching search criteria
2023-02-27T08:24:39.555Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-27T08:24:39.555Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-27T08:24:39.556Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6d0bbc72-7507-49ae-bf41-2d41f6e775c5
2023-02-27T08:24:39.556Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.557Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:39.557Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.558Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:39.558Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.558Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:39.559Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:39.560Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:39.560Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dZMCcv
Description:service
Model UUID:d223ebdd-508f-4a96-8749-695f60bcf1d3
Model Version:NULL
Model InvariantUuid:bc4d397b-249d-4ad3-9d63-a39c8edb36ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dZMCcv
Model UUID:56d6ca18-a2f3-474f-ae96-6cf26c576ff9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:12170dee-4b9a-4289-ac25-4b3a3bce4093
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c93951c6-a578-48c4-804b-d4345e856621
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:08eded96-bc25-456e-95c4-83f7192a59cb
ModelName:BasicOnboardDzmccv..base_ubuntu18..module-0
ModelUuid:8b442610-1c0e-4f1a-86cc-c3c42fd51cdf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6d0bbc72-7507-49ae-bf41-2d41f6e775c5
ModelInvariantUuid:48a7dfd2-0911-4f42-bc53-73be6ab073d3
ModelName:basic_onboard_dZMCcv-nodes.ubuntu18Cvfc
ModelUuid:11ad1662-7799-4e6a-8dc3-b7c36d4b23b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1977cd20-866b-4460-9f67-72bb0afa500f
ModelInvariantUuid:29b05165-d24f-41d7-8b20-2bda1a62ed7c
ModelName:BasicOnboardDzmccv.compute.nodes.heat.ubuntu18
ModelUuid:55d32e1c-6a00-4070-bb2e-0f0bc425e587
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T08:24:39.603Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 73082521-d6bb-459e-b3b2-160b61afb6a8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:24:39.627Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||basic_onboard_dZMCcv 0
2023-02-27T08:24:39.628Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73082521-d6bb-459e-b3b2-160b61afb6a8
2023-02-27T08:24:39.628Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 10e3b5fc-bf8d-4841-bbab-7a6735adcf49 from URL: /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json
2023-02-27T08:24:39.629Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-27T08:24:39.629Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json
2023-02-27T08:24:39.734Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-27T08:24:39.736Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json 10e3b5fc-bf8d-4841-bbab-7a6735adcf49 798
2023-02-27T08:24:39.739Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json ASDC sendASDCNotification
2023-02-27T08:24:39.740Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json
2023-02-27T08:24:39.740Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:24:39.741Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:39.741Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:39.741Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486279737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:40.751Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDzmccv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "08eded96-bc25-456e-95c4-83f7192a59cb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8b442610-1c0e-4f1a-86cc-c3c42fd51cdf",
"vfModuleModelCustomizationUUID": "4b38d543-2eaa-415d-ad55-38a1d6461452",
"isBase": true,
"artifacts": [
"7d19592e-2c1b-4a78-b4a1-39fad929aa7d",
"73c6bccf-5ee8-47e2-b7bc-bceeecabc47b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-27T08:24:40.759Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDzmccv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b442610-1c0e-4f1a-86cc-c3c42fd51cdf
VfModuleModelInvariantUUID:08eded96-bc25-456e-95c4-83f7192a59cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d19592e-2c1b-4a78-b4a1-39fad929aa7d
,
73c6bccf-5ee8-47e2-b7bc-bceeecabc47b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-27T08:24:40.762Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDzmccv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "08eded96-bc25-456e-95c4-83f7192a59cb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8b442610-1c0e-4f1a-86cc-c3c42fd51cdf",
"vfModuleModelCustomizationUUID": "4b38d543-2eaa-415d-ad55-38a1d6461452",
"isBase": true,
"artifacts": [
"7d19592e-2c1b-4a78-b4a1-39fad929aa7d",
"73c6bccf-5ee8-47e2-b7bc-bceeecabc47b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-27T08:24:40.762Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDzmccv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b442610-1c0e-4f1a-86cc-c3c42fd51cdf
VfModuleModelInvariantUUID:08eded96-bc25-456e-95c4-83f7192a59cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d19592e-2c1b-4a78-b4a1-39fad929aa7d
,
73c6bccf-5ee8-47e2-b7bc-bceeecabc47b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-27T08:24:40.763Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7d19592e-2c1b-4a78-b4a1-39fad929aa7d from URL: /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml
2023-02-27T08:24:40.763Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-27T08:24:40.763Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml
2023-02-27T08:24:40.835Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-27T08:24:40.836Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml 7d19592e-2c1b-4a78-b4a1-39fad929aa7d 5033
2023-02-27T08:24:40.837Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-27T08:24:40.837Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml
2023-02-27T08:24:40.838Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:24:40.838Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:40.839Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:40.839Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486280837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:41.842Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 73c6bccf-5ee8-47e2-b7bc-bceeecabc47b from URL: /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env
2023-02-27T08:24:41.843Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-27T08:24:41.844Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env
2023-02-27T08:24:41.915Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-27T08:24:41.916Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env 73c6bccf-5ee8-47e2-b7bc-bceeecabc47b 909
2023-02-27T08:24:41.916Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-27T08:24:41.917Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env
2023-02-27T08:24:41.917Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:24:41.917Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:41.917Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:41.917Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486281916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:42.920Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d223ebdd-508f-4a96-8749-695f60bcf1d3
2023-02-27T08:24:42.921Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dZMCcv 0 73082521-d6bb-459e-b3b2-160b61afb6a8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:24:42.950Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b70db5f, org.onap.sdc.toscaparser.api.parameters.Input@1280516a, org.onap.sdc.toscaparser.api.parameters.Input@34e10556, org.onap.sdc.toscaparser.api.parameters.Input@647d87b2, org.onap.sdc.toscaparser.api.parameters.Input@59ea0241]
2023-02-27T08:24:42.952Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.953Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:42.954Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-02-27T08:24:42.954Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c93951c6-a578-48c4-804b-d4345e856621
2023-02-27T08:24:42.954Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c93951c6-a578-48c4-804b-d4345e856621 matches Tosca VF Customization UUID: c93951c6-a578-48c4-804b-d4345e856621
2023-02-27T08:24:42.954Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c93951c6-a578-48c4-804b-d4345e856621 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-27T08:24:42.963Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.966Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:42.967Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c93951c6-a578-48c4-804b-d4345e856621: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-27T08:24:42.968Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d4e3ddf
2023-02-27T08:24:42.968Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.968Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T08:24:42.968Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4b38d543-2eaa-415d-ad55-38a1d6461452
2023-02-27T08:24:42.969Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4b38d543-2eaa-415d-ad55-38a1d6461452
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-27T08:24:42.979Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.979Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is matching search criteria
2023-02-27T08:24:42.980Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_dZMCcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:24:42.981Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.981Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is matching search criteria
2023-02-27T08:24:42.981Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_dZMCcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:24:42.982Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.982Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is not matching search criteria
2023-02-27T08:24:42.982Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-27T08:24:42.982Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-27T08:24:42.983Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6d0bbc72-7507-49ae-bf41-2d41f6e775c5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-27T08:24:42.987Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.988Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is matching search criteria
2023-02-27T08:24:42.988Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_dZMCcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T08:24:42.989Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.989Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_dZMCcv 0 is matching search criteria
2023-02-27T08:24:42.989Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_dZMCcv 0] matching following query criteria: sdcType=VF, customizationUUID=c93951c6-a578-48c4-804b-d4345e856621
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:24:42.993Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.993Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:42.994Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d223ebdd-508f-4a96-8749-695f60bcf1d3: basic_onboard_dZMCcv
2023-02-27T08:24:42.994Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.994Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:42.994Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.995Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:42.995Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.995Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:42.995Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.996Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:42.996Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:24:42.997Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_dZMCcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:24:42.997Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_dZMCcv
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:24:43.171Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dZMCcv 73082521-d6bb-459e-b3b2-160b61afb6a8 1 ASDC deployResourceStructure
2023-02-27T08:24:43.173Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json ASDC sendASDCNotification
2023-02-27T08:24:43.173Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json
2023-02-27T08:24:43.173Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T08:24:43.174Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:43.174Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:43.174Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486283172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:44.179Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-27T08:24:44.180Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml
2023-02-27T08:24:44.180Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T08:24:44.181Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:44.181Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:44.182Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486284179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:45.185Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-27T08:24:45.186Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env
2023-02-27T08:24:45.186Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T08:24:45.187Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:45.188Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:45.188Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486285185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:46.192Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar ASDC sendASDCNotification
2023-02-27T08:24:46.193Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar
2023-02-27T08:24:46.193Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T08:24:46.194Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:24:46.195Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:24:46.195Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486286192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:24:47.199Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84f7b1e1-e244-4845-bb50-b32b31e37dae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:24:47.235Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84f7b1e1-e244-4845-bb50-b32b31e37dae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:24:47.244Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:24:47.246Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T08:24:47.246Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T08:24:47.247Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T08:24:47.247Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:24:47.247Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:24:47.248Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:24:47.248Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:24:47.249Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:24:47.249Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:24:47.265Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T08:25:17.270Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84f7b1e1-e244-4845-bb50-b32b31e37dae and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T08:25:17.311Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84f7b1e1-e244-4845-bb50-b32b31e37dae and serviceModelVersionId: d223ebdd-508f-4a96-8749-695f60bcf1d3
2023-02-27T08:25:17.311Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc4d397b-249d-4ad3-9d63-a39c8edb36ff
2023-02-27T08:25:17.313Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc4d397b-249d-4ad3-9d63-a39c8edb36ff/model-vers/model-ver/d223ebdd-508f-4a96-8749-695f60bcf1d3?depth=0
2023-02-27T08:25:17.324Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T08:25:17.429Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc4d397b-249d-4ad3-9d63-a39c8edb36ff/model-vers/model-ver/d223ebdd-508f-4a96-8749-695f60bcf1d3?depth=0|INFO|500||Invoke
2023-02-27T08:25:17.431Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc4d397b-249d-4ad3-9d63-a39c8edb36ff/model-vers/model-ver/d223ebdd-508f-4a96-8749-695f60bcf1d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc4d397b-249d-4ad3-9d63-a39c8edb36ff/model-vers/model-ver/d223ebdd-508f-4a96-8749-695f60bcf1d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84f7b1e1-e244-4845-bb50-b32b31e37dae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7cabb97b-7dbb-4ab8-a9a1-d4b053570ed8], X-ECOMP-RequestID=[84f7b1e1-e244-4845-bb50-b32b31e37dae], X-TransactionId=[], X-ONAP-RequestID=[84f7b1e1-e244-4845-bb50-b32b31e37dae], Content-Type=[application/merge-patch+json]}
2023-02-27T08:25:17.456Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc4d397b-249d-4ad3-9d63-a39c8edb36ff/model-vers/model-ver/d223ebdd-508f-4a96-8749-695f60bcf1d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-27T08:25:17.629Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc4d397b-249d-4ad3-9d63-a39c8edb36ff/model-vers/model-ver/d223ebdd-508f-4a96-8749-695f60bcf1d3?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/bc4d397b-249d-4ad3-9d63-a39c8edb36ff/model-vers/model-ver/d223ebdd-508f-4a96-8749-695f60bcf1d3?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 08:25:16 GMT], content-length=[0], vertex-id=[213048], x-aai-txid=[0-aai-resources-230227-08:25:16:735-88384], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T08:25:17.631Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc4d397b-249d-4ad3-9d63-a39c8edb36ff/model-vers/model-ver/d223ebdd-508f-4a96-8749-695f60bcf1d3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-27T08:25:17.635Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc4d397b-249d-4ad3-9d63-a39c8edb36ff/model-vers/model-ver/d223ebdd-508f-4a96-8749-695f60bcf1d3?depth=0|INFO|500||InvokeReturn
2023-02-27T08:25:17.636Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T08:25:17.642Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:25:17.660Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T08:25:17.661Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84f7b1e1-e244-4845-bb50-b32b31e37dae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T08:25:17.678Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T08:25:17.680Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:25:17.681Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:25:17.682Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486317661,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:25:18.319Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:25:18.328Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.329Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:25:18.330Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.330Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.330Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "NOTIFIED"
}
2023-02-27T08:25:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-27T08:25:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:25:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-27T08:25:18.332Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.332Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.332Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:25:18.332Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.332Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.333Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486268565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:25:18.336Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.336Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.336Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486275806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:25:18.336Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.336Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.336Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486279737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:25:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486280837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:25:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486281916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:25:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486283172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/basic_onboard_dzmccv0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-27T08:25:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486284179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-27T08:25:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486285185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/resourceInstances/basic_onboard_dzmccv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-27T08:25:18.347Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.347Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.347Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486286192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzmccv/1.0/artifacts/service-BasicOnboardDzmccv-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:25:18.347Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:25:18.347Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:25:18.348Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84f7b1e1-e244-4845-bb50-b32b31e37dae",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486317661,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-27T08:25:18.348Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T08:25:18.759Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:26:18.319Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:26:18.761Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:27:18.323Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:27:18.762Z|84f7b1e1-e244-4845-bb50-b32b31e37dae|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:28:18.326Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:28:18.764Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:29:18.327Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:29:18.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:30:18.332Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:30:18.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:31:18.334Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:31:18.773Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:32:18.336Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:32:18.776Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:33:18.338Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:33:18.778Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:34:18.340Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:34:18.780Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:34:23.323Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Node 2 disconnected.
2023-02-27T08:35:18.342Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:35:18.782Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:36:11.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T08:36:11.308Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"06657b13-bd26-407d-ab3b-84e45569af28","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"40d1ea13-03f7-4e4c-be0e-b90d6d5e4178","serviceDescription":"service","serviceInvariantUUID":"576319f5-a144-49b7-8d32-71106aa7871c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d9b188b3-7c88-4324-a499-26288315b86d","resourceInvariantUUID":"978039e9-cbe2-496f-88f3-c6843a362d1c","resourceCustomizationUUID":"5c36a111-5a24-43b9-b4bf-3bace03ac49a","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":"ZTBkZWQ3OTFkN2IwOGMzN2Q4NDUzNDI0ZDI1NGZhNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"60a1cd8d-6545-434a-8d95-6694720514ee","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTZjZDM1MjQ2MzMxMmE4NDRkYzcyN2RhNDQ2ZDZlZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5bc8fd0-266d-43c4-91da-d4787b47170f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T08:36:11.333Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:36:11.334Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:36:11.335Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486943440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:36:11.337Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:36:11.337Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:36:11.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:36:11.337Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486918782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:36:11.346Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:36:11.347Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:36:11.347Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:36:11.348Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:36:11.348Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:36:11.348Z||kafka-producer-network-thread | SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2aa019ed-2213-4f77-beb5-199246fc9ac7] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to w35V02CbRxWJKhA4mZCryg
2023-02-27T08:36:12.351Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:36:12.352Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:36:12.352Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:36:12.352Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486918782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:36:13.354Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "40d1ea13-03f7-4e4c-be0e-b90d6d5e4178",
"serviceDescription": "service",
"serviceInvariantUUID": "576319f5-a144-49b7-8d32-71106aa7871c",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "5c36a111-5a24-43b9-b4bf-3bace03ac49a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d9b188b3-7c88-4324-a499-26288315b86d",
"resourceInvariantUUID": "978039e9-cbe2-496f-88f3-c6843a362d1c",
"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": "OTZjZDM1MjQ2MzMxMmE4NDRkYzcyN2RhNDQ2ZDZlZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d5bc8fd0-266d-43c4-91da-d4787b47170f"
}
],
"workloadContext": "Production"
}
2023-02-27T08:36:13.355Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T08:36:13.355Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 40d1ea13-03f7-4e4c-be0e-b90d6d5e4178 ASDC
2023-02-27T08:36:13.356Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:06657b13-bd26-407d-ab3b-84e45569af28
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:40d1ea13-03f7-4e4c-be0e-b90d6d5e4178
ServiceInvariantUUID:576319f5-a144-49b7-8d32-71106aa7871c
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:d5bc8fd0-266d-43c4-91da-d4787b47170f
ArtifactChecksum:OTZjZDM1MjQ2MzMxMmE4NDRkYzcyN2RhNDQ2ZDZlZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5c36a111-5a24-43b9-b4bf-3bace03ac49a
ResourceInvariantUUID:978039e9-cbe2-496f-88f3-c6843a362d1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d9b188b3-7c88-4324-a499-26288315b86d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-27T08:36:13.356Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40d1ea13-03f7-4e4c-be0e-b90d6d5e4178 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:36:13.538Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T08:36:13.543Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-27T08:36:13.543Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-27T08:36:13.544Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5bc8fd0-266d-43c4-91da-d4787b47170f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-27T08:36:13.544Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-27T08:36:13.557Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-27T08:36:13.723Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-27T08:36:13.729Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d5bc8fd0-266d-43c4-91da-d4787b47170f 57797
2023-02-27T08:36:13.734Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-27T08:36:13.735Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-27T08:36:13.735Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:36:13.736Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:36:13.736Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:36:13.736Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486973734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:36:14.749Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T08:36:14.751Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-27T08:36:14.751Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d5bc8fd0-266d-43c4-91da-d4787b47170f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:14.752Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-27T08:36:14.753Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:14.753Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:15.255Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1032343399679203689/Definitions/service-BasicNetwork-template.yml
2023-02-27T08:36:16.171Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T08:36:16.173Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-27T08:36:16.173Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:16.173Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-27T08:36:16.174Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:16.174Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:16.174Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:16.174Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:16.175Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:16.175Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:16.175Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:16.175Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T08:36:16.175Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-27T08:36:16.176Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.177Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.177Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-27T08:36:16.177Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-27T08:36:16.177Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T08:36:16.178Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.178Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.178Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-27T08:36:16.179Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-27T08:36:16.179Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T08:36:16.179Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.179Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.180Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.180Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.181Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.181Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.182Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.182Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.182Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.182Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.183Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:40d1ea13-03f7-4e4c-be0e-b90d6d5e4178
Model Version:NULL
Model InvariantUuid:576319f5-a144-49b7-8d32-71106aa7871c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:978039e9-cbe2-496f-88f3-c6843a362d1c
Model UUID:1c3ffba1-5165-4652-baf7-7ac274edc0bb
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:5c36a111-5a24-43b9-b4bf-3bace03ac49a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T08:36:16.249Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: d9b188b3-7c88-4324-a499-26288315b86d
2023-02-27T08:36:16.249Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||No resources found for Service: 40d1ea13-03f7-4e4c-be0e-b90d6d5e4178
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:36:16.264Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||
2023-02-27T08:36:16.266Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-27T08:36:16.268Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 40d1ea13-03f7-4e4c-be0e-b90d6d5e4178
2023-02-27T08:36:16.269Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 40d1ea13-03f7-4e4c-be0e-b90d6d5e4178
2023-02-27T08:36:16.269Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-27T08:36:16.270Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:36:16.318Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b110bec, org.onap.sdc.toscaparser.api.parameters.Input@b245690, org.onap.sdc.toscaparser.api.parameters.Input@6d6380e, org.onap.sdc.toscaparser.api.parameters.Input@59bc23e1, org.onap.sdc.toscaparser.api.parameters.Input@a211d51]
2023-02-27T08:36:16.324Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.325Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.325Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.325Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.327Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 40d1ea13-03f7-4e4c-be0e-b90d6d5e4178: Generic NeutronNet
2023-02-27T08:36:16.328Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.330Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.332Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.335Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-27T08:36:16.457Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.458Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.459Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.460Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.460Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:36:16.461Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:36:16.462Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-27T08:36:16.666Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-27T08:36:16.667Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-27T08:36:16.667Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-27T08:36:16.667Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T08:36:16.667Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:36:16.668Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:36:16.668Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486976666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:36:17.673Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:36:17.738Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:36:17.763Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:36:17.764Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T08:36:17.764Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T08:36:18.321Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:36:18.324Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:36:18.324Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "multicloud-k8s",
"timestamp": 1677486951257,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:36:18.326Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:36:18.326Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:36:18.327Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "aai-model-loader",
"timestamp": 1677486960175,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:36:18.327Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:36:47.765Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:36:47.850Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:36:47.881Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:36:47.882Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T08:36:47.882Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T08:37:17.886Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:37:18.060Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:37:18.112Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:37:18.113Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T08:37:18.113Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T08:37:18.321Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:37:18.327Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.328Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "policy-distribution-id",
"timestamp": 1677486947344,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:37:18.330Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.333Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.333Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486918782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:37:18.334Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.334Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.335Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486966581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:37:18.335Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.335Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.335Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486943440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:37:18.336Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.336Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.336Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "multicloud-k8s",
"timestamp": 1677486951257,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:37:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "aai-model-loader",
"timestamp": 1677486960175,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:37:18.338Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.338Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.339Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "policy-distribution-id",
"timestamp": 1677486947344,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:37:18.339Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.339Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.340Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486918782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:37:18.340Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.341Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.341Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486966581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:37:18.341Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.342Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.342Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486972407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:37:18.343Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.343Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.343Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "policy-distribution-id",
"timestamp": 1677486974483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:37:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "aai-model-loader",
"timestamp": 1677486974537,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:37:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486973734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:37:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486972980,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:37:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.347Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.347Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486973414,
"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-02-27T08:37:18.401Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06657b13-bd26-407d-ab3b-84e45569af28
2023-02-27T08:37:18.402Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06657b13-bd26-407d-ab3b-84e45569af28 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-02-27T08:37:18.514Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.515Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "policy-distribution-id",
"timestamp": 1677486975487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:37:18.516Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.516Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.517Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "policy-distribution-id",
"timestamp": 1677486976490,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:37:18.540Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06657b13-bd26-407d-ab3b-84e45569af28
2023-02-27T08:37:18.541Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06657b13-bd26-407d-ab3b-84e45569af28 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:37:18.608Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.609Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486974883,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:37:18.610Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.611Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.611Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "SO-sdc-controller",
"timestamp": 1677486976666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:37:18.611Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:18.612Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.612Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677486975889,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:37:18.633Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06657b13-bd26-407d-ab3b-84e45569af28
2023-02-27T08:37:18.634Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06657b13-bd26-407d-ab3b-84e45569af28 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:37:18.671Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:37:18.672Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "aai-model-loader",
"timestamp": 1677486979097,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:37:18.672Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:37:48.113Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:37:48.193Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:37:48.233Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:37:48.234Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T08:37:48.268Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T08:38:18.270Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:38:18.320Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:38:18.333Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.337Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
2023-02-27T08:38:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "aai-model-loader",
"timestamp": 1677486980100,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:38:18.358Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:38:18.359Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T08:38:18.362Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T08:38:18.406Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06657b13-bd26-407d-ab3b-84e45569af28
2023-02-27T08:38:18.411Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06657b13-bd26-407d-ab3b-84e45569af28 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:38:18.434Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.435Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487007492,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.435Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.436Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.436Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "multicloud-k8s",
"timestamp": 1677487033440,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.436Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.437Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.437Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486974417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.437Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.437Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.437Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487020173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.438Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.438Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.438Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487026580,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.438Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.438Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.438Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "multicloud-k8s",
"timestamp": 1677487033440,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.439Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.439Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.439Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487007492,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.440Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.440Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.440Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486974417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.440Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.441Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.441Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487020173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.441Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.441Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.442Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487026580,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.443Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.443Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.443Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486974417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.443Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.443Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.443Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487007492,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.444Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.444Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.444Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "multicloud-k8s",
"timestamp": 1677487033440,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.444Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.444Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.444Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487020173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.445Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.445Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.445Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487026580,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.445Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.445Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.445Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486974417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.446Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.446Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.446Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487007492,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.446Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.446Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.447Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "multicloud-k8s",
"timestamp": 1677487033440,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.447Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.447Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.447Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487020173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.447Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.447Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.448Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487026580,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.448Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.448Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.448Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486974417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.449Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.449Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.449Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487007492,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.449Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.449Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.450Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "multicloud-k8s",
"timestamp": 1677487033440,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.450Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:18.451Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:38:18.451Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487020173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:38:18.452Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:38:48.364Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:38:48.435Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:38:48.510Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:38:48.511Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T08:38:48.511Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T08:38:48.514Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T08:38:48.515Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:38:48.515Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:38:48.515Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:38:48.515Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:38:48.516Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:38:48.516Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:38:48.553Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T08:39:18.319Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:18.328Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.329Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487026580,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486974417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.331Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.335Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.335Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487007492,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "multicloud-k8s",
"timestamp": 1677487033440,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487020173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.337Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.338Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.338Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487026580,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.342Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.342Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.342Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486974417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.343Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.343Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.343Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487007492,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.343Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.343Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.343Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "multicloud-k8s",
"timestamp": 1677487033440,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487020173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487026580,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.344Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "cds-sdc-listener",
"timestamp": 1677486974417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487007492,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.345Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "multicloud-k8s",
"timestamp": 1677487033440,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487020173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.346Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487026580,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.347Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.347Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.347Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487042763,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.348Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.348Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.348Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487040689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.348Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.348Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.348Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487042777,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.348Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.349Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.349Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487041386,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.349Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.359Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.360Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487043769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:39:18.360Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.361Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.361Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487041695,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-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-02-27T08:39:18.403Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 446073c3-6131-4ec5-ae96-b513a47803bb
2023-02-27T08:39:18.404Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 446073c3-6131-4ec5-ae96-b513a47803bb 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-02-27T08:39:18.427Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.428Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487041880,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.429Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.429Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.429Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "policy-distribution-id",
"timestamp": 1677487044772,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:39:18.445Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 446073c3-6131-4ec5-ae96-b513a47803bb
2023-02-27T08:39:18.446Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 446073c3-6131-4ec5-ae96-b513a47803bb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:39:18.468Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.469Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487042698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.470Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.471Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.472Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487041880,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.472Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.473Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.473Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487043522,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:39:18.474Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.474Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.475Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "policy-distribution-id",
"timestamp": 1677487045773,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.475Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.475Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.476Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487042698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.476Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.476Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.476Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487041880,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.476Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.477Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.477Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487044527,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:39:18.514Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 446073c3-6131-4ec5-ae96-b513a47803bb
2023-02-27T08:39:18.514Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 446073c3-6131-4ec5-ae96-b513a47803bb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:39:18.557Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06657b13-bd26-407d-ab3b-84e45569af28 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T08:39:18.572Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.573Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "policy-distribution-id",
"timestamp": 1677487045773,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.573Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.573Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.573Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487042698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.574Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.575Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.575Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487041880,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.575Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.575Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.575Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487047771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:39:18.576Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.576Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.576Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06657b13-bd26-407d-ab3b-84e45569af28 and serviceModelVersionId: 40d1ea13-03f7-4e4c-be0e-b90d6d5e4178
2023-02-27T08:39:18.576Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "policy-distribution-id",
"timestamp": 1677487045773,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.577Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.577Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.577Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487042698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.577Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.577Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.578Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487041880,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.578Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.578Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.578Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "aai-model-loader",
"timestamp": 1677487048775,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2023-02-27T08:39:18.576Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 576319f5-a144-49b7-8d32-71106aa7871c
2023-02-27T08:39:18.585Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/576319f5-a144-49b7-8d32-71106aa7871c/model-vers/model-ver/40d1ea13-03f7-4e4c-be0e-b90d6d5e4178?depth=0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:39:18.598Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T08:39:18.628Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 446073c3-6131-4ec5-ae96-b513a47803bb
2023-02-27T08:39:18.630Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 446073c3-6131-4ec5-ae96-b513a47803bb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:39:18.671Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.671Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "policy-distribution-id",
"timestamp": 1677487045773,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.672Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.672Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.673Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487042698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.673Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.673Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.678Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487041880,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.679Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.679Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.679Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "policy-distribution-id",
"timestamp": 1677487045773,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.680Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.689Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.690Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487042698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.690Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.691Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.691Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487041880,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.691Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.692Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.694Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "aai-model-loader",
"timestamp": 1677487050173,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.696Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.700Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.700Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "policy-distribution-id",
"timestamp": 1677487045773,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.700Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.700Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.701Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487042698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.701Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.701Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.702Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487050402,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.702Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.703Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.703Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "aai-model-loader",
"timestamp": 1677487050173,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.703Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.703Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.704Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "policy-distribution-id",
"timestamp": 1677487045773,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.704Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.704Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.704Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487049836,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.705Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.705Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.705Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "aai-model-loader",
"timestamp": 1677487050173,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.705Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.706Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.706Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487051482,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.706Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.706Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.707Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "policy-distribution-id",
"timestamp": 1677487052902,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.707Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.707Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.707Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "cds-sdc-listener",
"timestamp": 1677487050843,
"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-02-27T08:39:18.768Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f9f7c44-c217-4c9a-b11f-bbeb01787618
2023-02-27T08:39:18.768Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9f7c44-c217-4c9a-b11f-bbeb01787618 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-02-27T08:39:18.799Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.799Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "aai-model-loader",
"timestamp": 1677487050173,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.800Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.800Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.800Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487052621,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.801Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.801Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.801Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "policy-distribution-id",
"timestamp": 1677487053905,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:39:18.801Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.801Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.802Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "aai-model-loader",
"timestamp": 1677487050173,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.803Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.803Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.803Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487053653,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:39:18.820Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f9f7c44-c217-4c9a-b11f-bbeb01787618
2023-02-27T08:39:18.821Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9f7c44-c217-4c9a-b11f-bbeb01787618 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:39:18.833Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/576319f5-a144-49b7-8d32-71106aa7871c/model-vers/model-ver/40d1ea13-03f7-4e4c-be0e-b90d6d5e4178?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-27T08:39:18.842Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/576319f5-a144-49b7-8d32-71106aa7871c/model-vers/model-ver/40d1ea13-03f7-4e4c-be0e-b90d6d5e4178?depth=0|INFO|500||Invoke
2023-02-27T08:39:18.849Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.850Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "policy-distribution-id",
"timestamp": 1677487054907,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2023-02-27T08:39:18.852Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/576319f5-a144-49b7-8d32-71106aa7871c/model-vers/model-ver/40d1ea13-03f7-4e4c-be0e-b90d6d5e4178?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:39:18.868Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f9f7c44-c217-4c9a-b11f-bbeb01787618
2023-02-27T08:39:18.872Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9f7c44-c217-4c9a-b11f-bbeb01787618 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-02-27T08:39:18.895Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.896Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "aai-model-loader",
"timestamp": 1677487050173,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.897Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.897Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.897Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "multicloud-k8s",
"timestamp": 1677487054656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-27T08:39:18.898Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.898Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.899Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "aai-model-loader",
"timestamp": 1677487050173,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.899Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.899Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.899Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "aai-model-loader",
"timestamp": 1677487057593,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.900Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.900Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.900Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487056580,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.900Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.900Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.901Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487056580,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.901Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.901Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.902Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487056580,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.903Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.903Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.903Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487056580,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.904Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.904Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.904Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487056580,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.904Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.905Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.905Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487056580,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-27T08:39:18.906Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.906Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.906Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "aai-model-loader",
"timestamp": 1677487064971,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:39:18.906Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.906Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.907Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487056580,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-27T08:39:18.907Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.907Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.907Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "aai-model-loader",
"timestamp": 1677487065977,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:39:18.923Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f9f7c44-c217-4c9a-b11f-bbeb01787618
2023-02-27T08:39:18.924Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9f7c44-c217-4c9a-b11f-bbeb01787618 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:39:18.956Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.956Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487064364,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-27T08:39:18.957Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.958Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.959Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487067093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-27T08:39:18.959Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T08:39:18.959Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T08:39:18.960Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677487068098,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:39:18.984Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f9f7c44-c217-4c9a-b11f-bbeb01787618
2023-02-27T08:39:18.985Z|346f0d1e-32ce-491b-be85-2ae43d810816|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9f7c44-c217-4c9a-b11f-bbeb01787618 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T08:39:19.154Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/576319f5-a144-49b7-8d32-71106aa7871c/model-vers/model-ver/40d1ea13-03f7-4e4c-be0e-b90d6d5e4178?depth=0|INFO|500||InvokeReturn
2023-02-27T08:39:19.155Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/576319f5-a144-49b7-8d32-71106aa7871c/model-vers/model-ver/40d1ea13-03f7-4e4c-be0e-b90d6d5e4178?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 08:39:18 GMT], content-length=[0], vertex-id=[196800], x-aai-txid=[2-aai-resources-230227-08:39:18:097-81643], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T08:39:19.157Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-27T08:39:19.160Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T08:39:19.160Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:39:19.172Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T08:39:19.173Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06657b13-bd26-407d-ab3b-84e45569af28 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T08:39:19.174Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T08:39:19.174Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:19.175Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:19.175Z|06657b13-bd26-407d-ab3b-84e45569af28|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "06657b13-bd26-407d-ab3b-84e45569af28",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487159173,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T08:39:20.263Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T08:39:20.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-27T08:39:20.273Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"446073c3-6131-4ec5-ae96-b513a47803bb","serviceName":"Demo_pNF_gDme44hEIys6YNw4lgWH","serviceVersion":"1.0","serviceUUID":"ed82e154-debb-42ff-a84a-47c4ab1187c4","serviceDescription":"catalog service description","serviceInvariantUUID":"14e557f3-364f-4158-984b-74ced462779b","resources":[{"resourceInstanceName":"pNF c1e59a16-476a 0","resourceName":"pNF c1e59a16-476a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffb303fa-4498-4e29-81cf-74fa44446f46","resourceInvariantUUID":"9dd58676-70d7-448a-84a2-b3e87b5f4684","resourceCustomizationUUID":"f4e7929f-757f-4ee2-a115-21d7784605c2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vf-license-model.xml","artifactChecksum":"YmRiZDZjOGZkNTQxMDQzNzE1MWFmNmIzNDFjMjcxYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94780240-c9e4-474c-bca0-7256a75b2d12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/pNF.csar","artifactChecksum":"Mjg0ZGY1ZDg3NzQwNzk4M2Y5YWIyZWY4ZDEyZjUwZGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3c5db3c-62f4-413f-84ff-67eac2c2b6c3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7440973b-803b-4d81-9f33-1f74745f7ac0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vendor-license-model.xml","artifactChecksum":"MWU2NDVlZmQ5ZmU0ODVmOGM3Y2U2YzYwZmEyOGUwZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ed527a0-e0fa-4c60-a0b2-edea27f0ae77","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3cf1bafc-2ac8-4fc0-a894-a9cde73dc05d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d17a44a-5f5b-47bf-b0ae-8272221ad29c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGdme44heiys6ynw4lgwh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-template.yml","artifactChecksum":"ZTg1MmJiMzYxMmM2OTA0YmIyOWVmZmFkOWJjMzEzZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3df558cd-b2b1-42aa-8c23-b2d98997f29d","artifactVersion":"1"},{"artifactName":"service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar","artifactChecksum":"ODczMTBiZTM4OTcyYjVmYzA0NDU1NDliZWZhZDk0NWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"404563a5-aef5-4175-8b3a-5c56e0285950","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T08:39:20.297Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:39:20.298Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:20.298Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:20.299Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:21.302Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:39:21.304Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:21.305Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:21.306Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:22.310Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:39:22.312Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:22.313Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:22.313Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:23.314Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:39:23.316Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:23.316Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:23.316Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:24.325Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:39:24.326Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:24.326Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:24.327Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:25.331Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:39:25.333Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:25.334Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:25.335Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/resourceInstances/pnfc1e59a16476a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:26.337Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:39:26.338Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:26.340Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:26.342Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:27.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:39:27.347Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:27.348Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:27.348Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:28.350Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"serviceName": "Demo_pNF_gDme44hEIys6YNw4lgWH",
"serviceVersion": "1.0",
"serviceUUID": "ed82e154-debb-42ff-a84a-47c4ab1187c4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "14e557f3-364f-4158-984b-74ced462779b",
"resources": [
{
"resourceInstanceName": "pNF c1e59a16-476a 0",
"resourceCustomizationUUID": "f4e7929f-757f-4ee2-a115-21d7784605c2",
"resourceName": "pNF c1e59a16-476a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "ffb303fa-4498-4e29-81cf-74fa44446f46",
"resourceInvariantUUID": "9dd58676-70d7-448a-84a2-b3e87b5f4684",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"artifactChecksum": "ODczMTBiZTM4OTcyYjVmYzA0NDU1NDliZWZhZDk0NWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "404563a5-aef5-4175-8b3a-5c56e0285950"
}
],
"workloadContext": "Production"
}
2023-02-27T08:39:28.352Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T08:39:28.352Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ed82e154-debb-42ff-a84a-47c4ab1187c4 ASDC
2023-02-27T08:39:28.353Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:446073c3-6131-4ec5-ae96-b513a47803bb
ServiceName:Demo_pNF_gDme44hEIys6YNw4lgWH
ServiceVersion:1.0
ServiceUUID:ed82e154-debb-42ff-a84a-47c4ab1187c4
ServiceInvariantUUID:14e557f3-364f-4158-984b-74ced462779b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
ArtifactUUID:404563a5-aef5-4175-8b3a-5c56e0285950
ArtifactChecksum:ODczMTBiZTM4OTcyYjVmYzA0NDU1NDliZWZhZDk0NWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c1e59a16-476a 0
ResourceCustomizationUUID:f4e7929f-757f-4ee2-a115-21d7784605c2
ResourceInvariantUUID:9dd58676-70d7-448a-84a2-b3e87b5f4684
ResourceName:pNF c1e59a16-476a
ResourceType:PNF
ResourceUUID:ffb303fa-4498-4e29-81cf-74fa44446f46
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-02-27T08:39:28.355Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed82e154-debb-42ff-a84a-47c4ab1187c4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T08:39:28.455Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T08:39:28.456Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-27T08:39:28.456Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-27T08:39:28.457Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 404563a5-aef5-4175-8b3a-5c56e0285950 from URL: /sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:28.457Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-27T08:39:28.457Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:28.562Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-27T08:39:28.570Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar 404563a5-aef5-4175-8b3a-5c56e0285950 88015
2023-02-27T08:39:28.571Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar ASDC sendASDCNotification
2023-02-27T08:39:28.571Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:28.571Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:39:28.571Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:28.572Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:28.573Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487168571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:29.579Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T08:39:29.581Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-27T08:39:29.581Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 404563a5-aef5-4175-8b3a-5c56e0285950, URL: /sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar to file: /app/ASDC/1/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:29.582Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:29.583Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:29.583Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:30.109Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP112678643850605973/Definitions/service-DemoPnfGdme44heiys6ynw4lgwh-template.yml
2023-02-27T08:39:31.946Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T08:39:31.947Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-27T08:39:31.949Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:31.949Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-27T08:39:31.949Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c1e59a16-476a 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-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:31.949Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||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-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:31.949Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:31.950Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||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-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:31.950Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:31.950Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:31.950Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:31.950Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-27T08:39:31.951Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:39:31.951Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gDme44hEIys6YNw4lgWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:39:31.951Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Node template pNF c1e59a16-476a 0 is matching search criteria
2023-02-27T08:39:31.952Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-02-27T08:39:31.952Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c1e59a16-476a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T08:39:31.952Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:39:31.953Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gDme44hEIys6YNw4lgWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:39:31.953Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Node template pNF c1e59a16-476a 0 is matching search criteria
2023-02-27T08:39:31.953Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-02-27T08:39:31.953Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c1e59a16-476a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T08:39:31.953Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:39:31.954Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gDme44hEIys6YNw4lgWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:39:31.954Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:39:31.954Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gDme44hEIys6YNw4lgWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:39:31.954Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:39:31.955Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gDme44hEIys6YNw4lgWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:39:31.955Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:39:31.955Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gDme44hEIys6YNw4lgWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:39:31.956Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:39:31.957Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gDme44hEIys6YNw4lgWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:39:31.957Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_gDme44hEIys6YNw4lgWH
Description:catalog service description
Model UUID:ed82e154-debb-42ff-a84a-47c4ab1187c4
Model Version:NULL
Model InvariantUuid:14e557f3-364f-4158-984b-74ced462779b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T08:39:32.031Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: ffb303fa-4498-4e29-81cf-74fa44446f46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:39:32.060Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||pNF c1e59a16-476a 0
2023-02-27T08:39:32.061Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ffb303fa-4498-4e29-81cf-74fa44446f46
2023-02-27T08:39:32.061Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ed82e154-debb-42ff-a84a-47c4ab1187c4
2023-02-27T08:39:32.061Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ed82e154-debb-42ff-a84a-47c4ab1187c4
2023-02-27T08:39:32.061Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c1e59a16-476a 0 ffb303fa-4498-4e29-81cf-74fa44446f46 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:39:32.100Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e1f6545, org.onap.sdc.toscaparser.api.parameters.Input@2ea1b5b2, org.onap.sdc.toscaparser.api.parameters.Input@746f15e5, org.onap.sdc.toscaparser.api.parameters.Input@7e608853, org.onap.sdc.toscaparser.api.parameters.Input@2b00ff97]
2023-02-27T08:39:32.101Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:39:32.102Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gDme44hEIys6YNw4lgWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:39:32.103Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ed82e154-debb-42ff-a84a-47c4ab1187c4: pNF c1e59a16-476a
2023-02-27T08:39:32.103Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Processing PNF resource: ffb303fa-4498-4e29-81cf-74fa44446f46
2023-02-27T08:39:32.104Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-27T08:39:32.104Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gDme44hEIys6YNw4lgWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T08:39:32.105Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Resource customization UUID: f4e7929f-757f-4ee2-a115-21d7784605c2 is the same as notified resource customizationUUID: f4e7929f-757f-4ee2-a115-21d7784605c2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-27T08:39:32.357Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c1e59a16-476a ffb303fa-4498-4e29-81cf-74fa44446f46 0 ASDC deployResourceStructure
2023-02-27T08:39:32.358Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar ASDC sendASDCNotification
2023-02-27T08:39:32.358Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar
2023-02-27T08:39:32.359Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T08:39:32.359Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:39:32.360Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:39:32.360Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487172358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGdme44heiys6ynw4lgwh/1.0/artifacts/service-DemoPnfGdme44heiys6ynw4lgwh-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:39:33.361Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 446073c3-6131-4ec5-ae96-b513a47803bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:39:33.408Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 446073c3-6131-4ec5-ae96-b513a47803bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T08:39:33.417Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T08:39:33.417Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T08:39:33.418Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T08:39:33.418Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T08:39:33.419Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:39:33.419Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:39:33.419Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:39:33.422Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:39:33.423Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-27T08:39:33.423Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T08:39:33.435Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T08:40:03.440Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 446073c3-6131-4ec5-ae96-b513a47803bb and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T08:40:03.465Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 446073c3-6131-4ec5-ae96-b513a47803bb and serviceModelVersionId: ed82e154-debb-42ff-a84a-47c4ab1187c4
2023-02-27T08:40:03.465Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14e557f3-364f-4158-984b-74ced462779b
2023-02-27T08:40:03.467Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14e557f3-364f-4158-984b-74ced462779b/model-vers/model-ver/ed82e154-debb-42ff-a84a-47c4ab1187c4?depth=0
2023-02-27T08:40:03.473Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T08:40:03.596Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/14e557f3-364f-4158-984b-74ced462779b/model-vers/model-ver/ed82e154-debb-42ff-a84a-47c4ab1187c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-27T08:40:03.598Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/14e557f3-364f-4158-984b-74ced462779b/model-vers/model-ver/ed82e154-debb-42ff-a84a-47c4ab1187c4?depth=0|INFO|500||Invoke
2023-02-27T08:40:03.617Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/14e557f3-364f-4158-984b-74ced462779b/model-vers/model-ver/ed82e154-debb-42ff-a84a-47c4ab1187c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-27T08:40:03.793Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/14e557f3-364f-4158-984b-74ced462779b/model-vers/model-ver/ed82e154-debb-42ff-a84a-47c4ab1187c4?depth=0|INFO|500||InvokeReturn
2023-02-27T08:40:03.794Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/14e557f3-364f-4158-984b-74ced462779b/model-vers/model-ver/ed82e154-debb-42ff-a84a-47c4ab1187c4?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 08:40:02 GMT], content-length=[0], vertex-id=[225440], x-aai-txid=[1-aai-resources-230227-08:40:02:863-36368], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T08:40:03.794Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-02-27T08:40:03.806Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T08:40:03.807Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T08:40:03.818Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T08:40:03.819Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 446073c3-6131-4ec5-ae96-b513a47803bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T08:40:03.819Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T08:40:03.820Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:40:03.820Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:40:03.821Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "446073c3-6131-4ec5-ae96-b513a47803bb",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487203819,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T08:40:04.852Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-27T08:40:04.852Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1f9f7c44-c217-4c9a-b11f-bbeb01787618","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e79e5f34-791e-4a89-93ac-16e55efa5bee","serviceDescription":"service","serviceInvariantUUID":"c3ee66e7-9d26-4011-a2a6-0f36cec8391f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0368802-e7d5-4fad-8d28-9745eb9c76d6","resourceInvariantUUID":"14292059-9d18-40b9-9cca-d8c72682a20b","resourceCustomizationUUID":"7c252bb4-fd0f-4bcf-9323-b04fa5fe31c6","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":"ZjhkZWVjNmQ1YTQ4YzAyMjdhZjk1YjljMWQzZTk0MTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dec997cf-dfac-4703-be96-a304cef64c11","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":"NzY1NDljZTlhMjhlOTUxNDg3MjY0ZWJhNGJjNzdhZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4baeabdb-a238-45f6-9bae-e9c4af2f9b63","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":"dd56c92a-9aea-4dcc-bd57-7e3c8a375416","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":"d453a239-5b7f-4b2a-aecd-964d43f5c4a9","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":"97423ce9-e8af-4597-9c37-26efdf8c2a6a","artifactVersion":"2","generatedFromUUID":"dd56c92a-9aea-4dcc-bd57-7e3c8a375416"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mjc1ZTIzMDRkZTRlZjQwYmYyZDU1YzhlZTgxYjNmNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ccdaab8-4970-4707-a0b2-ab68858fca2a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMyYzM0YTZkNDk2YjZiNTkyNjE3ODIyYmNhMDE1NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3afc1727-f9e0-498f-828b-a8afa85fb81f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T08:40:04.853Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:40:04.854Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:40:04.854Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:40:04.856Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:40:05.857Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:40:05.858Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:40:05.858Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:40:05.858Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:40:06.860Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:40:06.861Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:40:06.861Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:40:06.861Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:40:07.863Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:40:07.864Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:40:07.864Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:40:07.864Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:40:08.865Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:40:08.866Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:40:08.867Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:40:08.867Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:40:09.870Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:40:09.871Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:40:09.871Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:40:09.872Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:40:10.874Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T08:40:10.875Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:40:10.875Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:40:10.875Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487160263,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:40:11.877Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "e79e5f34-791e-4a89-93ac-16e55efa5bee",
"serviceDescription": "service",
"serviceInvariantUUID": "c3ee66e7-9d26-4011-a2a6-0f36cec8391f",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "7c252bb4-fd0f-4bcf-9323-b04fa5fe31c6",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e0368802-e7d5-4fad-8d28-9745eb9c76d6",
"resourceInvariantUUID": "14292059-9d18-40b9-9cca-d8c72682a20b",
"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": "NzY1NDljZTlhMjhlOTUxNDg3MjY0ZWJhNGJjNzdhZTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4baeabdb-a238-45f6-9bae-e9c4af2f9b63",
"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": "dd56c92a-9aea-4dcc-bd57-7e3c8a375416",
"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": "97423ce9-e8af-4597-9c37-26efdf8c2a6a",
"generatedFromUUID": "dd56c92a-9aea-4dcc-bd57-7e3c8a375416"
},
"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": "97423ce9-e8af-4597-9c37-26efdf8c2a6a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YjMyYzM0YTZkNDk2YjZiNTkyNjE3ODIyYmNhMDE1NzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3afc1727-f9e0-498f-828b-a8afa85fb81f"
}
],
"workloadContext": "Production"
}
2023-02-27T08:40:11.878Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T08:40:11.878Z|446073c3-6131-4ec5-ae96-b513a47803bb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e79e5f34-791e-4a89-93ac-16e55efa5bee ASDC
2023-02-27T08:40:11.880Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1f9f7c44-c217-4c9a-b11f-bbeb01787618
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e79e5f34-791e-4a89-93ac-16e55efa5bee
ServiceInvariantUUID:c3ee66e7-9d26-4011-a2a6-0f36cec8391f
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:3afc1727-f9e0-498f-828b-a8afa85fb81f
ArtifactChecksum:YjMyYzM0YTZkNDk2YjZiNTkyNjE3ODIyYmNhMDE1NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7c252bb4-fd0f-4bcf-9323-b04fa5fe31c6
ResourceInvariantUUID:14292059-9d18-40b9-9cca-d8c72682a20b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e0368802-e7d5-4fad-8d28-9745eb9c76d6
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:4baeabdb-a238-45f6-9bae-e9c4af2f9b63
ArtifactChecksum:NzY1NDljZTlhMjhlOTUxNDg3MjY0ZWJhNGJjNzdhZTU=
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:dd56c92a-9aea-4dcc-bd57-7e3c8a375416
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:97423ce9-e8af-4597-9c37-26efdf8c2a6a
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:97423ce9-e8af-4597-9c37-26efdf8c2a6a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-27T08:40:11.880Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e79e5f34-791e-4a89-93ac-16e55efa5bee ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T08:40:12.001Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T08:40:12.002Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-27T08:40:12.003Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-27T08:40:12.003Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3afc1727-f9e0-498f-828b-a8afa85fb81f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-27T08:40:12.003Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-27T08:40:12.004Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-27T08:40:12.180Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-27T08:40:12.184Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3afc1727-f9e0-498f-828b-a8afa85fb81f 75199
2023-02-27T08:40:12.185Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-27T08:40:12.185Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-27T08:40:12.185Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T08:40:12.186Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-27T08:40:12.186Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T08:40:12.186Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f9f7c44-c217-4c9a-b11f-bbeb01787618",
"consumerID": "SO-sdc-controller",
"timestamp": 1677487212185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T08:40:13.187Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T08:40:13.188Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-27T08:40:13.189Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3afc1727-f9e0-498f-828b-a8afa85fb81f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:13.189Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-27T08:40:13.190Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:13.191Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:13.446Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13401947481308805844/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-27T08:40:15.862Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T08:40:15.863Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-27T08:40:15.863Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:15.863Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-27T08:40:15.863Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:15.867Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:15.868Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:15.868Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:15.869Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:15.869Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:15.870Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T08:40:15.870Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-27T08:40:15.871Z|1f9f7c44-c217-4c9a-b11f-bbeb01787618|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery