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-05-24T12:46:40.787Z||main|||||INFO|500||The following profiles are active: basic
2023-05-24T12:46:54.535Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-24T12:46:54.536Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-24T12:46:54.741Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-24T12:46:57.348Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-24T12:46:57.654Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-24T12:46:58.071Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-24T12:46:58.424Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-24T12:46:58.662Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-24T12:46:59.156Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-24T12:47:00.441Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-24T12:47:03.695Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-24T12:47:05.992Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-24T12:47:06.030Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-24T12:47:06.278Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-24T12:47:06.833Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-05-24T12:47:07.662Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-24T12:47:08.603Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-05-24T12:47:09.314Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-24T12:47:09.315Z||main|||||ERROR|500||(conn=1323) Table 'catalogdb.activity_spec' doesn't exist
2023-05-24T12:47:09.341Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-05-24T12:47:11.727Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-05-24T12:47:13.915Z||main|||||WARN|500||---
2023-05-24T12:47:13.916Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-24T12:47:13.916Z||main|||||WARN|500||---
2023-05-24T12:47:14.445Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-24T12:47:18.637Z||main|||||INFO|500||Started Application in 45.101 seconds (JVM running for 48.998)
2023-05-24T12:47:18.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-24T12:47:18.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-24T12:47:18.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-24T12:47:18.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 74525040-f839-43b7-87da-0da30572e984 url= /sdc/v1/artifactTypes
2023-05-24T12:47:18.765Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-24T12:47:19.049Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-24T12:47:19.122Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-05-24T12:47:19.122Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-24T12:47:19.122Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1b4f15ec-3251-46a9-8dbc-3e0a443f66d2 url= /sdc/v1/distributionKafkaData
2023-05-24T12:47:19.123Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-24T12:47:19.157Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-24T12:47:19.166Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@6b500f46
2023-05-24T12:47:19.277Z||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-2373ea16-35b3-4cad-a802-8a0aa95e5cfd
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = true
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.adaptive.partitioning.enable = true
partitioner.availability.timeout.ms = 0
partitioner.class = null
partitioner.ignore.keys = false
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2023-05-24T12:47:19.330Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Instantiated an idempotent producer.
2023-05-24T12:47:19.441Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-05-24T12:47:19.487Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-24T12:47:19.487Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-24T12:47:19.487Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1684932439484
2023-05-24T12:47:19.492Z||scheduling-1|||||INFO|500||start DistributionClient
2023-05-24T12:47:19.549Z||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-b5d24525-58b4-4ab3-a6ea-237785c98446
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = SO
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-05-24T12:47:19.688Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-24T12:47:19.689Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-24T12:47:19.690Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1684932439688
2023-05-24T12:47:19.693Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:47:19.697Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:47:19.701Z||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-b14b640f-4dd4-4c84-b9cf-3b14e42dc645
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = SO
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-05-24T12:47:19.722Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-24T12:47:19.723Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-24T12:47:19.723Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1684932439722
2023-05-24T12:47:19.725Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:47:19.729Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:47:19.735Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-24T12:47:20.493Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Cluster ID: eJyzEwggRoiv22PgziESzA
2023-05-24T12:47:20.493Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 2IarufOzRyKh9xxCMoW2SA
2023-05-24T12:47:20.494Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:20.494Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 2IarufOzRyKh9xxCMoW2SA
2023-05-24T12:47:20.495Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 2IarufOzRyKh9xxCMoW2SA
2023-05-24T12:47:20.495Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:20.495Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 2IarufOzRyKh9xxCMoW2SA
2023-05-24T12:47:20.495Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:20.496Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 2IarufOzRyKh9xxCMoW2SA
2023-05-24T12:47:20.496Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 2IarufOzRyKh9xxCMoW2SA
2023-05-24T12:47:20.496Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] ProducerId set to 1005 with epoch 0
2023-05-24T12:47:20.496Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:20.497Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:20.497Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:20.499Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Cluster ID: eJyzEwggRoiv22PgziESzA
2023-05-24T12:47:20.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Cluster ID: eJyzEwggRoiv22PgziESzA
2023-05-24T12:47:20.501Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-24T12:47:20.501Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-24T12:47:20.534Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] (Re-)joining group
2023-05-24T12:47:20.535Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] (Re-)joining group
2023-05-24T12:47:20.593Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645-2997d06a-de1c-4a4a-bd83-d3e176b15372
2023-05-24T12:47:20.594Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-05-24T12:47:20.594Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] (Re-)joining group
2023-05-24T12:47:20.614Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446-8698749d-0d91-4a4b-9ebd-52989df4ddb8
2023-05-24T12:47:20.615Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-05-24T12:47:20.616Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] (Re-)joining group
2023-05-24T12:47:26.601Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446-8698749d-0d91-4a4b-9ebd-52989df4ddb8', protocol='range'}
2023-05-24T12:47:26.601Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645-2997d06a-de1c-4a4a-bd83-d3e176b15372', protocol='range'}
2023-05-24T12:47:26.679Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:26.680Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:26.681Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:26.681Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:26.681Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:26.682Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, 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 IDE_H9dHREKhdQrRTIB96A
2023-05-24T12:47:26.690Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645-2997d06a-de1c-4a4a-bd83-d3e176b15372=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446-8698749d-0d91-4a4b-9ebd-52989df4ddb8=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-05-24T12:47:26.732Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446-8698749d-0d91-4a4b-9ebd-52989df4ddb8', protocol='range'}
2023-05-24T12:47:26.732Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645-2997d06a-de1c-4a4a-bd83-d3e176b15372', protocol='range'}
2023-05-24T12:47:26.733Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-05-24T12:47:26.733Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-05-24T12:47:26.742Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-24T12:47:26.743Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-24T12:47:26.764Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-24T12:47:26.765Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-24T12:47:26.764Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-24T12:47:26.765Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-24T12:47:26.765Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-24T12:47:26.766Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-24T12:47:26.766Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-24T12:47:26.766Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-24T12:47:26.766Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-24T12:47:26.766Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-24T12:47:26.766Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-24T12:47:26.766Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-24T12:47:26.803Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-24T12:47:26.805Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-24T12:47:26.880Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-24T12:47:26.881Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-24T12:47:26.883Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-24T12:47:26.883Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-24T12:47:26.915Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-24T12:47:26.916Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-24T12:47:26.919Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-24T12:47:26.919Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-24T12:47:26.927Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-24T12:47:26.928Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-24T12:48:19.706Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:48:19.730Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:49:19.708Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:49:19.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:50:19.709Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:50:19.733Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:51:19.710Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:51:19.734Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:52:19.711Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:52:19.735Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:53:19.711Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:53:19.736Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:54:19.713Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:54:19.737Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:55:19.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:55:19.739Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:56:19.716Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:56:19.740Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:56:20.584Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b14b640f-4dd4-4c84-b9cf-3b14e42dc645, groupId=SO] Node -1 disconnected.
2023-05-24T12:56:20.601Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5d24525-58b4-4ab3-a6ea-237785c98446, groupId=SO] Node -1 disconnected.
2023-05-24T12:56:20.781Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Node -1 disconnected.
2023-05-24T12:56:48.221Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-24T12:57:19.718Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:57:19.740Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:58:19.720Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:58:19.741Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T12:59:19.722Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T12:59:19.743Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:00:19.723Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:00:19.745Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:01:19.724Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:01:19.745Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:02:19.726Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:02:19.747Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:03:19.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:03:19.749Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:04:19.730Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:04:19.751Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:05:19.731Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:05:19.752Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:06:19.732Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:06:19.754Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:07:19.733Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:07:19.755Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:08:19.734Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:08:19.757Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:09:19.735Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:09:19.758Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:10:19.736Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:10:19.758Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:11:19.738Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:11:19.760Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:12:19.741Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:12:19.762Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:13:19.742Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:13:19.763Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:14:19.743Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:14:19.765Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:15:19.745Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:15:19.766Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:16:19.747Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:16:19.766Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:17:19.748Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:17:19.768Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:18:19.749Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:18:19.768Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:19:19.751Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:19:19.770Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:20:19.753Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:20:19.771Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:21:19.755Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:21:19.771Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:22:19.756Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:22:19.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:23:19.758Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:23:19.774Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:24:19.759Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:24:19.776Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:25:19.759Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:25:19.776Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:26:19.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:26:19.778Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:27:19.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:27:19.779Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:28:19.763Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:28:19.781Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:29:19.764Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:29:19.785Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:30:19.766Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:30:19.786Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:31:19.767Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:31:19.786Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:32:19.767Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:32:19.788Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:33:19.769Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:33:19.788Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:34:19.771Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:34:19.790Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:35:19.772Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:35:19.792Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:36:19.774Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:36:19.793Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:37:19.776Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:37:19.795Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:38:19.778Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:38:19.795Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:39:19.780Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:39:19.797Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:40:19.782Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:40:19.799Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:41:19.783Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:41:19.800Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:42:19.785Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:42:19.800Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:43:19.785Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:43:19.802Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:44:19.787Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:44:19.803Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:45:19.788Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:45:19.803Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:46:19.789Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:46:19.805Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:47:19.792Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:47:19.807Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:48:19.794Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:48:19.809Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:49:19.795Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:49:19.811Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:50:19.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:50:19.812Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:51:19.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:51:19.813Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:52:19.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:52:19.815Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:53:19.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:53:19.816Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:54:19.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:54:19.816Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:55:19.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:55:19.818Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:56:19.804Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:56:19.818Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:57:19.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:57:19.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:58:19.807Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:58:19.821Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:19.808Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T13:59:19.821Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:22.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-24T13:59:22.008Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"7422f767-f450-4bb6-ae00-cde6485e22d1","serviceName":"basic_onboard_PqsQvL","serviceVersion":"1.0","serviceUUID":"3e701344-fce5-4bc4-8445-cb4ad47e10f2","serviceDescription":"service","serviceInvariantUUID":"58ebf594-d8c9-457d-9ad6-4eea6e64c73b","resources":[{"resourceInstanceName":"basic_onboard_PqsQvL 0","resourceName":"basic_onboard_PqsQvL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"84dccb1c-943a-4f6d-9c9e-0a737e097b07","resourceInvariantUUID":"fe06db03-e14d-4511-b6df-cc8cf44fb771","resourceCustomizationUUID":"9604b36a-f5ad-40a7-a4eb-a6ed34952e3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vf-license-model.xml","artifactChecksum":"MmVmMzE3NDgzMjVlMWQzZWU1M2ExNmU3Mjk0MjEwOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8eab85d9-ee79-4b4a-9c84-056d400ea610","artifactVersion":"1"},{"artifactName":"basic_onboard_pqsqvl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json","artifactChecksum":"NDUxMmJmNjIzYWU5NGEyN2I4MTdhY2Y5NzQ2NzMxNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"168f0175-7012-49cf-847d-ac35b068bd25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7ecd7863-ce1f-49db-9f86-127981239f84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"560af328-5360-441b-8fca-49962f414d1d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"827ae6e3-8af6-43c5-bbde-c06a9566a06b","artifactVersion":"2","generatedFromUUID":"7ecd7863-ce1f-49db-9f86-127981239f84"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPqsqvl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-template.yml","artifactChecksum":"N2E1ZGFjNDQ0YzYyODg4OWQzMzkyMmJlYWE4OWIxMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f4d0b48-ea61-4551-a99f-0960c19e4019","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPqsqvl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar","artifactChecksum":"ZjA0ZmQ4ZTEyMDc2NDVlYmY0NTNlNTY5NTE5YTBiYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"840d4cc8-2d96-49a3-b6be-68821bbc31a5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-24T13:59:22.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T13:59:22.042Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:22.043Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:22.043Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:22.053Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T13:59:22.053Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T13:59:22.054Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T13:59:22.054Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T13:59:22.055Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T13:59:22.055Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T13:59:22.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T13:59:22.145Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "cds-sdc-listener",
"timestamp": 1684936713095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T13:59:22.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T13:59:22.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T13:59:22.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "policy-distribution-id",
"timestamp": 1684936747315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T13:59:22.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T13:59:23.093Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T13:59:23.094Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:23.094Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:23.095Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:24.098Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T13:59:24.099Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:24.100Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:24.100Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:25.102Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T13:59:25.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:25.104Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:25.104Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:26.106Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T13:59:26.106Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:26.106Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:26.107Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:27.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T13:59:27.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:27.108Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:27.109Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:28.109Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T13:59:28.110Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:28.110Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:28.111Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:29.114Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"serviceName": "basic_onboard_PqsQvL",
"serviceVersion": "1.0",
"serviceUUID": "3e701344-fce5-4bc4-8445-cb4ad47e10f2",
"serviceDescription": "service",
"serviceInvariantUUID": "58ebf594-d8c9-457d-9ad6-4eea6e64c73b",
"resources": [
{
"resourceInstanceName": "basic_onboard_PqsQvL 0",
"resourceCustomizationUUID": "9604b36a-f5ad-40a7-a4eb-a6ed34952e3d",
"resourceName": "basic_onboard_PqsQvL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "84dccb1c-943a-4f6d-9c9e-0a737e097b07",
"resourceInvariantUUID": "fe06db03-e14d-4511-b6df-cc8cf44fb771",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pqsqvl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"artifactChecksum": "NDUxMmJmNjIzYWU5NGEyN2I4MTdhY2Y5NzQ2NzMxNGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "168f0175-7012-49cf-847d-ac35b068bd25",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7ecd7863-ce1f-49db-9f86-127981239f84",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "827ae6e3-8af6-43c5-bbde-c06a9566a06b",
"generatedFromUUID": "7ecd7863-ce1f-49db-9f86-127981239f84"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "827ae6e3-8af6-43c5-bbde-c06a9566a06b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPqsqvl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"artifactChecksum": "ZjA0ZmQ4ZTEyMDc2NDVlYmY0NTNlNTY5NTE5YTBiYmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "840d4cc8-2d96-49a3-b6be-68821bbc31a5"
}
],
"workloadContext": "Production"
}
2023-05-24T13:59:29.115Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-24T13:59:29.116Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3e701344-fce5-4bc4-8445-cb4ad47e10f2 ASDC
2023-05-24T13:59:29.283Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7422f767-f450-4bb6-ae00-cde6485e22d1
ServiceName:basic_onboard_PqsQvL
ServiceVersion:1.0
ServiceUUID:3e701344-fce5-4bc4-8445-cb4ad47e10f2
ServiceInvariantUUID:58ebf594-d8c9-457d-9ad6-4eea6e64c73b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPqsqvl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar
ArtifactUUID:840d4cc8-2d96-49a3-b6be-68821bbc31a5
ArtifactChecksum:ZjA0ZmQ4ZTEyMDc2NDVlYmY0NTNlNTY5NTE5YTBiYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PqsQvL 0
ResourceCustomizationUUID:9604b36a-f5ad-40a7-a4eb-a6ed34952e3d
ResourceInvariantUUID:fe06db03-e14d-4511-b6df-cc8cf44fb771
ResourceName:basic_onboard_PqsQvL
ResourceType:VF
ResourceUUID:84dccb1c-943a-4f6d-9c9e-0a737e097b07
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pqsqvl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json
ArtifactUUID:168f0175-7012-49cf-847d-ac35b068bd25
ArtifactChecksum:NDUxMmJmNjIzYWU5NGEyN2I4MTdhY2Y5NzQ2NzMxNGY=
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/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7ecd7863-ce1f-49db-9f86-127981239f84
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/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env
ArtifactUUID:827ae6e3-8af6-43c5-bbde-c06a9566a06b
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/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env
ArtifactUUID:827ae6e3-8af6-43c5-bbde-c06a9566a06b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-24T13:59:29.283Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e701344-fce5-4bc4-8445-cb4ad47e10f2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T13:59:29.613Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-24T13:59:29.614Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T13:59:29.616Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T13:59:29.616Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 840d4cc8-2d96-49a3-b6be-68821bbc31a5 from URL: /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:29.617Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-24T13:59:29.617Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:29.767Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-24T13:59:29.817Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar 840d4cc8-2d96-49a3-b6be-68821bbc31a5 75661
2023-05-24T13:59:29.819Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar ASDC sendASDCNotification
2023-05-24T13:59:29.820Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:29.821Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T13:59:29.822Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:29.823Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:29.823Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936769818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:30.824Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-24T13:59:30.825Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T13:59:30.825Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 840d4cc8-2d96-49a3-b6be-68821bbc31a5, URL: /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar to file: /app/ASDC/1/service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:30.826Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:30.899Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:30.899Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:31.346Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8614751703077585829/Definitions/service-BasicOnboardPqsqvl-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-05-24T13:59:32.713Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-24T13:59:32.719Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-24T13:59:32.719Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:32.719Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-24T13:59:32.719Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:32.719Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||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-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:32.719Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PqsQvL 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-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:32.719Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||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-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:32.720Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||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-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:32.720Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:32.720Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||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-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:32.720Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-24T13:59:32.728Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.729Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:32.733Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is matching search criteria
2023-05-24T13:59:32.733Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-24T13:59:32.735Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_PqsQvL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-24T13:59:32.737Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.737Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:32.737Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is matching search criteria
2023-05-24T13:59:32.737Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-24T13:59:32.737Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_PqsQvL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-24T13:59:32.737Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.738Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:32.741Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.741Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is not matching search criteria
2023-05-24T13:59:32.741Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-24T13:59:32.742Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-24T13:59:32.742Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-24T13:59:32.742Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-24T13:59:32.742Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-24T13:59:32.742Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.742Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-24T13:59:32.743Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.744Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is matching search criteria
2023-05-24T13:59:32.744Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_PqsQvL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T13:59:32.744Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.744Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is matching search criteria
2023-05-24T13:59:32.745Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_PqsQvL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T13:59:32.745Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.745Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is matching search criteria
2023-05-24T13:59:32.745Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_PqsQvL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T13:59:32.745Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.745Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is not matching search criteria
2023-05-24T13:59:32.745Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-24T13:59:32.745Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-24T13:59:32.746Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8c20c594-3579-4a95-9b5a-2f9557f0e803
2023-05-24T13:59:32.746Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.747Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:32.747Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.747Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:32.747Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.747Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:32.747Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:32.747Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:32.747Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_PqsQvL
Description:service
Model UUID:3e701344-fce5-4bc4-8445-cb4ad47e10f2
Model Version:NULL
Model InvariantUuid:58ebf594-d8c9-457d-9ad6-4eea6e64c73b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_PqsQvL
Model UUID:0a538759-b36e-4359-b0e4-59931cedc8d7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fe06db03-e14d-4511-b6df-cc8cf44fb771
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9604b36a-f5ad-40a7-a4eb-a6ed34952e3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4b7475dc-107a-42b5-9229-52c11880d1a8
ModelName:BasicOnboardPqsqvl..base_ubuntu18..module-0
ModelUuid:7334e23d-522a-45a3-a6ff-f1a418d53465
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8c20c594-3579-4a95-9b5a-2f9557f0e803
ModelInvariantUuid:d18f6611-3214-486d-bfe7-8c428b980475
ModelName:basic_onboard_PqsQvL-nodes.ubuntu18Cvfc
ModelUuid:00565cab-fe19-4c15-b9df-ba75207f5046
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a1abf2bb-87a6-426c-9bbc-1c86f71d19b9
ModelInvariantUuid:394160c8-cae3-4df4-908f-534515e478e4
ModelName:BasicOnboardPqsqvl.compute.nodes.heat.ubuntu18
ModelUuid:b4024d69-b4d7-4f66-bc3c-6481ce7ceb19
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-24T13:59:32.791Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 84dccb1c-943a-4f6d-9c9e-0a737e097b07
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T13:59:32.902Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||basic_onboard_PqsQvL 0
2023-05-24T13:59:32.908Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 84dccb1c-943a-4f6d-9c9e-0a737e097b07
2023-05-24T13:59:32.908Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 168f0175-7012-49cf-847d-ac35b068bd25 from URL: /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json
2023-05-24T13:59:32.908Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-24T13:59:32.909Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json
2023-05-24T13:59:33.057Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-24T13:59:33.058Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json 168f0175-7012-49cf-847d-ac35b068bd25 798
2023-05-24T13:59:33.058Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json ASDC sendASDCNotification
2023-05-24T13:59:33.058Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json
2023-05-24T13:59:33.058Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T13:59:33.058Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:33.058Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:33.058Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936773058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:34.060Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPqsqvl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4b7475dc-107a-42b5-9229-52c11880d1a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7334e23d-522a-45a3-a6ff-f1a418d53465",
"vfModuleModelCustomizationUUID": "aadac081-043b-4d6e-b131-f1b47ad580b0",
"isBase": true,
"artifacts": [
"7ecd7863-ce1f-49db-9f86-127981239f84",
"827ae6e3-8af6-43c5-bbde-c06a9566a06b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-05-24T13:59:34.077Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPqsqvl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7334e23d-522a-45a3-a6ff-f1a418d53465
VfModuleModelInvariantUUID:4b7475dc-107a-42b5-9229-52c11880d1a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ecd7863-ce1f-49db-9f86-127981239f84
,
827ae6e3-8af6-43c5-bbde-c06a9566a06b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-05-24T13:59:34.081Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPqsqvl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4b7475dc-107a-42b5-9229-52c11880d1a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7334e23d-522a-45a3-a6ff-f1a418d53465",
"vfModuleModelCustomizationUUID": "aadac081-043b-4d6e-b131-f1b47ad580b0",
"isBase": true,
"artifacts": [
"7ecd7863-ce1f-49db-9f86-127981239f84",
"827ae6e3-8af6-43c5-bbde-c06a9566a06b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-05-24T13:59:34.082Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPqsqvl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7334e23d-522a-45a3-a6ff-f1a418d53465
VfModuleModelInvariantUUID:4b7475dc-107a-42b5-9229-52c11880d1a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ecd7863-ce1f-49db-9f86-127981239f84
,
827ae6e3-8af6-43c5-bbde-c06a9566a06b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-05-24T13:59:34.082Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7ecd7863-ce1f-49db-9f86-127981239f84 from URL: /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml
2023-05-24T13:59:34.082Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-24T13:59:34.082Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml
2023-05-24T13:59:34.288Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-24T13:59:34.289Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml 7ecd7863-ce1f-49db-9f86-127981239f84 5033
2023-05-24T13:59:34.289Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-24T13:59:34.289Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml
2023-05-24T13:59:34.289Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T13:59:34.289Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:34.290Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:34.290Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936774289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:35.291Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 827ae6e3-8af6-43c5-bbde-c06a9566a06b from URL: /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env
2023-05-24T13:59:35.292Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-24T13:59:35.292Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env
2023-05-24T13:59:35.426Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-24T13:59:35.427Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env 827ae6e3-8af6-43c5-bbde-c06a9566a06b 909
2023-05-24T13:59:35.427Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-24T13:59:35.427Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env
2023-05-24T13:59:35.427Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T13:59:35.428Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:35.428Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:35.428Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936775427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:36.429Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3e701344-fce5-4bc4-8445-cb4ad47e10f2
2023-05-24T13:59:36.429Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PqsQvL 0 84dccb1c-943a-4f6d-9c9e-0a737e097b07 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T13:59:36.486Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b6bb77f, org.onap.sdc.toscaparser.api.parameters.Input@3ddb5b4, org.onap.sdc.toscaparser.api.parameters.Input@5610041e, org.onap.sdc.toscaparser.api.parameters.Input@71a97a0d, org.onap.sdc.toscaparser.api.parameters.Input@171ffb08]
2023-05-24T13:59:36.491Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.492Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:36.492Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-05-24T13:59:36.492Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9604b36a-f5ad-40a7-a4eb-a6ed34952e3d
2023-05-24T13:59:36.492Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9604b36a-f5ad-40a7-a4eb-a6ed34952e3d matches Tosca VF Customization UUID: 9604b36a-f5ad-40a7-a4eb-a6ed34952e3d
2023-05-24T13:59:36.493Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9604b36a-f5ad-40a7-a4eb-a6ed34952e3d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-24T13:59:36.505Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.505Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:36.507Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9604b36a-f5ad-40a7-a4eb-a6ed34952e3d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-24T13:59:36.508Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56ad156e
2023-05-24T13:59:36.508Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.508Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-24T13:59:36.509Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aadac081-043b-4d6e-b131-f1b47ad580b0
2023-05-24T13:59:36.510Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aadac081-043b-4d6e-b131-f1b47ad580b0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-24T13:59:36.522Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.522Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is matching search criteria
2023-05-24T13:59:36.522Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_PqsQvL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T13:59:36.523Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.524Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is matching search criteria
2023-05-24T13:59:36.524Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_PqsQvL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T13:59:36.524Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.524Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is not matching search criteria
2023-05-24T13:59:36.525Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-24T13:59:36.525Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-24T13:59:36.525Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8c20c594-3579-4a95-9b5a-2f9557f0e803
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-24T13:59:36.540Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.540Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is matching search criteria
2023-05-24T13:59:36.541Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_PqsQvL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T13:59:36.541Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.541Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_PqsQvL 0 is matching search criteria
2023-05-24T13:59:36.541Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_PqsQvL 0] matching following query criteria: sdcType=VF, customizationUUID=9604b36a-f5ad-40a7-a4eb-a6ed34952e3d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T13:59:36.549Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.549Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:36.550Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3e701344-fce5-4bc4-8445-cb4ad47e10f2: basic_onboard_PqsQvL
2023-05-24T13:59:36.550Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.550Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:36.550Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.551Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:36.551Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.551Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:36.551Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.551Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:36.551Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T13:59:36.552Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_PqsQvL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T13:59:36.552Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_PqsQvL
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T13:59:36.967Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PqsQvL 84dccb1c-943a-4f6d-9c9e-0a737e097b07 1 ASDC deployResourceStructure
2023-05-24T13:59:36.968Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json ASDC sendASDCNotification
2023-05-24T13:59:36.968Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json
2023-05-24T13:59:36.968Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-24T13:59:36.969Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:36.969Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:36.969Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936776968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:37.970Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-24T13:59:37.971Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml
2023-05-24T13:59:37.971Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-24T13:59:37.972Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:37.972Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:37.972Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936777970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:38.973Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-24T13:59:38.974Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env
2023-05-24T13:59:38.974Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-24T13:59:38.974Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:38.975Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:38.975Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936778973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:39.976Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar ASDC sendASDCNotification
2023-05-24T13:59:39.977Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar
2023-05-24T13:59:39.977Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-24T13:59:39.978Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T13:59:39.978Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T13:59:39.979Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936779976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T13:59:40.980Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T13:59:41.034Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T13:59:41.040Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T13:59:41.041Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-24T13:59:41.041Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-24T14:00:11.041Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:00:11.068Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:00:11.073Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:00:11.074Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-24T14:00:11.074Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-24T14:00:19.727Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:00:19.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:00:19.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936745957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:00:19.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:00:41.075Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:00:41.097Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:00:41.102Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:00:41.103Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-24T14:00:41.103Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-24T14:01:11.103Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:01:11.133Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:01:11.140Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:01:11.141Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-24T14:01:11.141Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-24T14:01:19.727Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:01:19.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.735Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1684936743400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.736Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.737Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "aai-model-loader",
"timestamp": 1684936759869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.737Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.737Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.737Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.738Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684936754132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.738Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936745957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "cds-sdc-listener",
"timestamp": 1684936713095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "policy-distribution-id",
"timestamp": 1684936747315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1684936743400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.740Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "aai-model-loader",
"timestamp": 1684936759869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.740Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684936754132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "cds-sdc-listener",
"timestamp": 1684936713095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.742Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936745957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.743Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.743Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "policy-distribution-id",
"timestamp": 1684936747315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.744Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "aai-model-loader",
"timestamp": 1684936759869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.744Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1684936743400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.745Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.745Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.745Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.745Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684936754132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.745Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.746Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "cds-sdc-listener",
"timestamp": 1684936713095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.746Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936745957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.746Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "policy-distribution-id",
"timestamp": 1684936747315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.747Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1684936743400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.747Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "aai-model-loader",
"timestamp": 1684936759869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.748Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.748Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.748Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684936754132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.748Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.749Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "cds-sdc-listener",
"timestamp": 1684936713095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.749Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.749Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936745957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.749Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.750Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "policy-distribution-id",
"timestamp": 1684936747315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.750Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.750Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1684936743400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.750Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.751Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "aai-model-loader",
"timestamp": 1684936759869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.751Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.752Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684936754132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.752Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "cds-sdc-listener",
"timestamp": 1684936713095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.753Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936745957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.753Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1684936743400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.754Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "policy-distribution-id",
"timestamp": 1684936747315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.754Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "aai-model-loader",
"timestamp": 1684936759869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.754Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.755Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684936754132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.755Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "cds-sdc-listener",
"timestamp": 1684936713095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.756Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936745957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.756Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1684936743400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:01:19.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.757Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "aai-model-loader",
"timestamp": 1684936759869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.757Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "policy-distribution-id",
"timestamp": 1684936747315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.758Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936759808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.758Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684936754132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:01:19.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.758Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "policy-distribution-id",
"timestamp": 1684936769739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.759Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "cds-sdc-listener",
"timestamp": 1684936769246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.759Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936769260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "aai-model-loader",
"timestamp": 1684936770185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936769818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684936769931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "policy-distribution-id",
"timestamp": 1684936770760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:01:19.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "cds-sdc-listener",
"timestamp": 1684936770267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:01:19.780Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7422f767-f450-4bb6-ae00-cde6485e22d1
2023-05-24T14:01:19.780Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7422f767-f450-4bb6-ae00-cde6485e22d1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:01:19.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936770407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "policy-distribution-id",
"timestamp": 1684936771764,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:01:19.822Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7422f767-f450-4bb6-ae00-cde6485e22d1
2023-05-24T14:01:19.822Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7422f767-f450-4bb6-ae00-cde6485e22d1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:01:19.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.846Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936771528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.846Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.846Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936772680,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:01:19.862Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7422f767-f450-4bb6-ae00-cde6485e22d1
2023-05-24T14:01:19.862Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7422f767-f450-4bb6-ae00-cde6485e22d1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-24T14:01:19.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936773058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "multicloud-k8s",
"timestamp": 1684936773684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-24T14:01:19.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684936774026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:01:19.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936774289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684936775036,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:01:19.893Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7422f767-f450-4bb6-ae00-cde6485e22d1
2023-05-24T14:01:19.893Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7422f767-f450-4bb6-ae00-cde6485e22d1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:01:19.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.913Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936775427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:01:19.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.913Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936776968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/basic_onboard_pqsqvl0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-24T14:01:19.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.913Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936777970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-05-24T14:01:19.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.914Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936778973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/resourceInstances/basic_onboard_pqsqvl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-05-24T14:01:19.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.914Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936779976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:01:19.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.914Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "aai-model-loader",
"timestamp": 1684936783533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqsqvl/1.0/artifacts/service-BasicOnboardPqsqvl-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:01:19.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:01:19.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:01:19.914Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "aai-model-loader",
"timestamp": 1684936784538,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:01:19.926Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7422f767-f450-4bb6-ae00-cde6485e22d1
2023-05-24T14:01:19.926Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7422f767-f450-4bb6-ae00-cde6485e22d1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:01:41.141Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:01:41.169Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:01:41.176Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:01:41.177Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-24T14:01:41.177Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-24T14:01:41.177Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-24T14:01:41.178Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:01:41.178Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:01:41.178Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:01:41.179Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:01:41.179Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:01:41.179Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:01:41.195Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-24T14:02:11.195Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7422f767-f450-4bb6-ae00-cde6485e22d1 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-24T14:02:11.212Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7422f767-f450-4bb6-ae00-cde6485e22d1 and serviceModelVersionId: 3e701344-fce5-4bc4-8445-cb4ad47e10f2
2023-05-24T14:02:11.213Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58ebf594-d8c9-457d-9ad6-4eea6e64c73b
2023-05-24T14:02:19.727Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:02:26.271Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58ebf594-d8c9-457d-9ad6-4eea6e64c73b/model-vers/model-ver/3e701344-fce5-4bc4-8445-cb4ad47e10f2?depth=0
2023-05-24T14:02:26.376Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-24T14:02:26.834Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58ebf594-d8c9-457d-9ad6-4eea6e64c73b/model-vers/model-ver/3e701344-fce5-4bc4-8445-cb4ad47e10f2?depth=0|INFO|500||Invoke
2023-05-24T14:02:26.838Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58ebf594-d8c9-457d-9ad6-4eea6e64c73b/model-vers/model-ver/3e701344-fce5-4bc4-8445-cb4ad47e10f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58ebf594-d8c9-457d-9ad6-4eea6e64c73b/model-vers/model-ver/3e701344-fce5-4bc4-8445-cb4ad47e10f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7422f767-f450-4bb6-ae00-cde6485e22d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d1b8f2e-523f-4887-a0cb-b32b6bb0c0df], X-ECOMP-RequestID=[7422f767-f450-4bb6-ae00-cde6485e22d1], X-TransactionId=[], X-ONAP-RequestID=[7422f767-f450-4bb6-ae00-cde6485e22d1], Content-Type=[application/merge-patch+json]}
2023-05-24T14:02:26.863Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58ebf594-d8c9-457d-9ad6-4eea6e64c73b/model-vers/model-ver/3e701344-fce5-4bc4-8445-cb4ad47e10f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-24T14:02:27.250Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58ebf594-d8c9-457d-9ad6-4eea6e64c73b/model-vers/model-ver/3e701344-fce5-4bc4-8445-cb4ad47e10f2?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/58ebf594-d8c9-457d-9ad6-4eea6e64c73b/model-vers/model-ver/3e701344-fce5-4bc4-8445-cb4ad47e10f2?depth=0 has http status code:200 and response headers:{date=[Wed, 24 May 2023 14:02:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[341], vertex-id=[172088], x-aai-txid=[1-aai-resources-230524-14:02:26:311-92438], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-24T14:02:27.253Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58ebf594-d8c9-457d-9ad6-4eea6e64c73b/model-vers/model-ver/3e701344-fce5-4bc4-8445-cb4ad47e10f2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-24T14:02:27.254Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58ebf594-d8c9-457d-9ad6-4eea6e64c73b/model-vers/model-ver/3e701344-fce5-4bc4-8445-cb4ad47e10f2?depth=0|INFO|500||InvokeReturn
2023-05-24T14:02:27.262Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-24T14:02:27.262Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:02:27.282Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-05-24T14:02:27.284Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7422f767-f450-4bb6-ae00-cde6485e22d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-24T14:02:27.285Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-24T14:02:27.286Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:02:27.286Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:02:27.287Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936947284,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:02:27.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-24T14:02:27.321Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7422f767-f450-4bb6-ae00-cde6485e22d1",
"consumerID": "SO-sdc-controller",
"timestamp": 1684936947284,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-24T14:02:27.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-24T14:02:28.312Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:03:19.727Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:03:28.313Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:04:19.733Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:04:28.313Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:05:19.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:05:28.315Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:06:19.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:06:28.317Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:07:19.734Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:07:28.318Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:08:19.736Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:08:28.319Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:09:19.737Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:09:28.320Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:10:19.737Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:10:28.322Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:11:19.738Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:11:28.323Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:11:51.245Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Node 1 disconnected.
2023-05-24T14:12:19.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:12:28.324Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:12:59.702Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-24T14:12:59.702Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"2c8f7c4c-3431-47d0-a0cc-c0901486d596","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"86b17051-e362-453f-8778-08250c183591","serviceDescription":"service","serviceInvariantUUID":"653e8c18-8aa5-4b1f-8894-a35acf7a7dfd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"680b052a-b380-4af0-a867-403b2229ea17","resourceInvariantUUID":"37f67264-7499-4091-943b-bff73f124227","resourceCustomizationUUID":"6bc13461-913d-4ad5-90a6-cc633f39a5ab","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":"ZWJkZTZlYTQwNTFkMWE3YTdkZjQzYWFmOWE1YTBjMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"428cee7d-2e29-482e-95f4-e186c9c42a68","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjgyMmMyYTBhMWI3ZDUzNDc2OTJhZjYxMzVlNzk1NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8034fdd-3bcf-4b88-9e2a-30a3dd344c98","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-24T14:12:59.706Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:12:59.707Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:12:59.707Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:12:59.707Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937548324,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:12:59.713Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T14:12:59.713Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T14:12:59.714Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T14:12:59.714Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T14:12:59.714Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T14:12:59.714Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 2IarufOzRyKh9xxCMoW2SA
2023-05-24T14:12:59.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:12:59.749Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "policy-distribution-id",
"timestamp": 1684937552787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:12:59.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:13:00.716Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:13:00.717Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:13:00.717Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:13:00.717Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937548324,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:13:01.718Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "86b17051-e362-453f-8778-08250c183591",
"serviceDescription": "service",
"serviceInvariantUUID": "653e8c18-8aa5-4b1f-8894-a35acf7a7dfd",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6bc13461-913d-4ad5-90a6-cc633f39a5ab",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "680b052a-b380-4af0-a867-403b2229ea17",
"resourceInvariantUUID": "37f67264-7499-4091-943b-bff73f124227",
"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": "NjgyMmMyYTBhMWI3ZDUzNDc2OTJhZjYxMzVlNzk1NzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a8034fdd-3bcf-4b88-9e2a-30a3dd344c98"
}
],
"workloadContext": "Production"
}
2023-05-24T14:13:01.719Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-24T14:13:01.719Z|7422f767-f450-4bb6-ae00-cde6485e22d1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 86b17051-e362-453f-8778-08250c183591 ASDC
2023-05-24T14:13:01.720Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2c8f7c4c-3431-47d0-a0cc-c0901486d596
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:86b17051-e362-453f-8778-08250c183591
ServiceInvariantUUID:653e8c18-8aa5-4b1f-8894-a35acf7a7dfd
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:a8034fdd-3bcf-4b88-9e2a-30a3dd344c98
ArtifactChecksum:NjgyMmMyYTBhMWI3ZDUzNDc2OTJhZjYxMzVlNzk1NzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6bc13461-913d-4ad5-90a6-cc633f39a5ab
ResourceInvariantUUID:37f67264-7499-4091-943b-bff73f124227
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:680b052a-b380-4af0-a867-403b2229ea17
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-05-24T14:13:01.720Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86b17051-e362-453f-8778-08250c183591 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:13:01.787Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-24T14:13:01.789Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T14:13:01.790Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T14:13:01.791Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a8034fdd-3bcf-4b88-9e2a-30a3dd344c98 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-24T14:13:01.791Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-24T14:13:01.791Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-24T14:13:02.003Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-24T14:13:02.005Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a8034fdd-3bcf-4b88-9e2a-30a3dd344c98 57786
2023-05-24T14:13:02.005Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-24T14:13:02.005Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-24T14:13:02.005Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T14:13:02.006Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:13:02.006Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:13:02.006Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937582005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:13:03.007Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-24T14:13:03.008Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T14:13:03.008Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a8034fdd-3bcf-4b88-9e2a-30a3dd344c98, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.009Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-24T14:13:03.009Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.010Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.083Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11134646890077899706/Definitions/service-BasicNetwork-template.yml
2023-05-24T14:13:03.548Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-24T14:13:03.548Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-24T14:13:03.548Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.548Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-24T14:13:03.548Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.549Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-24T14:13:03.550Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-24T14:13:03.550Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-24T14:13:03.550Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.550Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.550Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-24T14:13:03.550Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-24T14:13:03.550Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-24T14:13:03.550Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.551Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.551Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.551Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.551Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.551Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.551Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.552Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.552Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.552Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.552Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:86b17051-e362-453f-8778-08250c183591
Model Version:NULL
Model InvariantUuid:653e8c18-8aa5-4b1f-8894-a35acf7a7dfd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:37f67264-7499-4091-943b-bff73f124227
Model UUID:cf066cc4-e64d-427b-9a5e-6fbf0a491421
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6bc13461-913d-4ad5-90a6-cc633f39a5ab
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-24T14:13:03.568Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 680b052a-b380-4af0-a867-403b2229ea17
2023-05-24T14:13:03.568Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||No resources found for Service: 86b17051-e362-453f-8778-08250c183591
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:13:03.574Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||
2023-05-24T14:13:03.575Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-05-24T14:13:03.575Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 86b17051-e362-453f-8778-08250c183591
2023-05-24T14:13:03.576Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 86b17051-e362-453f-8778-08250c183591
2023-05-24T14:13:03.576Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-05-24T14:13:03.576Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:13:03.586Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4699850, org.onap.sdc.toscaparser.api.parameters.Input@5f0c33d1, org.onap.sdc.toscaparser.api.parameters.Input@70e41dfd, org.onap.sdc.toscaparser.api.parameters.Input@323f5f31, org.onap.sdc.toscaparser.api.parameters.Input@7a5cfa3e]
2023-05-24T14:13:03.588Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.588Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.588Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.588Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.588Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 86b17051-e362-453f-8778-08250c183591: Generic NeutronNet
2023-05-24T14:13:03.588Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.589Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.589Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.589Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-05-24T14:13:03.629Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.629Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.629Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.629Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.629Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:13:03.630Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:13:03.630Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-24T14:13:03.750Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-05-24T14:13:03.751Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-24T14:13:03.751Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-24T14:13:03.751Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-24T14:13:03.751Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:13:03.751Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:13:03.751Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937583751,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:13:04.752Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:13:04.778Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:13:04.783Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:13:04.783Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-24T14:13:04.783Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-24T14:13:19.727Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:13:19.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:13:19.729Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "aai-model-loader",
"timestamp": 1684937569869,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:13:19.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:13:34.783Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:13:34.813Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:13:34.819Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:13:34.820Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-24T14:13:34.820Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-24T14:14:04.821Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:14:04.847Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:14:04.853Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:14:04.854Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-24T14:14:04.854Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-24T14:14:19.727Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:14:19.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937551295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:14:19.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "multicloud-k8s",
"timestamp": 1684937554744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:14:19.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937548324,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:14:19.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937568208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:14:19.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "aai-model-loader",
"timestamp": 1684937569869,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:14:19.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937548324,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:14:19.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "policy-distribution-id",
"timestamp": 1684937552787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:14:19.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "multicloud-k8s",
"timestamp": 1684937554744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:14:19.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937568208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937551295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937582005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "policy-distribution-id",
"timestamp": 1684937582307,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "aai-model-loader",
"timestamp": 1684937582737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937581816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "policy-distribution-id",
"timestamp": 1684937583309,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937582824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:14:19.753Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c8f7c4c-3431-47d0-a0cc-c0901486d596
2023-05-24T14:14:19.753Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c8f7c4c-3431-47d0-a0cc-c0901486d596 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:14:19.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.780Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937583751,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:14:19.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.781Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "policy-distribution-id",
"timestamp": 1684937584311,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:14:19.796Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c8f7c4c-3431-47d0-a0cc-c0901486d596
2023-05-24T14:14:19.796Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c8f7c4c-3431-47d0-a0cc-c0901486d596 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:14:19.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.821Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "aai-model-loader",
"timestamp": 1684937586856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:14:19.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.822Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "aai-model-loader",
"timestamp": 1684937587859,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:14:19.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c8f7c4c-3431-47d0-a0cc-c0901486d596
2023-05-24T14:14:19.833Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c8f7c4c-3431-47d0-a0cc-c0901486d596 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:14:19.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.855Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937594132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:14:19.855Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.855Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937594132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:14:19.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.856Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937596955,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:14:19.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:19.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:14:19.856Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937598800,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:14:19.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:14:34.854Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:14:34.887Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:14:34.894Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:14:34.895Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-24T14:14:34.895Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-24T14:14:34.896Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-24T14:15:04.896Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:15:04.924Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:15:04.931Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:15:04.932Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-24T14:15:04.932Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-24T14:15:04.933Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-24T14:15:19.727Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:15:19.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.738Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937599806,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:15:19.769Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c8f7c4c-3431-47d0-a0cc-c0901486d596
2023-05-24T14:15:19.769Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c8f7c4c-3431-47d0-a0cc-c0901486d596 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:15:19.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.798Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937585313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.799Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937599869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.799Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937603112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.800Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937583828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.800Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "multicloud-k8s",
"timestamp": 1684937581546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.801Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937585313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.801Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937603112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.801Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937583828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.802Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "multicloud-k8s",
"timestamp": 1684937581546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.802Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937599869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.803Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937585313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.803Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.803Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937599869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.803Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.804Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937603112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.804Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "multicloud-k8s",
"timestamp": 1684937581546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.805Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937583828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.805Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937603112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.805Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937585313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.806Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937599869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.806Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "multicloud-k8s",
"timestamp": 1684937581546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.807Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937583828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.807Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937603112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.808Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937599869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.808Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937585313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.809Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "multicloud-k8s",
"timestamp": 1684937581546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.809Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937583828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.810Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937599869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.810Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937603112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-05-24T14:15:19.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.810Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937585313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.811Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "multicloud-k8s",
"timestamp": 1684937581546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.811Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937583828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.812Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937599869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.812Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937603112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.813Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937583828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.814Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937585313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.814Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "multicloud-k8s",
"timestamp": 1684937581546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.815Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937599869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:15:19.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.815Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937603112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.816Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "multicloud-k8s",
"timestamp": 1684937581546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:15:19.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.816Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937585313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:15:19.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.817Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937583828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:15:19.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.817Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937617510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:15:19.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.818Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937618023,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:15:19.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.818Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937618442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:15:19.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.819Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937616842,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:15:19.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.819Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937618517,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:15:19.864Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd21bb85-0b7e-495d-81ff-8df054aa98e3
2023-05-24T14:15:19.864Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd21bb85-0b7e-495d-81ff-8df054aa98e3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:15:19.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.892Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937619026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:15:19.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.892Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937618245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-05-24T14:15:19.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.893Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "policy-distribution-id",
"timestamp": 1684937620028,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:15:19.909Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd21bb85-0b7e-495d-81ff-8df054aa98e3
2023-05-24T14:15:19.909Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd21bb85-0b7e-495d-81ff-8df054aa98e3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:15:19.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.931Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937619248,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:15:19.942Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dd21bb85-0b7e-495d-81ff-8df054aa98e3
2023-05-24T14:15:19.943Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd21bb85-0b7e-495d-81ff-8df054aa98e3 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:15:19.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937623974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:15:19.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "aai-model-loader",
"timestamp": 1684937624977,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:15:19.976Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd21bb85-0b7e-495d-81ff-8df054aa98e3
2023-05-24T14:15:19.976Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd21bb85-0b7e-495d-81ff-8df054aa98e3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:15:19.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937624132,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937624132,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937624132,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937624132,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937624132,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.996Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937624132,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937624132,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937624132,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937632967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937634913,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:15:19.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:19.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:19.998Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937635918,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:15:20.012Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd21bb85-0b7e-495d-81ff-8df054aa98e3
2023-05-24T14:15:20.012Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd21bb85-0b7e-495d-81ff-8df054aa98e3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:15:20.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.036Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "policy-distribution-id",
"timestamp": 1684937621029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937643112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937619521,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937647390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937643112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937619521,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "policy-distribution-id",
"timestamp": 1684937621029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937647390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937643112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "policy-distribution-id",
"timestamp": 1684937621029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937619521,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937647390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937643112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "policy-distribution-id",
"timestamp": 1684937621029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.039Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937619521,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.040Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937647390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.040Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937643112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "policy-distribution-id",
"timestamp": 1684937621029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937619521,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937647390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937654132,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937643112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "policy-distribution-id",
"timestamp": 1684937621029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937619521,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937647390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937654132,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1684937643112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "policy-distribution-id",
"timestamp": 1684937621029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937619521,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937647390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937654132,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937654132,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937657794,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937657805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:15:20.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "policy-distribution-id",
"timestamp": 1684937658307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:15:20.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937654132,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "cds-sdc-listener",
"timestamp": 1684937658811,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:15:20.084Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9b3e1fc-87f2-4f2b-b87c-034357448de0
2023-05-24T14:15:20.084Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b3e1fc-87f2-4f2b-b87c-034357448de0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:15:20.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.106Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "policy-distribution-id",
"timestamp": 1684937659310,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:15:20.106Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.107Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937658930,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:15:20.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:20.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:15:20.107Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "aai-model-loader",
"timestamp": 1684937659869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:15:20.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:15:34.933Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:15:34.963Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:15:34.975Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:15:34.975Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-24T14:15:34.975Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-24T14:15:34.976Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-24T14:15:34.976Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:15:34.976Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:15:34.976Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:15:34.976Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:15:34.977Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:15:34.977Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:15:34.996Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-24T14:16:04.996Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-24T14:16:05.008Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c8f7c4c-3431-47d0-a0cc-c0901486d596 and serviceModelVersionId: 86b17051-e362-453f-8778-08250c183591
2023-05-24T14:16:05.008Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 653e8c18-8aa5-4b1f-8894-a35acf7a7dfd
2023-05-24T14:16:05.010Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/653e8c18-8aa5-4b1f-8894-a35acf7a7dfd/model-vers/model-ver/86b17051-e362-453f-8778-08250c183591?depth=0
2023-05-24T14:16:05.018Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-24T14:16:05.095Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/653e8c18-8aa5-4b1f-8894-a35acf7a7dfd/model-vers/model-ver/86b17051-e362-453f-8778-08250c183591?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-24T14:16:05.096Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/653e8c18-8aa5-4b1f-8894-a35acf7a7dfd/model-vers/model-ver/86b17051-e362-453f-8778-08250c183591?depth=0|INFO|500||Invoke
2023-05-24T14:16:05.103Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/653e8c18-8aa5-4b1f-8894-a35acf7a7dfd/model-vers/model-ver/86b17051-e362-453f-8778-08250c183591?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-24T14:16:05.293Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/653e8c18-8aa5-4b1f-8894-a35acf7a7dfd/model-vers/model-ver/86b17051-e362-453f-8778-08250c183591?depth=0|INFO|500||InvokeReturn
2023-05-24T14:16:05.294Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/653e8c18-8aa5-4b1f-8894-a35acf7a7dfd/model-vers/model-ver/86b17051-e362-453f-8778-08250c183591?depth=0 has http status code:200 and response headers:{date=[Wed, 24 May 2023 14:16:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[147696], x-aai-txid=[1-aai-resources-230524-14:16:04:535-53577], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-24T14:16:05.294Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-05-24T14:16:05.295Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-24T14:16:05.295Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:16:05.310Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-05-24T14:16:05.311Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c8f7c4c-3431-47d0-a0cc-c0901486d596 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-24T14:16:05.311Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-24T14:16:05.312Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:05.312Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:05.312Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937765311,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-24T14:16:06.346Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:16:06.355Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-24T14:16:06.355Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"dd21bb85-0b7e-495d-81ff-8df054aa98e3","serviceName":"Demo_pNF_ltob1nPACFFGfGeVLj6N","serviceVersion":"1.0","serviceUUID":"3a8a9b33-2f88-4973-8fe6-202118bcb0e1","serviceDescription":"catalog service description","serviceInvariantUUID":"26a16559-30a0-4d06-9430-93d03da05232","resources":[{"resourceInstanceName":"pNF cc7a67c0-529f 0","resourceName":"pNF cc7a67c0-529f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d451a6ea-161d-43e7-84b3-3130d611b75c","resourceInvariantUUID":"1fa17987-04e3-42c8-ab6d-0ee3afbc35e0","resourceCustomizationUUID":"f9371e95-fd57-42fa-852a-7f7671553a63","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vf-license-model.xml","artifactChecksum":"OGZkNGRhODU0ODU4MDFkMzdkN2RkMWQ1NjZjOTNmMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d734202-cbfb-404b-9c01-bf42ca574e88","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/pNF.csar","artifactChecksum":"YzZjNGJiY2FlYzYxM2JjY2Y1Y2ZhZDBjNjEyN2NhOWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"902306cc-5a62-4e90-92f8-4cfe13d34da0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f55b591-9064-4f00-a09e-edc4aa87d7d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vendor-license-model.xml","artifactChecksum":"MGRlODNiMjQxYTIxZDNlNTcyMTEyNTExODAwZjViOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0638c44a-6970-4a12-be44-bcd9eda0c20b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b3d4e4d-1941-470f-ac68-a48637c2434f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46b76707-fd49-488b-8d05-c15d17d92603","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLtob1npacffgfgevlj6n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-template.yml","artifactChecksum":"NDZhNzVlNTFiYjU5MTVkMjg0YWI0ZDhlMWYzNjIwNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24e3f0ea-325b-4861-90c8-d9dccbb5ee66","artifactVersion":"1"},{"artifactName":"service-DemoPnfLtob1npacffgfgevlj6n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar","artifactChecksum":"MTc4OWQwMWEwNTMyNmIyODQ1ZjNjNDViYWQyNTJhMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e849ecd1-7d1f-4462-8adf-099518b439c3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-24T14:16:06.360Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:06.361Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:06.361Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:06.362Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:07.363Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:07.364Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:07.364Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:07.364Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:08.365Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:08.366Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:08.366Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:08.366Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:09.367Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:09.368Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:09.369Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:09.369Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:10.370Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:10.371Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:10.371Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:10.371Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:11.372Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:11.373Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:11.373Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:11.373Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:12.374Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:12.375Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:12.375Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:12.375Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:13.376Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:13.377Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:13.377Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:13.377Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:14.380Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"serviceName": "Demo_pNF_ltob1nPACFFGfGeVLj6N",
"serviceVersion": "1.0",
"serviceUUID": "3a8a9b33-2f88-4973-8fe6-202118bcb0e1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "26a16559-30a0-4d06-9430-93d03da05232",
"resources": [
{
"resourceInstanceName": "pNF cc7a67c0-529f 0",
"resourceCustomizationUUID": "f9371e95-fd57-42fa-852a-7f7671553a63",
"resourceName": "pNF cc7a67c0-529f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d451a6ea-161d-43e7-84b3-3130d611b75c",
"resourceInvariantUUID": "1fa17987-04e3-42c8-ab6d-0ee3afbc35e0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"artifactChecksum": "MTc4OWQwMWEwNTMyNmIyODQ1ZjNjNDViYWQyNTJhMTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e849ecd1-7d1f-4462-8adf-099518b439c3"
}
],
"workloadContext": "Production"
}
2023-05-24T14:16:14.380Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-24T14:16:14.380Z|2c8f7c4c-3431-47d0-a0cc-c0901486d596|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a8a9b33-2f88-4973-8fe6-202118bcb0e1 ASDC
2023-05-24T14:16:14.381Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:dd21bb85-0b7e-495d-81ff-8df054aa98e3
ServiceName:Demo_pNF_ltob1nPACFFGfGeVLj6N
ServiceVersion:1.0
ServiceUUID:3a8a9b33-2f88-4973-8fe6-202118bcb0e1
ServiceInvariantUUID:26a16559-30a0-4d06-9430-93d03da05232
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
ArtifactUUID:e849ecd1-7d1f-4462-8adf-099518b439c3
ArtifactChecksum:MTc4OWQwMWEwNTMyNmIyODQ1ZjNjNDViYWQyNTJhMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc7a67c0-529f 0
ResourceCustomizationUUID:f9371e95-fd57-42fa-852a-7f7671553a63
ResourceInvariantUUID:1fa17987-04e3-42c8-ab6d-0ee3afbc35e0
ResourceName:pNF cc7a67c0-529f
ResourceType:PNF
ResourceUUID:d451a6ea-161d-43e7-84b3-3130d611b75c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-05-24T14:16:14.381Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a8a9b33-2f88-4973-8fe6-202118bcb0e1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-24T14:16:14.448Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-24T14:16:14.448Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T14:16:14.448Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T14:16:14.449Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e849ecd1-7d1f-4462-8adf-099518b439c3 from URL: /sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:14.449Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-24T14:16:14.449Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:14.586Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-24T14:16:14.591Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar e849ecd1-7d1f-4462-8adf-099518b439c3 87995
2023-05-24T14:16:14.591Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar ASDC sendASDCNotification
2023-05-24T14:16:14.592Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:14.592Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T14:16:14.592Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:14.592Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:14.592Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937774591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:15.593Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-24T14:16:15.594Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T14:16:15.595Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e849ecd1-7d1f-4462-8adf-099518b439c3, URL: /sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar to file: /app/ASDC/1/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:15.595Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:15.596Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:15.596Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:15.725Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12630399425237496242/Definitions/service-DemoPnfLtob1npacffgfgevlj6n-template.yml
2023-05-24T14:16:16.469Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-24T14:16:16.469Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-24T14:16:16.469Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc7a67c0-529f 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-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||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-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||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-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||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-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||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-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||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-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ltob1nPACFFGfGeVLj6N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Node template pNF cc7a67c0-529f 0 is matching search criteria
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF cc7a67c0-529f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-24T14:16:16.470Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ltob1nPACFFGfGeVLj6N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Node template pNF cc7a67c0-529f 0 is matching search criteria
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF cc7a67c0-529f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ltob1nPACFFGfGeVLj6N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ltob1nPACFFGfGeVLj6N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ltob1nPACFFGfGeVLj6N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:16:16.471Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:16:16.472Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ltob1nPACFFGfGeVLj6N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:16:16.472Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:16:16.472Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ltob1nPACFFGfGeVLj6N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:16:16.472Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ltob1nPACFFGfGeVLj6N
Description:catalog service description
Model UUID:3a8a9b33-2f88-4973-8fe6-202118bcb0e1
Model Version:NULL
Model InvariantUuid:26a16559-30a0-4d06-9430-93d03da05232
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-24T14:16:16.495Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: d451a6ea-161d-43e7-84b3-3130d611b75c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:16:16.502Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||pNF cc7a67c0-529f 0
2023-05-24T14:16:16.502Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d451a6ea-161d-43e7-84b3-3130d611b75c
2023-05-24T14:16:16.502Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3a8a9b33-2f88-4973-8fe6-202118bcb0e1
2023-05-24T14:16:16.502Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3a8a9b33-2f88-4973-8fe6-202118bcb0e1
2023-05-24T14:16:16.502Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cc7a67c0-529f 0 d451a6ea-161d-43e7-84b3-3130d611b75c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:16:16.516Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49f2dec5, org.onap.sdc.toscaparser.api.parameters.Input@30b1471, org.onap.sdc.toscaparser.api.parameters.Input@2437470a, org.onap.sdc.toscaparser.api.parameters.Input@5bc7c03e, org.onap.sdc.toscaparser.api.parameters.Input@41c3975]
2023-05-24T14:16:16.516Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:16:16.516Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ltob1nPACFFGfGeVLj6N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:16:16.516Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3a8a9b33-2f88-4973-8fe6-202118bcb0e1: pNF cc7a67c0-529f
2023-05-24T14:16:16.516Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Processing PNF resource: d451a6ea-161d-43e7-84b3-3130d611b75c
2023-05-24T14:16:16.517Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:16:16.517Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ltob1nPACFFGfGeVLj6N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:16:16.517Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Resource customization UUID: f9371e95-fd57-42fa-852a-7f7671553a63 is the same as notified resource customizationUUID: f9371e95-fd57-42fa-852a-7f7671553a63
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-24T14:16:16.682Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cc7a67c0-529f d451a6ea-161d-43e7-84b3-3130d611b75c 0 ASDC deployResourceStructure
2023-05-24T14:16:16.683Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar ASDC sendASDCNotification
2023-05-24T14:16:16.683Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar
2023-05-24T14:16:16.683Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-24T14:16:16.684Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:16.684Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:16.684Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937776683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:17.685Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd21bb85-0b7e-495d-81ff-8df054aa98e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:16:17.722Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd21bb85-0b7e-495d-81ff-8df054aa98e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:16:17.731Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:16:17.731Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-24T14:16:17.731Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-24T14:16:17.732Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-24T14:16:17.732Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:16:17.732Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:16:17.733Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:16:17.733Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:16:17.733Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:16:17.734Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:16:17.734Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:16:17.751Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-24T14:16:19.727Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:19.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937654132,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:16:19.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "policy-distribution-id",
"timestamp": 1684937660313,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:16:19.762Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9b3e1fc-87f2-4f2b-b87c-034357448de0
2023-05-24T14:16:19.762Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b3e1fc-87f2-4f2b-b87c-034357448de0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:16:19.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.790Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "aai-model-loader",
"timestamp": 1684937659869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:16:19.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.791Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937660044,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:16:19.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.792Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937654132,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:16:19.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.792Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "aai-model-loader",
"timestamp": 1684937659869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:16:19.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.793Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937661100,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:16:19.809Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9b3e1fc-87f2-4f2b-b87c-034357448de0
2023-05-24T14:16:19.809Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b3e1fc-87f2-4f2b-b87c-034357448de0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-24T14:16:19.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.830Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937661953,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:16:19.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "aai-model-loader",
"timestamp": 1684937659869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "multicloud-k8s",
"timestamp": 1684937662103,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "aai-model-loader",
"timestamp": 1684937659869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "aai-model-loader",
"timestamp": 1684937659869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:16:19.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.832Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937664539,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:16:19.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.832Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "aai-model-loader",
"timestamp": 1684937659869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:16:19.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.832Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1684937665544,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:16:19.847Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9b3e1fc-87f2-4f2b-b87c-034357448de0
2023-05-24T14:16:19.848Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b3e1fc-87f2-4f2b-b87c-034357448de0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:16:19.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.876Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "aai-model-loader",
"timestamp": 1684937667017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:16:19.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.876Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "aai-model-loader",
"timestamp": 1684937675849,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:16:19.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:16:19.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:16:19.877Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "aai-model-loader",
"timestamp": 1684937676852,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:16:19.896Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9b3e1fc-87f2-4f2b-b87c-034357448de0
2023-05-24T14:16:19.896Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b3e1fc-87f2-4f2b-b87c-034357448de0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:16:47.752Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd21bb85-0b7e-495d-81ff-8df054aa98e3 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-24T14:16:47.766Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd21bb85-0b7e-495d-81ff-8df054aa98e3 and serviceModelVersionId: 3a8a9b33-2f88-4973-8fe6-202118bcb0e1
2023-05-24T14:16:47.766Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26a16559-30a0-4d06-9430-93d03da05232
2023-05-24T14:16:47.767Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26a16559-30a0-4d06-9430-93d03da05232/model-vers/model-ver/3a8a9b33-2f88-4973-8fe6-202118bcb0e1?depth=0
2023-05-24T14:16:47.776Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-24T14:16:47.845Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/26a16559-30a0-4d06-9430-93d03da05232/model-vers/model-ver/3a8a9b33-2f88-4973-8fe6-202118bcb0e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-24T14:16:47.847Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/26a16559-30a0-4d06-9430-93d03da05232/model-vers/model-ver/3a8a9b33-2f88-4973-8fe6-202118bcb0e1?depth=0|INFO|500||Invoke
2023-05-24T14:16:47.857Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/26a16559-30a0-4d06-9430-93d03da05232/model-vers/model-ver/3a8a9b33-2f88-4973-8fe6-202118bcb0e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-24T14:16:48.022Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/26a16559-30a0-4d06-9430-93d03da05232/model-vers/model-ver/3a8a9b33-2f88-4973-8fe6-202118bcb0e1?depth=0|INFO|500||InvokeReturn
2023-05-24T14:16:48.022Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/26a16559-30a0-4d06-9430-93d03da05232/model-vers/model-ver/3a8a9b33-2f88-4973-8fe6-202118bcb0e1?depth=0 has http status code:200 and response headers:{date=[Wed, 24 May 2023 14:16:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[229448], x-aai-txid=[2-aai-resources-230524-14:16:47:288-15526], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-24T14:16:48.023Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-05-24T14:16:48.023Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-24T14:16:48.023Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:16:48.032Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-05-24T14:16:48.033Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd21bb85-0b7e-495d-81ff-8df054aa98e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-24T14:16:48.033Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-24T14:16:48.033Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:48.034Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:48.034Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937808033,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-24T14:16:52.053Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-24T14:16:52.054Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"d9b3e1fc-87f2-4f2b-b87c-034357448de0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09485e1a-2b13-45d6-be45-d05221517464","serviceDescription":"service","serviceInvariantUUID":"f92683cc-6062-47b8-ba59-fa5bf6cf45d9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab8e68c1-d7e7-44ee-ad1d-1955b21ba2b1","resourceInvariantUUID":"3c76df4e-7846-4d0d-8a14-7251bfa5c71b","resourceCustomizationUUID":"df5847a7-fb54-475c-a4de-5f3e74f26808","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":"ZmZmYmQxMjZjMDIyNWIzNzY3ZTk0NWZlNWM0OWVhZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62c14bc9-5aa0-48f0-bda4-139724be3c97","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":"NTBhNGQxMGY3OWI2ZjRiMjg5ZTcyNjRiNTc0ZGY1OGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61fcf9b5-f003-47f6-bd25-99bd5af6c58f","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":"36073ab0-62d9-4420-8563-5cbfd7e10ce2","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":"aa5da5ec-c488-4b75-99e0-71f7c544d502","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":"08a501e8-2904-48d1-887c-e87de38ad807","artifactVersion":"2","generatedFromUUID":"36073ab0-62d9-4420-8563-5cbfd7e10ce2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2FkZGFlYTM0NTRiNDIxZTQyZTAxODFjYTIzMGQ0Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02ef2196-c088-4be5-af68-998aeb7ecafb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzcxMjdiZGE5YjJkNmRlZDc5ZDEzOWM1N2M1ZGMzZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a41139f-4d72-4b48-ae4a-efa4f1ef757b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-24T14:16:52.054Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:52.055Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:52.055Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:52.055Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:53.056Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:53.056Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:53.056Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:53.056Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:54.057Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:54.058Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:54.058Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:54.058Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:55.059Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:55.060Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:55.060Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:55.060Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:56.061Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:56.061Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:56.061Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:56.061Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:57.062Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:57.062Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:57.063Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:57.063Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:58.063Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:16:58.064Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:58.064Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:58.064Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:16:59.065Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "09485e1a-2b13-45d6-be45-d05221517464",
"serviceDescription": "service",
"serviceInvariantUUID": "f92683cc-6062-47b8-ba59-fa5bf6cf45d9",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "df5847a7-fb54-475c-a4de-5f3e74f26808",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ab8e68c1-d7e7-44ee-ad1d-1955b21ba2b1",
"resourceInvariantUUID": "3c76df4e-7846-4d0d-8a14-7251bfa5c71b",
"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": "NTBhNGQxMGY3OWI2ZjRiMjg5ZTcyNjRiNTc0ZGY1OGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "61fcf9b5-f003-47f6-bd25-99bd5af6c58f",
"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": "36073ab0-62d9-4420-8563-5cbfd7e10ce2",
"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": "08a501e8-2904-48d1-887c-e87de38ad807",
"generatedFromUUID": "36073ab0-62d9-4420-8563-5cbfd7e10ce2"
},
"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": "08a501e8-2904-48d1-887c-e87de38ad807",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MzcxMjdiZGE5YjJkNmRlZDc5ZDEzOWM1N2M1ZGMzZDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a41139f-4d72-4b48-ae4a-efa4f1ef757b"
}
],
"workloadContext": "Production"
}
2023-05-24T14:16:59.066Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-24T14:16:59.066Z|dd21bb85-0b7e-495d-81ff-8df054aa98e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09485e1a-2b13-45d6-be45-d05221517464 ASDC
2023-05-24T14:16:59.066Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d9b3e1fc-87f2-4f2b-b87c-034357448de0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09485e1a-2b13-45d6-be45-d05221517464
ServiceInvariantUUID:f92683cc-6062-47b8-ba59-fa5bf6cf45d9
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:4a41139f-4d72-4b48-ae4a-efa4f1ef757b
ArtifactChecksum:MzcxMjdiZGE5YjJkNmRlZDc5ZDEzOWM1N2M1ZGMzZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:df5847a7-fb54-475c-a4de-5f3e74f26808
ResourceInvariantUUID:3c76df4e-7846-4d0d-8a14-7251bfa5c71b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ab8e68c1-d7e7-44ee-ad1d-1955b21ba2b1
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:61fcf9b5-f003-47f6-bd25-99bd5af6c58f
ArtifactChecksum:NTBhNGQxMGY3OWI2ZjRiMjg5ZTcyNjRiNTc0ZGY1OGM=
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:36073ab0-62d9-4420-8563-5cbfd7e10ce2
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:08a501e8-2904-48d1-887c-e87de38ad807
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:08a501e8-2904-48d1-887c-e87de38ad807
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-24T14:16:59.066Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09485e1a-2b13-45d6-be45-d05221517464 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-24T14:16:59.143Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-24T14:16:59.143Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T14:16:59.143Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T14:16:59.144Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a41139f-4d72-4b48-ae4a-efa4f1ef757b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-24T14:16:59.144Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-24T14:16:59.144Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-24T14:16:59.262Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-24T14:16:59.265Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4a41139f-4d72-4b48-ae4a-efa4f1ef757b 75161
2023-05-24T14:16:59.266Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-24T14:16:59.266Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-24T14:16:59.266Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T14:16:59.266Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:16:59.266Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:16:59.266Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937819266,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:17:00.267Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-24T14:17:00.267Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-24T14:17:00.268Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4a41139f-4d72-4b48-ae4a-efa4f1ef757b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:00.268Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-24T14:17:00.269Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:00.270Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:00.410Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9344859782580329921/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-05-24T14:17:01.333Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-24T14:17:01.333Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-24T14:17:01.333Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:01.333Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-24T14:17:01.333Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:01.333Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:01.333Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:01.333Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:01.333Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-24T14:17:01.334Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.335Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:01.335Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.335Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-24T14:17:01.335Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-24T14:17:01.335Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-24T14:17:01.335Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-24T14:17:01.335Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-24T14:17:01.335Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-24T14:17:01.335Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.336Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-24T14:17:01.336Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.336Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-24T14:17:01.336Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T14:17:01.336Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.336Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-24T14:17:01.336Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T14:17:01.336Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.336Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-24T14:17:01.336Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T14:17:01.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-24T14:17:01.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-24T14:17:01.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-24T14:17:01.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=97949a83-7e11-45d1-8511-9064115ac6a2
2023-05-24T14:17:01.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:01.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:01.338Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.338Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:01.338Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:01.338Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:01.338Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:09485e1a-2b13-45d6-be45-d05221517464
Model Version:NULL
Model InvariantUuid:f92683cc-6062-47b8-ba59-fa5bf6cf45d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:f17eeb24-aea6-46bd-94a6-f73c8ce58394
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c76df4e-7846-4d0d-8a14-7251bfa5c71b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:df5847a7-fb54-475c-a4de-5f3e74f26808
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d7729c4c-7b51-4ff7-a93f-61bcfdaa5947
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3e7dc350-fa62-47d1-b288-c1ca90d53243
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:97949a83-7e11-45d1-8511-9064115ac6a2
ModelInvariantUuid:c35130fc-270b-4e5e-b8e6-b1a53587f233
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:83c6e21a-5aad-4220-8c32-1d82ead783cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:f44913e0-6a3b-415a-adf7-dfb25c1e344d
ModelInvariantUuid:6fb0ec5a-7458-4ffb-bd90-37207b9b282c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9d30296a-1d83-4deb-a84d-8f99001fa412
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-24T14:17:01.354Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ab8e68c1-d7e7-44ee-ad1d-1955b21ba2b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:17:01.359Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||basic_vm 0
2023-05-24T14:17:01.359Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab8e68c1-d7e7-44ee-ad1d-1955b21ba2b1
2023-05-24T14:17:01.359Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 61fcf9b5-f003-47f6-bd25-99bd5af6c58f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-24T14:17:01.360Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-24T14:17:01.360Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-24T14:17:01.475Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-24T14:17:01.475Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 61fcf9b5-f003-47f6-bd25-99bd5af6c58f 787
2023-05-24T14:17:01.476Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-05-24T14:17:01.476Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-24T14:17:01.477Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T14:17:01.477Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:17:01.477Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:17:01.477Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937821476,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:17:02.478Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "d7729c4c-7b51-4ff7-a93f-61bcfdaa5947",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3e7dc350-fa62-47d1-b288-c1ca90d53243",
"vfModuleModelCustomizationUUID": "458d7fbd-5ad9-4701-8746-0f047e47d0db",
"isBase": true,
"artifacts": [
"36073ab0-62d9-4420-8563-5cbfd7e10ce2",
"08a501e8-2904-48d1-887c-e87de38ad807"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-05-24T14:17:02.484Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e7dc350-fa62-47d1-b288-c1ca90d53243
VfModuleModelInvariantUUID:d7729c4c-7b51-4ff7-a93f-61bcfdaa5947
VfModuleModelDescription:NULL
Artifacts UUID List:{
36073ab0-62d9-4420-8563-5cbfd7e10ce2
,
08a501e8-2904-48d1-887c-e87de38ad807
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-05-24T14:17:02.488Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "d7729c4c-7b51-4ff7-a93f-61bcfdaa5947",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3e7dc350-fa62-47d1-b288-c1ca90d53243",
"vfModuleModelCustomizationUUID": "458d7fbd-5ad9-4701-8746-0f047e47d0db",
"isBase": true,
"artifacts": [
"36073ab0-62d9-4420-8563-5cbfd7e10ce2",
"08a501e8-2904-48d1-887c-e87de38ad807"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-05-24T14:17:02.488Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e7dc350-fa62-47d1-b288-c1ca90d53243
VfModuleModelInvariantUUID:d7729c4c-7b51-4ff7-a93f-61bcfdaa5947
VfModuleModelDescription:NULL
Artifacts UUID List:{
36073ab0-62d9-4420-8563-5cbfd7e10ce2
,
08a501e8-2904-48d1-887c-e87de38ad807
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-05-24T14:17:02.489Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 36073ab0-62d9-4420-8563-5cbfd7e10ce2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-24T14:17:02.489Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-24T14:17:02.489Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-24T14:17:02.599Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-24T14:17:02.600Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 36073ab0-62d9-4420-8563-5cbfd7e10ce2 5033
2023-05-24T14:17:02.600Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-24T14:17:02.600Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-24T14:17:02.600Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T14:17:02.600Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:17:02.601Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:17:02.601Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937822600,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:17:03.601Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 08a501e8-2904-48d1-887c-e87de38ad807 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-24T14:17:03.602Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-24T14:17:03.602Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-24T14:17:03.706Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-24T14:17:03.707Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 08a501e8-2904-48d1-887c-e87de38ad807 903
2023-05-24T14:17:03.707Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-24T14:17:03.707Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-24T14:17:03.707Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T14:17:03.707Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:17:03.707Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:17:03.707Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937823707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:17:04.708Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 09485e1a-2b13-45d6-be45-d05221517464
2023-05-24T14:17:04.709Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ab8e68c1-d7e7-44ee-ad1d-1955b21ba2b1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:17:04.741Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7191c65f, org.onap.sdc.toscaparser.api.parameters.Input@11835558, org.onap.sdc.toscaparser.api.parameters.Input@197fdee4, org.onap.sdc.toscaparser.api.parameters.Input@6f950923, org.onap.sdc.toscaparser.api.parameters.Input@10c999b0]
2023-05-24T14:17:04.743Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.743Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:04.744Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-05-24T14:17:04.744Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= df5847a7-fb54-475c-a4de-5f3e74f26808
2023-05-24T14:17:04.744Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df5847a7-fb54-475c-a4de-5f3e74f26808 matches Tosca VF Customization UUID: df5847a7-fb54-475c-a4de-5f3e74f26808
2023-05-24T14:17:04.744Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: df5847a7-fb54-475c-a4de-5f3e74f26808 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-24T14:17:04.749Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.749Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:04.751Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id df5847a7-fb54-475c-a4de-5f3e74f26808: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-24T14:17:04.751Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b1f80b1
2023-05-24T14:17:04.752Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.752Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-24T14:17:04.752Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 458d7fbd-5ad9-4701-8746-0f047e47d0db
2023-05-24T14:17:04.753Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 458d7fbd-5ad9-4701-8746-0f047e47d0db
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-24T14:17:04.758Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.758Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-24T14:17:04.758Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T14:17:04.759Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.759Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-24T14:17:04.759Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T14:17:04.759Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.759Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-24T14:17:04.760Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-24T14:17:04.760Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-24T14:17:04.760Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=97949a83-7e11-45d1-8511-9064115ac6a2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-24T14:17:04.764Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.765Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-24T14:17:04.765Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T14:17:04.765Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.765Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-24T14:17:04.765Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=df5847a7-fb54-475c-a4de-5f3e74f26808
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:17:04.770Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.770Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:04.770Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 09485e1a-2b13-45d6-be45-d05221517464: basic_vm
2023-05-24T14:17:04.770Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.770Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:04.771Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.771Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:04.771Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.771Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:04.771Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.771Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:04.772Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:17:04.772Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:17:04.772Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:17:04.991Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ab8e68c1-d7e7-44ee-ad1d-1955b21ba2b1 1 ASDC deployResourceStructure
2023-05-24T14:17:04.991Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-05-24T14:17:04.991Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-24T14:17:04.992Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-24T14:17:04.992Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:17:04.992Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:17:04.992Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937824991,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:17:05.993Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-24T14:17:05.993Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-24T14:17:05.994Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-24T14:17:05.994Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:17:05.994Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:17:05.994Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937825993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:17:06.995Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-24T14:17:06.996Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-24T14:17:06.996Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-24T14:17:06.996Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:17:06.996Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:17:06.996Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937826995,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:17:07.997Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-24T14:17:07.997Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-24T14:17:07.997Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-24T14:17:07.998Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:17:07.998Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:17:07.998Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937827997,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:17:08.999Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9b3e1fc-87f2-4f2b-b87c-034357448de0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:17:09.028Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9b3e1fc-87f2-4f2b-b87c-034357448de0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-24T14:17:09.034Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-24T14:17:09.034Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-24T14:17:09.035Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-24T14:17:09.035Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-24T14:17:09.035Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:17:09.035Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:17:09.035Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:17:09.035Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:17:09.035Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-24T14:17:09.035Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-24T14:17:09.052Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-24T14:17:19.727Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:17:19.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2c8f7c4c-3431-47d0-a0cc-c0901486d596",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937765311,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-24T14:17:19.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:19.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:17:19.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:19.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:17:19.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:19.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:17:19.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:19.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:17:19.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:19.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:17:19.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:19.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/resourceInstances/pnfcc7a67c0529f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:17:19.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:19.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:17:19.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:19.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:17:19.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:19.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937774591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:17:19.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:19.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-24T14:17:19.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937776683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLtob1npacffgfgevlj6n/1.0/artifacts/service-DemoPnfLtob1npacffgfgevlj6n-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:17:19.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:17:39.052Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9b3e1fc-87f2-4f2b-b87c-034357448de0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-24T14:17:39.067Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9b3e1fc-87f2-4f2b-b87c-034357448de0 and serviceModelVersionId: 09485e1a-2b13-45d6-be45-d05221517464
2023-05-24T14:17:39.067Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f92683cc-6062-47b8-ba59-fa5bf6cf45d9
2023-05-24T14:17:39.069Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f92683cc-6062-47b8-ba59-fa5bf6cf45d9/model-vers/model-ver/09485e1a-2b13-45d6-be45-d05221517464?depth=0
2023-05-24T14:17:39.080Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-24T14:17:39.133Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f92683cc-6062-47b8-ba59-fa5bf6cf45d9/model-vers/model-ver/09485e1a-2b13-45d6-be45-d05221517464?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-24T14:17:39.134Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f92683cc-6062-47b8-ba59-fa5bf6cf45d9/model-vers/model-ver/09485e1a-2b13-45d6-be45-d05221517464?depth=0|INFO|500||Invoke
2023-05-24T14:17:39.143Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f92683cc-6062-47b8-ba59-fa5bf6cf45d9/model-vers/model-ver/09485e1a-2b13-45d6-be45-d05221517464?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-24T14:17:39.319Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f92683cc-6062-47b8-ba59-fa5bf6cf45d9/model-vers/model-ver/09485e1a-2b13-45d6-be45-d05221517464?depth=0|INFO|500||InvokeReturn
2023-05-24T14:17:39.320Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f92683cc-6062-47b8-ba59-fa5bf6cf45d9/model-vers/model-ver/09485e1a-2b13-45d6-be45-d05221517464?depth=0 has http status code:200 and response headers:{date=[Wed, 24 May 2023 14:17:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[241736], x-aai-txid=[1-aai-resources-230524-14:17:38:574-84397], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-24T14:17:39.320Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-05-24T14:17:39.321Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-24T14:17:39.321Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-24T14:17:39.335Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-05-24T14:17:39.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9b3e1fc-87f2-4f2b-b87c-034357448de0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-24T14:17:39.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-24T14:17:39.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:17:39.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:17:39.337Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937859337,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-24T14:17:40.374Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:18:19.727Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:18:19.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.728Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "dd21bb85-0b7e-495d-81ff-8df054aa98e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937808033,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937766346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937819266,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937821476,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937822600,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937823707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937824991,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937825993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937826995,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937827997,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-24T14:18:19.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:18:40.375Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:19:19.727Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:19:19.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-24T14:19:19.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d9b3e1fc-87f2-4f2b-b87c-034357448de0",
"consumerID": "SO-sdc-controller",
"timestamp": 1684937859337,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-24T14:19:19.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:19:40.376Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:20:19.727Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:20:40.377Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:21:19.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:21:40.379Z|d9b3e1fc-87f2-4f2b-b87c-034357448de0|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:22:19.728Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:22:40.380Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:23:19.730Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:23:40.381Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:24:19.731Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:24:40.382Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:25:19.732Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:25:40.384Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:26:19.733Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:26:40.385Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:26:51.301Z||kafka-producer-network-thread | SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2373ea16-35b3-4cad-a802-8a0aa95e5cfd] Node 1 disconnected.
2023-05-24T14:27:19.734Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:27:40.385Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:28:19.734Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:28:40.386Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-24T14:28:52.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-24T14:28:52.816Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ffbca9bf-7853-43b8-b40c-566d3fdd4ea5","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"27531d9c-db2c-4ea7-8128-2bdbb276ca1b","serviceDescription":"service","serviceInvariantUUID":"1e58a04e-2cd7-455a-9c3d-bbd4f97d2ee8","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59dd304e-00a6-401f-a2ff-577451e1d938","resourceInvariantUUID":"1135cc7e-345e-44f4-904b-b86c5e585146","resourceCustomizationUUID":"f764bb73-42be-478f-8b63-d0ec514be193","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"Y2RmYTQ0MjZjOTU4NDRjMmUwNDBlZjQ3YmI1Nzg5MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b83f7882-b3ee-4fe0-8406-463e307982f1","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"OTdiZmE3OGU2YTE2NDI1N2UzMzZkNjE5ZDU4MTliMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ea33208-5d19-4a0d-be46-17a4cb30340c","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"805fa082-1cdf-42d5-b6ba-e8dd2c42ffe6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bcc322fd-1e2f-44f9-aa8a-3451b34a5296","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"443eb75b-a382-492d-8970-fdac0cb17d90","artifactVersion":"2","generatedFromUUID":"1ef6aff4-1a00-4a48-af4c-16610643de17"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2ae73bd-68d1-47bd-892d-82654c4b293a","artifactVersion":"2","generatedFromUUID":"805fa082-1cdf-42d5-b6ba-e8dd2c42ffe6"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1ef6aff4-1a00-4a48-af4c-16610643de17","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"33fa990d-0335-47ad-ac83-b7810ae88bfc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NjQ0NDYxYjg3NjllMDEzMjRiZWJlNGFlYmMzNDhjYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0bf6af8-6d4f-4b1a-a1c5-fc3975f3e06a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YmFhODI5N2ExZmNkMjg4MmVmMmJmMTZlMWE4ZWE4MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebdb2a7b-6ae7-4505-ad50-138cbaeb7ff9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-24T14:28:52.820Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:28:52.820Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:28:52.821Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:28:52.821Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938520386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:28:52.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-24T14:28:52.858Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "policy-distribution-id",
"timestamp": 1684938531342,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-24T14:28:52.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-24T14:28:53.832Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:28:53.834Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:28:53.834Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:28:53.834Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938520386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:28:54.836Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:28:54.837Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:28:54.837Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:28:54.837Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938520386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:28:55.838Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:28:55.838Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:28:55.838Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:28:55.838Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938520386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:28:56.839Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:28:56.840Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:28:56.840Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:28:56.840Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938520386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:28:57.841Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:28:57.842Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:28:57.842Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:28:57.842Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938520386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:28:58.843Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:28:58.843Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:28:58.843Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:28:58.843Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938520386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:28:59.844Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:28:59.845Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:28:59.845Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:28:59.845Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938520386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:29:00.846Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:29:00.846Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:29:00.847Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:29:00.847Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938520386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:29:01.847Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-24T14:29:01.848Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:29:01.848Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:29:01.848Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938520386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:29:02.849Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"serviceName": "basic_cnf_macro",
"serviceVersion": "1.0",
"serviceUUID": "27531d9c-db2c-4ea7-8128-2bdbb276ca1b",
"serviceDescription": "service",
"serviceInvariantUUID": "1e58a04e-2cd7-455a-9c3d-bbd4f97d2ee8",
"resources": [
{
"resourceInstanceName": "basic_cnf_macro 0",
"resourceCustomizationUUID": "f764bb73-42be-478f-8b63-d0ec514be193",
"resourceName": "basic_cnf_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "59dd304e-00a6-401f-a2ff-577451e1d938",
"resourceInvariantUUID": "1135cc7e-345e-44f4-904b-b86c5e585146",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_cnf_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"artifactChecksum": "OTdiZmE3OGU2YTE2NDI1N2UzMzZkNjE5ZDU4MTliMWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3ea33208-5d19-4a0d-be46-17a4cb30340c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_template_dummy_ignore.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "805fa082-1cdf-42d5-b6ba-e8dd2c42ffe6",
"generatedArtifact": {
"artifactName": "base_template_dummy_ignore.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f2ae73bd-68d1-47bd-892d-82654c4b293a",
"generatedFromUUID": "805fa082-1cdf-42d5-b6ba-e8dd2c42ffe6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "helm_apache.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "443eb75b-a382-492d-8970-fdac0cb17d90",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_template_dummy_ignore.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f2ae73bd-68d1-47bd-892d-82654c4b293a",
"relatedArtifactsInfo": []
},
{
"artifactName": "helm_apache.tgz",
"artifactType": "HELM",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1ef6aff4-1a00-4a48-af4c-16610643de17",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnfMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"artifactChecksum": "YmFhODI5N2ExZmNkMjg4MmVmMmJmMTZlMWE4ZWE4MDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ebdb2a7b-6ae7-4505-ad50-138cbaeb7ff9"
}
],
"workloadContext": "Production"
}
2023-05-24T14:29:02.850Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-24T14:29:02.850Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 27531d9c-db2c-4ea7-8128-2bdbb276ca1b ASDC
2023-05-24T14:29:02.850Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ffbca9bf-7853-43b8-b40c-566d3fdd4ea5
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:27531d9c-db2c-4ea7-8128-2bdbb276ca1b
ServiceInvariantUUID:1e58a04e-2cd7-455a-9c3d-bbd4f97d2ee8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:ebdb2a7b-6ae7-4505-ad50-138cbaeb7ff9
ArtifactChecksum:YmFhODI5N2ExZmNkMjg4MmVmMmJmMTZlMWE4ZWE4MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f764bb73-42be-478f-8b63-d0ec514be193
ResourceInvariantUUID:1135cc7e-345e-44f4-904b-b86c5e585146
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:59dd304e-00a6-401f-a2ff-577451e1d938
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:3ea33208-5d19-4a0d-be46-17a4cb30340c
ArtifactChecksum:OTdiZmE3OGU2YTE2NDI1N2UzMzZkNjE5ZDU4MTliMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:805fa082-1cdf-42d5-b6ba-e8dd2c42ffe6
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:f2ae73bd-68d1-47bd-892d-82654c4b293a
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:443eb75b-a382-492d-8970-fdac0cb17d90
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:f2ae73bd-68d1-47bd-892d-82654c4b293a
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:1ef6aff4-1a00-4a48-af4c-16610643de17
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-24T14:29:02.850Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27531d9c-db2c-4ea7-8128-2bdbb276ca1b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-24T14:29:02.927Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-24T14:29:02.929Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-05-24T14:29:02.929Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-05-24T14:29:02.930Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ebdb2a7b-6ae7-4505-ad50-138cbaeb7ff9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:02.930Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-24T14:29:02.930Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:03.119Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-24T14:29:03.125Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ebdb2a7b-6ae7-4505-ad50-138cbaeb7ff9 163252
2023-05-24T14:29:03.126Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-24T14:29:03.126Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:03.127Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-24T14:29:03.127Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-24T14:29:03.127Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-24T14:29:03.127Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "ffbca9bf-7853-43b8-b40c-566d3fdd4ea5",
"consumerID": "SO-sdc-controller",
"timestamp": 1684938543126,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-24T14:29:04.128Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-24T14:29:04.130Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-05-24T14:29:04.130Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ebdb2a7b-6ae7-4505-ad50-138cbaeb7ff9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:04.131Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-05-24T14:29:04.132Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:04.132Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:04.338Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15211432036724504088/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-05-24T14:29:05.418Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-24T14:29:05.418Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-05-24T14:29:05.418Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:05.418Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-05-24T14:29:05.419Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:05.419Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:05.419Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:05.419Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-24T14:29:05.419Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-05-24T14:29:05.419Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:29:05.419Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:29:05.419Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-24T14:29:05.419Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-05-24T14:29:05.420Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-24T14:29:05.420Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:29:05.420Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:29:05.420Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-24T14:29:05.420Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-05-24T14:29:05.420Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-24T14:29:05.421Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:29:05.421Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-24T14:29:05.421Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:29:05.421Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-24T14:29:05.421Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-05-24T14:29:05.421Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-05-24T14:29:05.421Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-24T14:29:05.422Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:29:05.422Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-24T14:29:05.422Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-24T14:29:05.422Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-24T14:29:05.422Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-24T14:29:05.422Z|ffbca9bf-7853-43b8-b40c-566d3fdd4ea5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery