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-03-11T00:42:10.206Z||main|||||INFO|500||The following profiles are active: basic
2023-03-11T00:42:22.837Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-11T00:42:22.838Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-11T00:42:22.975Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-11T00:42:25.985Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-11T00:42:26.287Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-11T00:42:26.761Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-11T00:42:26.993Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-11T00:42:27.585Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-11T00:42:29.608Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-11T00:42:30.371Z||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-03-11T00:42:33.455Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-11T00:42:33.582Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-11T00:42:33.918Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-11T00:42:33.931Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-11T00:42:34.501Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-11T00:42:36.016Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-11T00:42:37.220Z||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-03-11T00:42:39.042Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-11T00:42:39.043Z||main|||||ERROR|500||(conn=1425) Table 'catalogdb.activity_spec' doesn't exist
2023-03-11T00:42:39.060Z||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-03-11T00:42:42.337Z||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-03-11T00:42:45.362Z||main|||||WARN|500||---
2023-03-11T00:42:45.363Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-11T00:42:45.363Z||main|||||WARN|500||---
2023-03-11T00:42:45.733Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-11T00:42:51.202Z||main|||||INFO|500||Started Application in 47.236 seconds (JVM running for 49.845)
2023-03-11T00:42:51.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-11T00:42:51.223Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-11T00:42:51.250Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-11T00:42:51.417Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2d2ca724-6a5f-48fd-9f69-3cce69ccc8e6 url= /sdc/v1/artifactTypes
2023-03-11T00:42:51.427Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-11T00:42:51.657Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-11T00:42:51.727Z||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-03-11T00:42:51.728Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-11T00:42:51.728Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2aa52cd1-bb37-410f-9999-8be50bf9bf49 url= /sdc/v1/distributionKafkaData
2023-03-11T00:42:51.729Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-11T00:42:51.762Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-11T00:42:51.774Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@603e5143
2023-03-11T00:42:51.890Z||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-64780a62-5706-4ef2-a35e-7ac8bbc96383
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-03-11T00:42:51.950Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Instantiated an idempotent producer.
2023-03-11T00:42:52.083Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-11T00:42:52.161Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-11T00:42:52.162Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-11T00:42:52.162Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678495372158
2023-03-11T00:42:52.168Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-11T00:42:52.196Z||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-5abbc570-324d-4c1f-afa6-79490622c707
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-03-11T00:42:52.400Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-11T00:42:52.401Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-11T00:42:52.401Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678495372400
2023-03-11T00:42:52.403Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:42:52.408Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:42:52.409Z||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-a548accf-8855-427a-8141-07c47f9d5108
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-03-11T00:42:52.453Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-11T00:42:52.454Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-11T00:42:52.454Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678495372453
2023-03-11T00:42:52.455Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:42:52.476Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:42:52.482Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-11T00:42:53.754Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T00:42:53.755Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T00:42:53.755Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:42:53.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T00:42:53.756Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:42:53.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T00:42:53.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T00:42:53.756Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:42:53.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T00:42:53.757Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:42:53.758Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:42:53.758Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:42:53.758Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Cluster ID: K8bMKy7cQ4ug1tImh18nvg
2023-03-11T00:42:53.760Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Cluster ID: K8bMKy7cQ4ug1tImh18nvg
2023-03-11T00:42:53.760Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] ProducerId set to 5 with epoch 0
2023-03-11T00:42:53.761Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Cluster ID: K8bMKy7cQ4ug1tImh18nvg
2023-03-11T00:42:53.762Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-11T00:42:53.762Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-11T00:42:53.822Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] (Re-)joining group
2023-03-11T00:42:53.822Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] (Re-)joining group
2023-03-11T00:42:54.020Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108-a48674c6-6c9f-4f64-ba3a-0b3d35e1a7d5
2023-03-11T00:42:54.021Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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-03-11T00:42:54.022Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] (Re-)joining group
2023-03-11T00:42:54.079Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707-f4b2f9d7-dd46-4e89-8623-75e0d4a588ce
2023-03-11T00:42:54.080Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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-03-11T00:42:54.081Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] (Re-)joining group
2023-03-11T00:43:00.041Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108-a48674c6-6c9f-4f64-ba3a-0b3d35e1a7d5', protocol='range'}
2023-03-11T00:43:00.053Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707-f4b2f9d7-dd46-4e89-8623-75e0d4a588ce', protocol='range'}
2023-03-11T00:43:00.149Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:43:00.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:43:00.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:43:00.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:43:00.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:43:00.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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 iPkixe1QRjij_w8LJESODQ
2023-03-11T00:43:00.155Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108-a48674c6-6c9f-4f64-ba3a-0b3d35e1a7d5=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-5abbc570-324d-4c1f-afa6-79490622c707-f4b2f9d7-dd46-4e89-8623-75e0d4a588ce=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-03-11T00:43:00.228Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108-a48674c6-6c9f-4f64-ba3a-0b3d35e1a7d5', protocol='range'}
2023-03-11T00:43:00.228Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707-f4b2f9d7-dd46-4e89-8623-75e0d4a588ce', protocol='range'}
2023-03-11T00:43:00.230Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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-03-11T00:43:00.230Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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-03-11T00:43:00.236Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, 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-03-11T00:43:00.236Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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-03-11T00:43:00.272Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-11T00:43:00.273Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-11T00:43:00.273Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-11T00:43:00.273Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-11T00:43:00.273Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-11T00:43:00.274Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-11T00:43:00.274Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-11T00:43:00.274Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-11T00:43:00.274Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-11T00:43:00.275Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-11T00:43:00.275Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-11T00:43:00.275Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-11T00:43:00.338Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-11T00:43:00.341Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-11T00:43:00.379Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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-03-11T00:43:00.380Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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-03-11T00:43:00.384Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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-03-11T00:43:00.384Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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-03-11T00:43:00.393Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-11T00:43:00.394Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-11T00:43:00.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-11T00:43:00.399Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-11T00:43:00.653Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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-03-11T00:43:00.654Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, 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-03-11T00:43:52.413Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:43:52.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:44:52.415Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:44:52.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:45:52.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:45:52.481Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:46:52.422Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:46:52.482Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:47:52.422Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:47:52.483Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:48:52.424Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:48:52.485Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:49:52.424Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:49:52.485Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:50:52.426Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:50:52.487Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:51:52.428Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:51:52.488Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:51:53.874Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5abbc570-324d-4c1f-afa6-79490622c707, groupId=so] Node -1 disconnected.
2023-03-11T00:51:53.968Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a548accf-8855-427a-8141-07c47f9d5108, groupId=so] Node -1 disconnected.
2023-03-11T00:51:54.002Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Node -1 disconnected.
2023-03-11T00:52:04.433Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-11T00:52:52.430Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:52:52.489Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:53:52.431Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:53:52.490Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:54:52.433Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:54:52.492Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:55:52.435Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:55:52.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:56:52.436Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:56:52.495Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:57:52.437Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:57:52.497Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:58:52.439Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:58:52.499Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T00:59:52.440Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T00:59:52.499Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:00:52.442Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:00:52.500Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:01:52.444Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:01:52.502Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:02:52.444Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:02:52.503Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:03:52.446Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:03:52.504Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:04:52.446Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:04:52.505Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:05:52.447Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:05:52.507Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:06:52.449Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:06:52.508Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:07:52.451Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:07:52.509Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:08:52.452Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:08:52.510Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:09:52.453Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:09:52.511Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:10:52.454Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:10:52.512Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:11:52.456Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:11:52.514Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:12:52.458Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:12:52.514Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:13:52.458Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:13:52.516Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:14:52.459Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:14:52.517Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:15:52.463Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:15:52.519Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:16:52.465Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:16:52.520Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:17:52.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:17:52.521Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:18:52.468Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:18:52.522Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:19:52.469Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:19:52.524Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:20:52.470Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:20:52.524Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:21:52.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:21:52.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:22:52.473Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:22:52.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:23:52.474Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:23:52.528Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:24:52.477Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:24:52.529Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:25:52.480Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:25:52.531Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:26:52.482Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:26:52.531Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:27:52.484Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:27:52.532Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:28:52.485Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:28:52.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:29:52.486Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:29:52.536Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:30:52.487Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:30:52.537Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:31:52.487Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:31:52.538Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:32:52.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:32:52.539Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:33:52.490Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:33:52.540Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:34:52.493Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:34:52.542Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:35:52.494Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:35:52.544Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:36:52.495Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:36:52.544Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:37:52.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:37:52.546Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:38:52.497Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:38:52.546Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:39:52.499Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:39:52.548Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:40:52.501Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:40:52.549Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:41:52.501Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:41:52.550Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:42:52.504Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:42:52.552Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:43:52.505Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:43:52.553Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:44:52.508Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:44:52.554Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:45:52.511Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:45:52.556Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:46:52.513Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:46:52.557Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:47:52.515Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:47:52.557Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:48:52.517Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:48:52.558Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:49:52.518Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:49:52.565Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:50:52.519Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:50:52.567Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:51:52.520Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:51:52.568Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:52:52.521Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:52:52.569Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:53:52.522Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:53:52.570Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:54:52.523Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:54:52.571Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:55:52.524Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:55:52.573Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:56:52.526Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:56:52.574Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:57:52.528Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:57:52.575Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:58:52.529Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:58:52.576Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T01:59:52.529Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T01:59:52.578Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:00:52.530Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:00:52.578Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:01:52.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:01:52.579Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:02:52.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:02:52.580Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:03:52.536Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:03:52.581Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:04:52.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:04:52.583Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:05:52.539Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:05:52.583Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:06:52.540Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:06:52.584Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:07:52.540Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:07:52.585Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:08:52.542Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:08:52.586Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:09:52.543Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:09:52.587Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:10:52.544Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:10:52.587Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:11:52.546Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:11:52.588Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:12:52.548Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:12:52.590Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:13:52.550Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:13:52.590Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:14:52.552Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:14:52.591Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:15:52.553Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:15:52.593Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:16:52.554Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:16:52.593Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:17:52.554Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:17:52.593Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:18:52.556Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:18:52.594Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:19:52.557Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:19:52.595Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:20:52.558Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:20:52.596Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:21:52.560Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:21:52.597Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:22:52.562Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:22:52.597Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:23:52.564Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:23:52.599Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:24:52.564Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:24:52.599Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:25:52.565Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:25:52.600Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:26:52.567Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:26:52.602Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:27:52.567Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:27:52.603Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:28:52.568Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:28:52.605Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:29:52.569Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:29:52.605Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:30:52.569Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:30:52.606Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:31:52.571Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:31:52.606Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:32:52.574Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:32:52.607Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:33:52.574Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:33:52.608Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:34:52.576Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:34:52.609Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:35:52.578Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:35:52.609Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:36:52.579Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:36:52.611Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:37:52.580Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:37:52.612Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:38:52.581Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:38:52.613Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:39:52.581Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:39:52.613Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:40:52.583Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:40:52.614Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:41:52.585Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:41:52.616Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:42:52.586Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:42:52.617Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:43:52.588Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:43:52.617Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:44:52.589Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:44:52.619Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:45:52.590Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:45:52.620Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:46:52.591Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:46:52.621Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:47:52.592Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:47:52.622Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:07.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-11T02:48:07.436Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f130718a-8b3f-47e4-b62e-10b5a5d8b990","serviceName":"basic_onboard_JQuUhf","serviceVersion":"1.0","serviceUUID":"bc0319eb-5da3-4b64-8381-94b558f42222","serviceDescription":"service","serviceInvariantUUID":"26dde48d-5e9c-4d94-9a2a-c275529eb926","resources":[{"resourceInstanceName":"basic_onboard_JQuUhf 0","resourceName":"basic_onboard_JQuUhf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fdd947d-4e74-4f9b-97c9-fb9d2e2ed8b8","resourceInvariantUUID":"79b7e434-f3c7-405e-83d7-d97ddeabf40f","resourceCustomizationUUID":"b43866a8-ab4a-4748-b537-21250005a79a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vf-license-model.xml","artifactChecksum":"NmY4Mzc2YzBhMzIzODdmMzA3NzBjYTIzNDVmMWJkM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dfb58039-48fb-41d4-a54a-69e0bce4b425","artifactVersion":"1"},{"artifactName":"basic_onboard_jquuhf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json","artifactChecksum":"YjIzMjkzNjg4YTJiYjQzNDI1MmM0NGM5ZDgzZTMyNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd1c9d33-9e41-4f20-b1f2-a234c9534ce0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ddb86511-d3ed-426b-a4bf-6675c44c8c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd214228-cf3a-44e6-9316-7387a273906e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"133b9643-8060-44c7-b6fd-721e278a13a5","artifactVersion":"2","generatedFromUUID":"ddb86511-d3ed-426b-a4bf-6675c44c8c26"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJquuhf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-template.yml","artifactChecksum":"NWM3YWJhNDFkMjU4YmU2NWM3ZDczMWM1NTk1MDRkYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba318b43-68f4-4e8f-8f17-217bf070b147","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJquuhf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar","artifactChecksum":"M2QyNmZiNGM1Mzc4ZThkYmM4MTJmYTI2MmRmN2MyMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bc4af01-09a3-47d3-a9bf-b4551483f7cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-11T02:48:07.455Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T02:48:07.466Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:07.467Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:07.469Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:07.482Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T02:48:07.482Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T02:48:07.483Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T02:48:07.483Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T02:48:07.483Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T02:48:07.484Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T02:48:07.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:48:07.774Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502863945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:48:07.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:48:08.510Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T02:48:08.511Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:08.511Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:08.511Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:09.513Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T02:48:09.514Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:09.514Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:09.514Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:10.515Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T02:48:10.516Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:10.516Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:10.517Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:11.518Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T02:48:11.518Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:11.518Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:11.518Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:12.519Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T02:48:12.520Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:12.520Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:12.520Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:13.521Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T02:48:13.521Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:13.521Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:13.522Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:14.524Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"serviceName": "basic_onboard_JQuUhf",
"serviceVersion": "1.0",
"serviceUUID": "bc0319eb-5da3-4b64-8381-94b558f42222",
"serviceDescription": "service",
"serviceInvariantUUID": "26dde48d-5e9c-4d94-9a2a-c275529eb926",
"resources": [
{
"resourceInstanceName": "basic_onboard_JQuUhf 0",
"resourceCustomizationUUID": "b43866a8-ab4a-4748-b537-21250005a79a",
"resourceName": "basic_onboard_JQuUhf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6fdd947d-4e74-4f9b-97c9-fb9d2e2ed8b8",
"resourceInvariantUUID": "79b7e434-f3c7-405e-83d7-d97ddeabf40f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jquuhf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"artifactChecksum": "YjIzMjkzNjg4YTJiYjQzNDI1MmM0NGM5ZDgzZTMyNDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bd1c9d33-9e41-4f20-b1f2-a234c9534ce0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ddb86511-d3ed-426b-a4bf-6675c44c8c26",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "133b9643-8060-44c7-b6fd-721e278a13a5",
"generatedFromUUID": "ddb86511-d3ed-426b-a4bf-6675c44c8c26"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "133b9643-8060-44c7-b6fd-721e278a13a5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJquuhf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"artifactChecksum": "M2QyNmZiNGM1Mzc4ZThkYmM4MTJmYTI2MmRmN2MyMjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6bc4af01-09a3-47d3-a9bf-b4551483f7cd"
}
],
"workloadContext": "Production"
}
2023-03-11T02:48:14.528Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-11T02:48:14.528Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bc0319eb-5da3-4b64-8381-94b558f42222 ASDC
2023-03-11T02:48:14.678Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f130718a-8b3f-47e4-b62e-10b5a5d8b990
ServiceName:basic_onboard_JQuUhf
ServiceVersion:1.0
ServiceUUID:bc0319eb-5da3-4b64-8381-94b558f42222
ServiceInvariantUUID:26dde48d-5e9c-4d94-9a2a-c275529eb926
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJquuhf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar
ArtifactUUID:6bc4af01-09a3-47d3-a9bf-b4551483f7cd
ArtifactChecksum:M2QyNmZiNGM1Mzc4ZThkYmM4MTJmYTI2MmRmN2MyMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JQuUhf 0
ResourceCustomizationUUID:b43866a8-ab4a-4748-b537-21250005a79a
ResourceInvariantUUID:79b7e434-f3c7-405e-83d7-d97ddeabf40f
ResourceName:basic_onboard_JQuUhf
ResourceType:VF
ResourceUUID:6fdd947d-4e74-4f9b-97c9-fb9d2e2ed8b8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jquuhf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json
ArtifactUUID:bd1c9d33-9e41-4f20-b1f2-a234c9534ce0
ArtifactChecksum:YjIzMjkzNjg4YTJiYjQzNDI1MmM0NGM5ZDgzZTMyNDA=
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/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ddb86511-d3ed-426b-a4bf-6675c44c8c26
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/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env
ArtifactUUID:133b9643-8060-44c7-b6fd-721e278a13a5
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/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env
ArtifactUUID:133b9643-8060-44c7-b6fd-721e278a13a5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-11T02:48:14.678Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc0319eb-5da3-4b64-8381-94b558f42222 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-03-11T02:48:14.943Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-11T02:48:14.945Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-11T02:48:14.946Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-11T02:48:14.946Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6bc4af01-09a3-47d3-a9bf-b4551483f7cd from URL: /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:14.946Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-11T02:48:14.947Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:15.257Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-11T02:48:15.287Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar 6bc4af01-09a3-47d3-a9bf-b4551483f7cd 75666
2023-03-11T02:48:15.288Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar ASDC sendASDCNotification
2023-03-11T02:48:15.288Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:15.289Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T02:48:15.290Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:15.290Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:15.290Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502895287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:16.293Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-11T02:48:16.294Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-11T02:48:16.294Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6bc4af01-09a3-47d3-a9bf-b4551483f7cd, URL: /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar to file: /app/ASDC/1/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:16.295Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:16.377Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:16.377Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:17.130Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11896459162186020513/Definitions/service-BasicOnboardJquuhf-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-03-11T02:48:19.626Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-11T02:48:19.632Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-11T02:48:19.632Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:19.633Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-11T02:48:19.633Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:19.633Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:19.634Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JQuUhf 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-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:19.634Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:19.634Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:19.634Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:19.634Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:19.635Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-11T02:48:19.642Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.644Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:19.651Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is matching search criteria
2023-03-11T02:48:19.652Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-11T02:48:19.655Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JQuUhf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-11T02:48:19.657Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.658Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:19.658Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is matching search criteria
2023-03-11T02:48:19.658Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-11T02:48:19.659Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JQuUhf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-11T02:48:19.659Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.660Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:19.664Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.664Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is not matching search criteria
2023-03-11T02:48:19.665Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-11T02:48:19.665Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-11T02:48:19.665Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-11T02:48:19.665Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-11T02:48:19.666Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-11T02:48:19.666Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.666Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-11T02:48:19.668Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.668Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is matching search criteria
2023-03-11T02:48:19.669Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JQuUhf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T02:48:19.669Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.670Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is matching search criteria
2023-03-11T02:48:19.670Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JQuUhf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T02:48:19.670Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.670Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is matching search criteria
2023-03-11T02:48:19.671Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JQuUhf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T02:48:19.671Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.671Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is not matching search criteria
2023-03-11T02:48:19.672Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-11T02:48:19.672Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-11T02:48:19.672Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=710f7e2b-6ae8-4d74-bf3d-4b286d4d5fcb
2023-03-11T02:48:19.673Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.673Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:19.673Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.673Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:19.674Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.674Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:19.674Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:19.675Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:19.675Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_JQuUhf
Description:service
Model UUID:bc0319eb-5da3-4b64-8381-94b558f42222
Model Version:NULL
Model InvariantUuid:26dde48d-5e9c-4d94-9a2a-c275529eb926
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_JQuUhf
Model UUID:4b622f64-03d8-4a26-b4d0-bace85630ee2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:79b7e434-f3c7-405e-83d7-d97ddeabf40f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b43866a8-ab4a-4748-b537-21250005a79a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:347852d9-7f3d-437e-870c-c56e478a0dcd
ModelName:BasicOnboardJquuhf..base_ubuntu18..module-0
ModelUuid:3468a29a-0e2f-4d61-8cab-51e89072291b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:710f7e2b-6ae8-4d74-bf3d-4b286d4d5fcb
ModelInvariantUuid:557f5b01-b2f9-4467-a24e-f2cdbd1cf178
ModelName:basic_onboard_JQuUhf-nodes.ubuntu18Cvfc
ModelUuid:3fc7b1ee-ce87-49de-b171-38a839c0d568
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:33b612e2-079d-42e3-8fa9-72c2b3d1c122
ModelInvariantUuid:5dea7b0a-bbfc-4bb0-9e37-d405a53a85d6
ModelName:BasicOnboardJquuhf.compute.nodes.heat.ubuntu18
ModelUuid:9e9c1009-2bfb-4ec5-9042-545c5ca81dda
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-03-11T02:48:19.704Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fdd947d-4e74-4f9b-97c9-fb9d2e2ed8b8
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-03-11T02:48:19.774Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||basic_onboard_JQuUhf 0
2023-03-11T02:48:19.782Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fdd947d-4e74-4f9b-97c9-fb9d2e2ed8b8
2023-03-11T02:48:19.783Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd1c9d33-9e41-4f20-b1f2-a234c9534ce0 from URL: /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json
2023-03-11T02:48:19.783Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-11T02:48:19.783Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json
2023-03-11T02:48:20.017Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-11T02:48:20.018Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json bd1c9d33-9e41-4f20-b1f2-a234c9534ce0 798
2023-03-11T02:48:20.018Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json ASDC sendASDCNotification
2023-03-11T02:48:20.018Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json
2023-03-11T02:48:20.019Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T02:48:20.019Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:20.019Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:20.020Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502900018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:21.021Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJquuhf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "347852d9-7f3d-437e-870c-c56e478a0dcd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3468a29a-0e2f-4d61-8cab-51e89072291b",
"vfModuleModelCustomizationUUID": "9741fbc3-8871-4607-8623-8033f7580cd8",
"isBase": true,
"artifacts": [
"ddb86511-d3ed-426b-a4bf-6675c44c8c26",
"133b9643-8060-44c7-b6fd-721e278a13a5"
],
"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-03-11T02:48:21.037Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJquuhf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3468a29a-0e2f-4d61-8cab-51e89072291b
VfModuleModelInvariantUUID:347852d9-7f3d-437e-870c-c56e478a0dcd
VfModuleModelDescription:NULL
Artifacts UUID List:{
ddb86511-d3ed-426b-a4bf-6675c44c8c26
,
133b9643-8060-44c7-b6fd-721e278a13a5
}
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-03-11T02:48:21.040Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJquuhf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "347852d9-7f3d-437e-870c-c56e478a0dcd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3468a29a-0e2f-4d61-8cab-51e89072291b",
"vfModuleModelCustomizationUUID": "9741fbc3-8871-4607-8623-8033f7580cd8",
"isBase": true,
"artifacts": [
"ddb86511-d3ed-426b-a4bf-6675c44c8c26",
"133b9643-8060-44c7-b6fd-721e278a13a5"
],
"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-03-11T02:48:21.041Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJquuhf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3468a29a-0e2f-4d61-8cab-51e89072291b
VfModuleModelInvariantUUID:347852d9-7f3d-437e-870c-c56e478a0dcd
VfModuleModelDescription:NULL
Artifacts UUID List:{
ddb86511-d3ed-426b-a4bf-6675c44c8c26
,
133b9643-8060-44c7-b6fd-721e278a13a5
}
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-03-11T02:48:21.041Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ddb86511-d3ed-426b-a4bf-6675c44c8c26 from URL: /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml
2023-03-11T02:48:21.041Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-11T02:48:21.041Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml
2023-03-11T02:48:21.189Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-11T02:48:21.189Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml ddb86511-d3ed-426b-a4bf-6675c44c8c26 5033
2023-03-11T02:48:21.190Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-11T02:48:21.190Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml
2023-03-11T02:48:21.190Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T02:48:21.190Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:21.190Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:21.191Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502901190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:22.191Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 133b9643-8060-44c7-b6fd-721e278a13a5 from URL: /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env
2023-03-11T02:48:22.192Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-11T02:48:22.192Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env
2023-03-11T02:48:22.310Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-11T02:48:22.311Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env 133b9643-8060-44c7-b6fd-721e278a13a5 909
2023-03-11T02:48:22.311Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-11T02:48:22.311Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env
2023-03-11T02:48:22.311Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T02:48:22.312Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:22.312Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:22.312Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502902311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:23.313Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: bc0319eb-5da3-4b64-8381-94b558f42222
2023-03-11T02:48:23.314Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JQuUhf 0 6fdd947d-4e74-4f9b-97c9-fb9d2e2ed8b8 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-03-11T02:48:23.350Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@256bb525, org.onap.sdc.toscaparser.api.parameters.Input@4f9ec33d, org.onap.sdc.toscaparser.api.parameters.Input@6fe21cc2, org.onap.sdc.toscaparser.api.parameters.Input@463b9c6d, org.onap.sdc.toscaparser.api.parameters.Input@3e81db12]
2023-03-11T02:48:23.354Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.355Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:23.355Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-03-11T02:48:23.355Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b43866a8-ab4a-4748-b537-21250005a79a
2023-03-11T02:48:23.356Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b43866a8-ab4a-4748-b537-21250005a79a matches Tosca VF Customization UUID: b43866a8-ab4a-4748-b537-21250005a79a
2023-03-11T02:48:23.356Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b43866a8-ab4a-4748-b537-21250005a79a 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-03-11T02:48:23.363Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.364Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:23.365Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b43866a8-ab4a-4748-b537-21250005a79a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-11T02:48:23.365Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fadde06
2023-03-11T02:48:23.365Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.366Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-11T02:48:23.366Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9741fbc3-8871-4607-8623-8033f7580cd8
2023-03-11T02:48:23.368Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9741fbc3-8871-4607-8623-8033f7580cd8
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-03-11T02:48:23.378Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.378Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is matching search criteria
2023-03-11T02:48:23.378Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JQuUhf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T02:48:23.379Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.379Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is matching search criteria
2023-03-11T02:48:23.379Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JQuUhf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T02:48:23.380Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.380Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is not matching search criteria
2023-03-11T02:48:23.380Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-11T02:48:23.380Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-11T02:48:23.381Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=710f7e2b-6ae8-4d74-bf3d-4b286d4d5fcb
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-03-11T02:48:23.393Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.394Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is matching search criteria
2023-03-11T02:48:23.394Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JQuUhf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T02:48:23.394Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.394Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JQuUhf 0 is matching search criteria
2023-03-11T02:48:23.395Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JQuUhf 0] matching following query criteria: sdcType=VF, customizationUUID=b43866a8-ab4a-4748-b537-21250005a79a
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-03-11T02:48:23.398Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.399Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:23.399Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid bc0319eb-5da3-4b64-8381-94b558f42222: basic_onboard_JQuUhf
2023-03-11T02:48:23.399Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.399Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:23.400Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.400Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:23.400Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.400Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:23.401Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.401Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:23.403Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T02:48:23.403Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JQuUhf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T02:48:23.403Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_JQuUhf
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-03-11T02:48:23.709Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JQuUhf 6fdd947d-4e74-4f9b-97c9-fb9d2e2ed8b8 1 ASDC deployResourceStructure
2023-03-11T02:48:23.709Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json ASDC sendASDCNotification
2023-03-11T02:48:23.709Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json
2023-03-11T02:48:23.710Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-11T02:48:23.710Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:23.710Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:23.710Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502903709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:24.711Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-11T02:48:24.711Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml
2023-03-11T02:48:24.711Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-11T02:48:24.712Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:24.712Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:24.712Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502904711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:25.713Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-11T02:48:25.713Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env
2023-03-11T02:48:25.713Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-11T02:48:25.714Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:25.714Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:25.714Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502905713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:26.715Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar ASDC sendASDCNotification
2023-03-11T02:48:26.715Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar
2023-03-11T02:48:26.715Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-11T02:48:26.715Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:48:26.716Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:48:26.716Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502906715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:27.717Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f130718a-8b3f-47e4-b62e-10b5a5d8b990
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T02:48:27.749Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f130718a-8b3f-47e4-b62e-10b5a5d8b990
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-03-11T02:48:27.752Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T02:48:27.752Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T02:48:27.753Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T02:48:52.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:48:52.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:48:52.462Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "policy-distribution-id",
"timestamp": 1678502863872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:48:52.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:48:57.753Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f130718a-8b3f-47e4-b62e-10b5a5d8b990
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T02:48:57.768Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f130718a-8b3f-47e4-b62e-10b5a5d8b990
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-03-11T02:48:57.770Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T02:48:57.771Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T02:48:57.771Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T02:49:27.771Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f130718a-8b3f-47e4-b62e-10b5a5d8b990
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T02:49:27.787Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f130718a-8b3f-47e4-b62e-10b5a5d8b990
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-03-11T02:49:27.790Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T02:49:27.790Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T02:49:27.790Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T02:49:52.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:49:52.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.469Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.471Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.471Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "cds-sdc-listener",
"timestamp": 1678502870549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.472Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.472Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "ves-openapi-manager",
"timestamp": 1678502866693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.472Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.473Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "aai-model-loader",
"timestamp": 1678502868380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.473Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.473Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678502885727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.473Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.474Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502863945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.474Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "policy-distribution-id",
"timestamp": 1678502863872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.475Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.475Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "cds-sdc-listener",
"timestamp": 1678502870549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.476Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "ves-openapi-manager",
"timestamp": 1678502866693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.476Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "aai-model-loader",
"timestamp": 1678502868380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.477Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.477Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678502885727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.477Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.477Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502863945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.478Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.478Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.481Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "policy-distribution-id",
"timestamp": 1678502863872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.481Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "cds-sdc-listener",
"timestamp": 1678502870549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "ves-openapi-manager",
"timestamp": 1678502866693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "aai-model-loader",
"timestamp": 1678502868380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.483Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678502885727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.484Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.484Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502863945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.485Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "policy-distribution-id",
"timestamp": 1678502863872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.485Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "cds-sdc-listener",
"timestamp": 1678502870549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.486Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "ves-openapi-manager",
"timestamp": 1678502866693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.486Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "aai-model-loader",
"timestamp": 1678502868380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.487Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678502885727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.488Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502863945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.488Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "policy-distribution-id",
"timestamp": 1678502863872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.489Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.490Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "ves-openapi-manager",
"timestamp": 1678502866693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.490Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "cds-sdc-listener",
"timestamp": 1678502870549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.491Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "aai-model-loader",
"timestamp": 1678502868380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.492Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678502885727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.493Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502863945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.493Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.494Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "policy-distribution-id",
"timestamp": 1678502863872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.494Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.495Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "cds-sdc-listener",
"timestamp": 1678502870549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.495Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.495Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "ves-openapi-manager",
"timestamp": 1678502866693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.496Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "aai-model-loader",
"timestamp": 1678502868380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.497Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678502885727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.497Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502872592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.498Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "policy-distribution-id",
"timestamp": 1678502863872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.498Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502863945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.499Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.499Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "ves-openapi-manager",
"timestamp": 1678502866693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T02:49:52.499Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.499Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "aai-model-loader",
"timestamp": 1678502868380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.499Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.500Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "cds-sdc-listener",
"timestamp": 1678502870549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.500Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678502885727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T02:49:52.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.501Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "policy-distribution-id",
"timestamp": 1678502893960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.501Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502894980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.501Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "cds-sdc-listener",
"timestamp": 1678502893749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.502Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "aai-model-loader",
"timestamp": 1678502893458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.502Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502895287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.503Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678502894771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.503Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "policy-distribution-id",
"timestamp": 1678502894977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T02:49:52.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.504Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502896159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.504Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "policy-distribution-id",
"timestamp": 1678502895981,
"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-03-11T02:49:52.523Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f130718a-8b3f-47e4-b62e-10b5a5d8b990
2023-03-11T02:49:52.524Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f130718a-8b3f-47e4-b62e-10b5a5d8b990 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-03-11T02:49:52.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502897309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502898474,
"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-03-11T02:49:52.549Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f130718a-8b3f-47e4-b62e-10b5a5d8b990
2023-03-11T02:49:52.549Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f130718a-8b3f-47e4-b62e-10b5a5d8b990 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-03-11T02:49:52.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.561Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "multicloud-k8s",
"timestamp": 1678502899480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-11T02:49:52.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.562Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502900018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.562Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678502899916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T02:49:52.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.563Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502901190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.563Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678502900922,
"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-03-11T02:49:52.572Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f130718a-8b3f-47e4-b62e-10b5a5d8b990
2023-03-11T02:49:52.572Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f130718a-8b3f-47e4-b62e-10b5a5d8b990 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-03-11T02:49:52.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.585Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502902311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-11T02:49:52.585Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.586Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502903709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/basic_onboard_jquuhf0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-11T02:49:52.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.586Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502904711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-03-11T02:49:52.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.587Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502905713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/resourceInstances/basic_onboard_jquuhf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-03-11T02:49:52.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.587Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678502906715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T02:49:52.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.588Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "aai-model-loader",
"timestamp": 1678502918169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJquuhf/1.0/artifacts/service-BasicOnboardJquuhf-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T02:49:52.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:49:52.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:49:52.588Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "aai-model-loader",
"timestamp": 1678502919182,
"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-03-11T02:49:52.598Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f130718a-8b3f-47e4-b62e-10b5a5d8b990
2023-03-11T02:49:52.598Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f130718a-8b3f-47e4-b62e-10b5a5d8b990 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-03-11T02:49:57.791Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f130718a-8b3f-47e4-b62e-10b5a5d8b990
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T02:49:57.811Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f130718a-8b3f-47e4-b62e-10b5a5d8b990
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-03-11T02:49:57.816Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T02:49:57.816Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-11T02:49:57.816Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-11T02:49:57.816Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-11T02:49:57.816Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T02:49:57.817Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T02:49:57.817Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T02:49:57.817Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T02:49:57.817Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-11T02:49:57.828Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-11T02:50:27.828Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f130718a-8b3f-47e4-b62e-10b5a5d8b990 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-03-11T02:50:27.845Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f130718a-8b3f-47e4-b62e-10b5a5d8b990 and serviceModelVersionId: bc0319eb-5da3-4b64-8381-94b558f42222
2023-03-11T02:50:27.846Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26dde48d-5e9c-4d94-9a2a-c275529eb926
2023-03-11T02:50:43.777Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26dde48d-5e9c-4d94-9a2a-c275529eb926/model-vers/model-ver/bc0319eb-5da3-4b64-8381-94b558f42222?depth=0
2023-03-11T02:50:43.904Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-11T02:50:44.465Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/26dde48d-5e9c-4d94-9a2a-c275529eb926/model-vers/model-ver/bc0319eb-5da3-4b64-8381-94b558f42222?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-03-11T02:50:44.470Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/26dde48d-5e9c-4d94-9a2a-c275529eb926/model-vers/model-ver/bc0319eb-5da3-4b64-8381-94b558f42222?depth=0|INFO|500||Invoke
2023-03-11T02:50:44.503Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/26dde48d-5e9c-4d94-9a2a-c275529eb926/model-vers/model-ver/bc0319eb-5da3-4b64-8381-94b558f42222?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-11T02:50:44.960Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/26dde48d-5e9c-4d94-9a2a-c275529eb926/model-vers/model-ver/bc0319eb-5da3-4b64-8381-94b558f42222?depth=0|INFO|500||InvokeReturn
2023-03-11T02:50:44.961Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/26dde48d-5e9c-4d94-9a2a-c275529eb926/model-vers/model-ver/bc0319eb-5da3-4b64-8381-94b558f42222?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Mar 2023 02:50:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[430], vertex-id=[372784], x-aai-txid=[0-aai-resources-230311-02:50:43:544-11605], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-11T02:50:44.961Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-11T02:50:44.965Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-11T02:50:44.965Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-11T02:50:45.003Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-11T02:50:45.009Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f130718a-8b3f-47e4-b62e-10b5a5d8b990 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-11T02:50:45.010Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-11T02:50:45.010Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-11T02:50:45.011Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T02:50:45.011Z|f130718a-8b3f-47e4-b62e-10b5a5d8b990|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678503045009,
"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-03-11T02:50:46.029Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:50:52.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:50:52.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T02:50:52.468Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f130718a-8b3f-47e4-b62e-10b5a5d8b990",
"consumerID": "SO-sdc-controller",
"timestamp": 1678503045009,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-11T02:50:52.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T02:51:46.030Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:51:52.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:52:46.031Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:52:52.461Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:53:46.032Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:53:52.461Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:54:46.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:54:52.463Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:55:46.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:55:52.463Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:56:46.035Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:56:52.464Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:57:46.036Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:57:52.466Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:58:46.037Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:58:52.468Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T02:59:46.038Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T02:59:52.469Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:00:46.041Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:00:52.470Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:00:54.979Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Node 0 disconnected.
2023-03-11T03:01:46.042Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:01:52.470Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:02:46.043Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:02:52.471Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:03:46.044Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:03:52.473Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:04:46.045Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:04:52.473Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:05:46.047Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:05:52.475Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:06:46.048Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:06:52.476Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:07:46.048Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:07:52.477Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:08:46.050Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:08:52.479Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:09:46.054Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:09:52.480Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:10:46.056Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:10:52.481Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:11:46.057Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:11:52.483Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:12:46.058Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:12:52.484Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:13:46.060Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:13:52.485Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:14:46.060Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:14:52.486Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:15:46.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:15:52.487Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:16:46.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:16:52.488Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:17:46.064Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:17:52.490Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:18:46.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:18:52.490Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:19:46.068Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:19:52.492Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:20:46.069Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:20:52.494Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:21:46.070Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:21:52.494Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:22:46.071Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:22:52.495Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:23:46.073Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:23:52.496Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:24:46.073Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:24:52.497Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:25:46.074Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:25:52.497Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:26:46.076Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:26:52.499Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:27:46.078Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:27:52.499Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:28:46.079Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:28:52.501Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:29:46.081Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:29:52.501Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:30:46.083Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:30:52.503Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:31:46.084Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:31:52.504Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:32:46.085Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:32:52.506Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:33:46.086Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:33:52.508Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:34:46.087Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:34:52.508Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:35:46.087Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:35:52.510Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:36:46.090Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:36:52.511Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:37:46.092Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:37:52.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:38:46.093Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:38:52.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:39:46.094Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:39:52.514Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:40:46.096Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:40:52.515Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:41:46.098Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:41:52.516Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:42:46.099Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:42:52.517Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:43:46.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:43:52.519Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:44:46.102Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:44:52.520Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:45:46.105Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:45:52.521Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:23.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-11T03:46:23.694Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"275311f7-45d5-4ab2-b481-8f4bddad9688","serviceName":"vFW 2023-03-11 03-44-23","serviceVersion":"1.0","serviceUUID":"e0ffae83-4dc7-4fea-a967-b95907e307bd","serviceDescription":"catalog service description","serviceInvariantUUID":"d3fd334e-5123-46eb-bdd8-a32e9847782c","resources":[{"resourceInstanceName":"vFW 03ee6b79-d332 0","resourceName":"vFW 03ee6b79-d332","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1997607-f298-46c7-ace3-e5213face1ab","resourceInvariantUUID":"233c021f-cb76-40ef-9bd6-69f01439bf16","resourceCustomizationUUID":"0b6c028a-5060-4062-ade6-bc7f265fbe12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vf-license-model.xml","artifactChecksum":"MzYzYWZmZWE1Y2QxMTNhODI2ZjE2NmUyNDE1MWYyZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"34861489-99ca-4e09-8116-043fd930f74b","artifactVersion":"1"},{"artifactName":"vfw03ee6b79d3320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json","artifactChecksum":"Yjk0Mjk0NTU4MzA4ZDBmMzQ2NzNiMjBkMTkwY2U3OGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ff6ce15-5636-4c29-b0b2-1c634de6b0f2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3dbd2087-badc-4fa5-bef8-a518606fc78c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M2ZDkyNzEwMDI4NGE2OWI1MjExZWJkZWE1YWJjOTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5278eca5-6e2a-4d71-88c1-5f0e86d2f8e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"278b313a-d69b-430a-a380-797563c38dd2","artifactVersion":"2","generatedFromUUID":"3dbd2087-badc-4fa5-bef8-a518606fc78c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230311034423-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-template.yml","artifactChecksum":"NmMzYjk5N2IxMzE4NjMzZDQ1MTU2ZWYyNGJlZjAyZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf191e8f-811f-40fe-93c4-73fa16489d2c","artifactVersion":"1"},{"artifactName":"service-Vfw20230311034423-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar","artifactChecksum":"YWIxOWNlNGVjOTE3OGU2YjdkYTk2MmQ2NDY3NTIyYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd6d3561-76bd-4b53-b358-24a983bb55c4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-11T03:46:23.703Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:46:23.704Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:23.704Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:23.704Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:23.747Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T03:46:23.748Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T03:46:23.748Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T03:46:23.748Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T03:46:23.749Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T03:46:23.749Z||kafka-producer-network-thread | SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64780a62-5706-4ef2-a35e-7ac8bbc96383] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to rGkQ_Gy0SAecxxZ1ap-kgw
2023-03-11T03:46:23.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:46:23.843Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:46:23.845Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:46:23.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:46:23.845Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506380630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:46:23.845Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:46:24.751Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:46:24.751Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:24.751Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:24.752Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:25.752Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:46:25.753Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:25.753Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:25.753Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:26.754Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:46:26.755Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:26.755Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:26.755Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:27.756Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:46:27.756Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:27.756Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:27.756Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:28.757Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:46:28.758Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:28.758Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:28.759Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:29.760Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:46:29.760Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:29.760Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:29.761Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:30.762Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"serviceName": "vFW 2023-03-11 03-44-23",
"serviceVersion": "1.0",
"serviceUUID": "e0ffae83-4dc7-4fea-a967-b95907e307bd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d3fd334e-5123-46eb-bdd8-a32e9847782c",
"resources": [
{
"resourceInstanceName": "vFW 03ee6b79-d332 0",
"resourceCustomizationUUID": "0b6c028a-5060-4062-ade6-bc7f265fbe12",
"resourceName": "vFW 03ee6b79-d332",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e1997607-f298-46c7-ace3-e5213face1ab",
"resourceInvariantUUID": "233c021f-cb76-40ef-9bd6-69f01439bf16",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw03ee6b79d3320_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"artifactChecksum": "Yjk0Mjk0NTU4MzA4ZDBmMzQ2NzNiMjBkMTkwY2U3OGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9ff6ce15-5636-4c29-b0b2-1c634de6b0f2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3dbd2087-badc-4fa5-bef8-a518606fc78c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "278b313a-d69b-430a-a380-797563c38dd2",
"generatedFromUUID": "3dbd2087-badc-4fa5-bef8-a518606fc78c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "278b313a-d69b-430a-a380-797563c38dd2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230311034423-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"artifactChecksum": "YWIxOWNlNGVjOTE3OGU2YjdkYTk2MmQ2NDY3NTIyYTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd6d3561-76bd-4b53-b358-24a983bb55c4"
}
],
"workloadContext": "Production"
}
2023-03-11T03:46:30.763Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-11T03:46:30.763Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e0ffae83-4dc7-4fea-a967-b95907e307bd ASDC
2023-03-11T03:46:30.764Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:275311f7-45d5-4ab2-b481-8f4bddad9688
ServiceName:vFW 2023-03-11 03-44-23
ServiceVersion:1.0
ServiceUUID:e0ffae83-4dc7-4fea-a967-b95907e307bd
ServiceInvariantUUID:d3fd334e-5123-46eb-bdd8-a32e9847782c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230311034423-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar
ArtifactUUID:cd6d3561-76bd-4b53-b358-24a983bb55c4
ArtifactChecksum:YWIxOWNlNGVjOTE3OGU2YjdkYTk2MmQ2NDY3NTIyYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 03ee6b79-d332 0
ResourceCustomizationUUID:0b6c028a-5060-4062-ade6-bc7f265fbe12
ResourceInvariantUUID:233c021f-cb76-40ef-9bd6-69f01439bf16
ResourceName:vFW 03ee6b79-d332
ResourceType:VF
ResourceUUID:e1997607-f298-46c7-ace3-e5213face1ab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw03ee6b79d3320_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json
ArtifactUUID:9ff6ce15-5636-4c29-b0b2-1c634de6b0f2
ArtifactChecksum:Yjk0Mjk0NTU4MzA4ZDBmMzQ2NzNiMjBkMTkwY2U3OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml
ArtifactUUID:3dbd2087-badc-4fa5-bef8-a518606fc78c
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env
ArtifactUUID:278b313a-d69b-430a-a380-797563c38dd2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env
ArtifactUUID:278b313a-d69b-430a-a380-797563c38dd2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-11T03:46:30.764Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0ffae83-4dc7-4fea-a967-b95907e307bd 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-03-11T03:46:30.863Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-11T03:46:30.865Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:46:30.865Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:46:30.866Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cd6d3561-76bd-4b53-b358-24a983bb55c4 from URL: /sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:30.866Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-11T03:46:30.866Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:31.236Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-11T03:46:31.237Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar cd6d3561-76bd-4b53-b358-24a983bb55c4 101503
2023-03-11T03:46:31.238Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar ASDC sendASDCNotification
2023-03-11T03:46:31.238Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:31.238Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T03:46:31.238Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:31.239Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:31.239Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506391238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:32.239Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-11T03:46:32.240Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:46:32.241Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cd6d3561-76bd-4b53-b358-24a983bb55c4, URL: /sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar to file: /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:32.241Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230311034423-csar.csar
2023-03-11T03:46:32.242Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:32.242Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:32.572Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9462859148668745981/Definitions/service-Vfw20230311034423-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-11T03:46:35.724Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-11T03:46:35.725Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-11T03:46:35.725Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.725Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-11T03:46:35.725Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.725Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.725Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.725Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.726Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.726Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 03ee6b79-d332 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-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.726Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.726Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.726Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.726Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.726Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:35.726Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-11T03:46:35.727Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.727Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:35.727Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:35.728Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-11T03:46:35.728Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-11T03:46:35.728Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.728Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:35.728Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:35.728Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-11T03:46:35.729Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-11T03:46:35.729Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.729Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:35.729Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.729Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is not matching search criteria
2023-03-11T03:46:35.730Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-11T03:46:35.730Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-11T03:46:35.730Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:35.730Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.730Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-11T03:46:35.730Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.730Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-11T03:46:35.731Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-11T03:46:35.731Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-11T03:46:35.731Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.731Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:35.732Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-11T03:46:35.732Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:35.732Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-11T03:46:35.732Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.732Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-11T03:46:35.732Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.733Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-11T03:46:35.733Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.733Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:35.733Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T03:46:35.734Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.734Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:35.734Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T03:46:35.734Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.734Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:35.735Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T03:46:35.735Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.735Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is not matching search criteria
2023-03-11T03:46:35.735Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-11T03:46:35.736Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-11T03:46:35.736Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-11T03:46:35.736Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-11T03:46:35.736Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-11T03:46:35.737Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.737Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:35.737Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-11T03:46:35.737Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:35.737Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-11T03:46:35.737Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.738Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b9bb0554-0e0d-4c3e-9b8f-769521aa0bc5
2023-03-11T03:46:35.738Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.738Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is not matching search criteria
2023-03-11T03:46:35.738Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-11T03:46:35.739Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-11T03:46:35.739Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:35.739Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.739Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-11T03:46:35.739Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.740Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-11T03:46:35.740Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-11T03:46:35.740Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-11T03:46:35.740Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:35.741Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-11T03:46:35.741Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.741Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=77ebf826-33bd-46cf-9ad0-aa317978ea52
2023-03-11T03:46:35.741Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.742Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is not matching search criteria
2023-03-11T03:46:35.742Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-11T03:46:35.742Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-11T03:46:35.742Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:35.742Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.742Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-11T03:46:35.742Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.743Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-11T03:46:35.743Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-11T03:46:35.743Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-11T03:46:35.743Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-11T03:46:35.743Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:35.744Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-11T03:46:35.744Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=41da0b7d-2acf-4880-8d42-a687ac387264
2023-03-11T03:46:35.744Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.744Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:35.744Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.745Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:35.745Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.745Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:35.745Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:35.745Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:35.746Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-11 03-44-23
Description:catalog service description
Model UUID:e0ffae83-4dc7-4fea-a967-b95907e307bd
Model Version:NULL
Model InvariantUuid:d3fd334e-5123-46eb-bdd8-a32e9847782c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 03ee6b79-d332
Model UUID:bfc37ecd-a993-45aa-b67e-a0e8e4817caf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:233c021f-cb76-40ef-9bd6-69f01439bf16
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0b6c028a-5060-4062-ade6-bc7f265fbe12
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3522ce02-c3da-482c-920a-817e5f7be9eb
ModelName:Vfw03ee6b79D332..base_vfw..module-0
ModelUuid:a3d40955-9de3-4e86-b4ee-5313520ec59d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b9bb0554-0e0d-4c3e-9b8f-769521aa0bc5
ModelInvariantUuid:c5383c04-529d-4b2c-994d-fc3bf8ff84dc
ModelName:vFW 03ee6b79-d332-nodes.vfwCvfc
ModelUuid:088af74c-4822-4628-a127-0093b688cecf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:bc73c089-d0bb-4301-96f3-e76288dbff0d
ModelInvariantUuid:7f6c3d98-44e9-40fd-8348-870d5d0d54f7
ModelName:Vfw03ee6b79D332.compute.nodes.heat.vfw
ModelUuid:41617553-d04f-4d67-bfde-e29104b42b19
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:77ebf826-33bd-46cf-9ad0-aa317978ea52
ModelInvariantUuid:5ffc1060-1830-46ea-9d15-b48d02c6c692
ModelName:vFW 03ee6b79-d332-nodes.vsnCvfc
ModelUuid:dcc17e3e-4e24-4388-a24e-9be6a7da74c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:59429f1c-3975-485e-9450-10fffa25e9a2
ModelInvariantUuid:8f5b6f55-fa4b-4a05-8172-2c4fbba397ca
ModelName:Vfw03ee6b79D332.compute.nodes.heat.vsn
ModelUuid:4f11a407-1009-4821-adaf-1782f32e6fa6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:41da0b7d-2acf-4880-8d42-a687ac387264
ModelInvariantUuid:a0746e96-6fc1-4e09-9d76-ff6875a18cf4
ModelName:vFW 03ee6b79-d332-nodes.vpgCvfc
ModelUuid:4e79dc09-2ed4-4a65-936a-6812a4eefb6d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:396459d7-5183-4f7f-a541-9df56fc07046
ModelInvariantUuid:f6b4aa5f-f457-4136-aa6b-3a06bd0a54c8
ModelName:Vfw03ee6b79D332.compute.nodes.heat.vpg
ModelUuid:f58909a2-ba28-45cf-84f1-a23a26f4aecb
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-03-11T03:46:35.758Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e1997607-f298-46c7-ace3-e5213face1ab
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-03-11T03:46:35.763Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||vFW 03ee6b79-d332 0
2023-03-11T03:46:35.764Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1997607-f298-46c7-ace3-e5213face1ab
2023-03-11T03:46:35.764Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9ff6ce15-5636-4c29-b0b2-1c634de6b0f2 from URL: /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json
2023-03-11T03:46:35.764Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-11T03:46:35.764Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json
2023-03-11T03:46:35.965Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-11T03:46:35.965Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json 9ff6ce15-5636-4c29-b0b2-1c634de6b0f2 785
2023-03-11T03:46:35.966Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json ASDC sendASDCNotification
2023-03-11T03:46:35.966Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json
2023-03-11T03:46:35.966Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T03:46:35.967Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:35.967Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:35.967Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506395966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:36.968Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw03ee6b79D332..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3522ce02-c3da-482c-920a-817e5f7be9eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a3d40955-9de3-4e86-b4ee-5313520ec59d",
"vfModuleModelCustomizationUUID": "97392be2-2cca-4679-9c50-99d9925f2639",
"isBase": true,
"artifacts": [
"3dbd2087-badc-4fa5-bef8-a518606fc78c",
"278b313a-d69b-430a-a380-797563c38dd2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-11T03:46:36.975Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw03ee6b79D332..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3d40955-9de3-4e86-b4ee-5313520ec59d
VfModuleModelInvariantUUID:3522ce02-c3da-482c-920a-817e5f7be9eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
3dbd2087-badc-4fa5-bef8-a518606fc78c
,
278b313a-d69b-430a-a380-797563c38dd2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-11T03:46:36.978Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw03ee6b79D332..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3522ce02-c3da-482c-920a-817e5f7be9eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a3d40955-9de3-4e86-b4ee-5313520ec59d",
"vfModuleModelCustomizationUUID": "97392be2-2cca-4679-9c50-99d9925f2639",
"isBase": true,
"artifacts": [
"3dbd2087-badc-4fa5-bef8-a518606fc78c",
"278b313a-d69b-430a-a380-797563c38dd2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-11T03:46:36.979Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw03ee6b79D332..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3d40955-9de3-4e86-b4ee-5313520ec59d
VfModuleModelInvariantUUID:3522ce02-c3da-482c-920a-817e5f7be9eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
3dbd2087-badc-4fa5-bef8-a518606fc78c
,
278b313a-d69b-430a-a380-797563c38dd2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-11T03:46:36.979Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3dbd2087-badc-4fa5-bef8-a518606fc78c from URL: /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml
2023-03-11T03:46:36.979Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-11T03:46:36.979Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml
2023-03-11T03:46:37.194Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-11T03:46:37.194Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml 3dbd2087-badc-4fa5-bef8-a518606fc78c 20368
2023-03-11T03:46:37.195Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-11T03:46:37.195Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml
2023-03-11T03:46:37.195Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T03:46:37.195Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:37.195Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:37.195Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506397195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:38.197Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 278b313a-d69b-430a-a380-797563c38dd2 from URL: /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env
2023-03-11T03:46:38.197Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-11T03:46:38.197Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env
2023-03-11T03:46:38.411Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-11T03:46:38.412Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env 278b313a-d69b-430a-a380-797563c38dd2 2098
2023-03-11T03:46:38.412Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-11T03:46:38.412Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env
2023-03-11T03:46:38.412Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T03:46:38.413Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:38.413Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:38.413Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506398412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:39.414Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e0ffae83-4dc7-4fea-a967-b95907e307bd
2023-03-11T03:46:39.414Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 03ee6b79-d332 0 e1997607-f298-46c7-ace3-e5213face1ab 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-03-11T03:46:39.449Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@285e028a, org.onap.sdc.toscaparser.api.parameters.Input@1d59b39, org.onap.sdc.toscaparser.api.parameters.Input@4d2cd15d, org.onap.sdc.toscaparser.api.parameters.Input@7f994b15, org.onap.sdc.toscaparser.api.parameters.Input@270b4c3e]
2023-03-11T03:46:39.450Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.451Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:39.451Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-03-11T03:46:39.451Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0b6c028a-5060-4062-ade6-bc7f265fbe12
2023-03-11T03:46:39.451Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b6c028a-5060-4062-ade6-bc7f265fbe12 matches Tosca VF Customization UUID: 0b6c028a-5060-4062-ade6-bc7f265fbe12
2023-03-11T03:46:39.451Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0b6c028a-5060-4062-ade6-bc7f265fbe12 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-03-11T03:46:39.456Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.456Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:39.456Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0b6c028a-5060-4062-ade6-bc7f265fbe12: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-11T03:46:39.456Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1453bf46
2023-03-11T03:46:39.457Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.457Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-11T03:46:39.457Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 97392be2-2cca-4679-9c50-99d9925f2639
2023-03-11T03:46:39.457Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 97392be2-2cca-4679-9c50-99d9925f2639
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-03-11T03:46:39.462Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.463Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:39.463Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T03:46:39.464Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.464Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:39.464Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T03:46:39.464Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.465Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is not matching search criteria
2023-03-11T03:46:39.465Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-11T03:46:39.465Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-11T03:46:39.465Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-11T03:46:39.465Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-11T03:46:39.466Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-11T03:46:39.466Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-11T03:46:39.466Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:39.466Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-11T03:46:39.466Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:39.467Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-11T03:46:39.467Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-11T03:46:39.467Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b9bb0554-0e0d-4c3e-9b8f-769521aa0bc5
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-03-11T03:46:39.471Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.472Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:39.473Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T03:46:39.473Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.473Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is not matching search criteria
2023-03-11T03:46:39.474Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-11T03:46:39.474Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-11T03:46:39.474Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:39.474Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-11T03:46:39.475Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-11T03:46:39.475Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-11T03:46:39.475Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-11T03:46:39.475Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-11T03:46:39.475Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-11T03:46:39.476Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:39.476Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-11T03:46:39.476Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-11T03:46:39.476Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=77ebf826-33bd-46cf-9ad0-aa317978ea52
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-03-11T03:46:39.480Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.481Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:39.481Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T03:46:39.485Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.485Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is not matching search criteria
2023-03-11T03:46:39.485Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-11T03:46:39.485Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-11T03:46:39.485Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:39.485Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-11T03:46:39.486Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-11T03:46:39.486Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-11T03:46:39.486Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-11T03:46:39.486Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-11T03:46:39.486Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-11T03:46:39.486Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-11T03:46:39.486Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-11T03:46:39.487Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-11T03:46:39.487Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=41da0b7d-2acf-4880-8d42-a687ac387264
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-03-11T03:46:39.492Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.492Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:39.492Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-11T03:46:39.493Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.493Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ee6b79-d332 0 is matching search criteria
2023-03-11T03:46:39.493Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ee6b79-d332 0] matching following query criteria: sdcType=VF, customizationUUID=0b6c028a-5060-4062-ade6-bc7f265fbe12
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-03-11T03:46:39.496Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.496Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:39.497Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e0ffae83-4dc7-4fea-a967-b95907e307bd: vFW 03ee6b79-d332
2023-03-11T03:46:39.497Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.497Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:39.497Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.497Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:39.498Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.498Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:39.498Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.499Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:39.499Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:46:39.499Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-11 03-44-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:46:39.499Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-03-11 03-44-23
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-11T03:46:39.752Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 03ee6b79-d332 e1997607-f298-46c7-ace3-e5213face1ab 1 ASDC deployResourceStructure
2023-03-11T03:46:39.752Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json ASDC sendASDCNotification
2023-03-11T03:46:39.752Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json
2023-03-11T03:46:39.753Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-11T03:46:39.753Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:39.753Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:39.753Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506399752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:40.754Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-11T03:46:40.755Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml
2023-03-11T03:46:40.755Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-11T03:46:40.755Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:40.756Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:40.756Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506400754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:41.757Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-11T03:46:41.758Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env
2023-03-11T03:46:41.758Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-11T03:46:41.759Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:41.759Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:41.759Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506401757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:42.760Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar ASDC sendASDCNotification
2023-03-11T03:46:42.761Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar
2023-03-11T03:46:42.761Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-11T03:46:42.762Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:46:42.762Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:46:42.762Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506402760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:43.763Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275311f7-45d5-4ab2-b481-8f4bddad9688
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:46:43.780Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275311f7-45d5-4ab2-b481-8f4bddad9688
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-03-11T03:46:43.784Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:46:43.784Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T03:46:43.784Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T03:46:52.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:46:52.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:46:52.461Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506375039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:46:52.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:13.785Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275311f7-45d5-4ab2-b481-8f4bddad9688
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:47:13.801Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275311f7-45d5-4ab2-b481-8f4bddad9688
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-03-11T03:47:13.805Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:47:13.805Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T03:47:13.806Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T03:47:43.806Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275311f7-45d5-4ab2-b481-8f4bddad9688
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:47:43.827Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275311f7-45d5-4ab2-b481-8f4bddad9688
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-03-11T03:47:43.830Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:47:43.830Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T03:47:43.830Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T03:47:52.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:47:52.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.467Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "policy-distribution-id",
"timestamp": 1678506377156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506373432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "aai-model-loader",
"timestamp": 1678506378380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "policy-distribution-id",
"timestamp": 1678506377156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506375039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506380630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506373432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "aai-model-loader",
"timestamp": 1678506378380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "policy-distribution-id",
"timestamp": 1678506377156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506375039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "aai-model-loader",
"timestamp": 1678506378380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506373432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506380630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "policy-distribution-id",
"timestamp": 1678506377156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506375039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506380630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506373432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "aai-model-loader",
"timestamp": 1678506378380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "policy-distribution-id",
"timestamp": 1678506377156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506375039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506380630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506373432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "aai-model-loader",
"timestamp": 1678506378380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506375039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "policy-distribution-id",
"timestamp": 1678506377156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506380630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506373432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "aai-model-loader",
"timestamp": 1678506378380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "policy-distribution-id",
"timestamp": 1678506377156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506346105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506375039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506380630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506373432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "aai-model-loader",
"timestamp": 1678506378380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.481Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506391238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.481Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "policy-distribution-id",
"timestamp": 1678506390349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.481Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506389972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "aai-model-loader",
"timestamp": 1678506389613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506391451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "policy-distribution-id",
"timestamp": 1678506391354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:47:52.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506392678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "policy-distribution-id",
"timestamp": 1678506392357,
"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-03-11T03:47:52.495Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 275311f7-45d5-4ab2-b481-8f4bddad9688
2023-03-11T03:47:52.495Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 275311f7-45d5-4ab2-b481-8f4bddad9688 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-03-11T03:47:52.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.508Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506393935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.508Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506394989,
"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-03-11T03:47:52.524Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 275311f7-45d5-4ab2-b481-8f4bddad9688
2023-03-11T03:47:52.525Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 275311f7-45d5-4ab2-b481-8f4bddad9688 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-03-11T03:47:52.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506395966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "multicloud-k8s",
"timestamp": 1678506395991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "DEPLOY_OK"
}
2023-03-11T03:47:52.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506395727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506397195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506395727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506398412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506395727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506399752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vfw03ee6b79d3320_modules.json",
"status": "DEPLOY_OK"
}
2023-03-11T03:47:52.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506395727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506400754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-11T03:47:52.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506395727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506401757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/resourceInstances/vfw03ee6b79d3320/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-11T03:47:52.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506395727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:47:52.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506402760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:47:52.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506395727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:47:52.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506403585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:47:52.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506407379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:47:52.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506408384,
"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-03-11T03:47:52.548Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 275311f7-45d5-4ab2-b481-8f4bddad9688
2023-03-11T03:47:52.548Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 275311f7-45d5-4ab2-b481-8f4bddad9688 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-03-11T03:47:52.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.560Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "aai-model-loader",
"timestamp": 1678506409518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230311034423/1.0/artifacts/service-Vfw20230311034423-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:47:52.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:47:52.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:47:52.561Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "aai-model-loader",
"timestamp": 1678506410523,
"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-03-11T03:47:52.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 275311f7-45d5-4ab2-b481-8f4bddad9688
2023-03-11T03:47:52.575Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 275311f7-45d5-4ab2-b481-8f4bddad9688 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-03-11T03:48:13.831Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275311f7-45d5-4ab2-b481-8f4bddad9688
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:48:13.846Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275311f7-45d5-4ab2-b481-8f4bddad9688
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-03-11T03:48:13.850Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:48:13.850Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-11T03:48:13.851Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-11T03:48:13.851Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-11T03:48:13.851Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:48:13.851Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:48:13.851Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:48:13.851Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:48:13.851Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-11T03:48:13.858Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-11T03:48:43.859Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 275311f7-45d5-4ab2-b481-8f4bddad9688 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-03-11T03:48:43.868Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 275311f7-45d5-4ab2-b481-8f4bddad9688 and serviceModelVersionId: e0ffae83-4dc7-4fea-a967-b95907e307bd
2023-03-11T03:48:43.869Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3fd334e-5123-46eb-bdd8-a32e9847782c
2023-03-11T03:48:43.870Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3fd334e-5123-46eb-bdd8-a32e9847782c/model-vers/model-ver/e0ffae83-4dc7-4fea-a967-b95907e307bd?depth=0
2023-03-11T03:48:43.878Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-11T03:48:43.943Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3fd334e-5123-46eb-bdd8-a32e9847782c/model-vers/model-ver/e0ffae83-4dc7-4fea-a967-b95907e307bd?depth=0|INFO|500||Invoke
2023-03-11T03:48:43.944Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3fd334e-5123-46eb-bdd8-a32e9847782c/model-vers/model-ver/e0ffae83-4dc7-4fea-a967-b95907e307bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3fd334e-5123-46eb-bdd8-a32e9847782c/model-vers/model-ver/e0ffae83-4dc7-4fea-a967-b95907e307bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[275311f7-45d5-4ab2-b481-8f4bddad9688], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25a94c65-c0d2-404f-80fe-5671ad3f7a75], X-ECOMP-RequestID=[275311f7-45d5-4ab2-b481-8f4bddad9688], X-TransactionId=[], X-ONAP-RequestID=[275311f7-45d5-4ab2-b481-8f4bddad9688], Content-Type=[application/merge-patch+json]}
2023-03-11T03:48:43.961Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3fd334e-5123-46eb-bdd8-a32e9847782c/model-vers/model-ver/e0ffae83-4dc7-4fea-a967-b95907e307bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-11T03:48:44.304Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3fd334e-5123-46eb-bdd8-a32e9847782c/model-vers/model-ver/e0ffae83-4dc7-4fea-a967-b95907e307bd?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/d3fd334e-5123-46eb-bdd8-a32e9847782c/model-vers/model-ver/e0ffae83-4dc7-4fea-a967-b95907e307bd?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Mar 2023 03:48:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[327], vertex-id=[208968], x-aai-txid=[0-aai-resources-230311-03:48:43:015-48044], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-11T03:48:44.305Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3fd334e-5123-46eb-bdd8-a32e9847782c/model-vers/model-ver/e0ffae83-4dc7-4fea-a967-b95907e307bd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-11T03:48:44.305Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3fd334e-5123-46eb-bdd8-a32e9847782c/model-vers/model-ver/e0ffae83-4dc7-4fea-a967-b95907e307bd?depth=0|INFO|500||InvokeReturn
2023-03-11T03:48:44.306Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-11T03:48:44.306Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-11T03:48:44.313Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-11T03:48:44.314Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 275311f7-45d5-4ab2-b481-8f4bddad9688 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-11T03:48:44.314Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-11T03:48:44.314Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:48:44.314Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:48:44.315Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506524314,
"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-03-11T03:48:45.335Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:48:52.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:48:52.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-11T03:48:52.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "275311f7-45d5-4ab2-b481-8f4bddad9688",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506524314,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-11T03:48:52.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:49:45.337Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:49:52.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:50:45.338Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:50:52.461Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:51:45.339Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:51:52.461Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:52:45.339Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:52:52.463Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:53:45.341Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:53:52.464Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:53:55.369Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-11T03:53:55.370Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"81c5104a-d378-4ef0-9b15-71c652e5e6b8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"28e936ed-18c0-4806-8661-49203109aef6","serviceDescription":"service","serviceInvariantUUID":"bc6e693e-e53e-4cb3-9720-f60b1aeaa20a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6f3b2c13-f027-40aa-b010-49e995cfbba8","resourceInvariantUUID":"aa5d4169-382b-40fd-b104-0e157e7512c4","resourceCustomizationUUID":"9da3352b-68f5-4e56-85e7-700451950807","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":"MTcwZWJkMGQ0MDQxMWQxMzg4NjEwZWViOTliMWY1YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f9c60fb-2fa3-4dec-b0c7-a04ed8f795b9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWQ2YTUyYmE2NjkwMWIxYmJhMjMyNDc5NjQ0NjQ1YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de2cf4d2-041d-4571-8a1f-4d73f0c14649","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-11T03:53:55.373Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:53:55.373Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:53:55.374Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:53:55.374Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506825341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:53:55.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:53:55.518Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506829079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:53:55.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:53:56.375Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:53:56.376Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:53:56.376Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:53:56.376Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506825341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:53:57.377Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "28e936ed-18c0-4806-8661-49203109aef6",
"serviceDescription": "service",
"serviceInvariantUUID": "bc6e693e-e53e-4cb3-9720-f60b1aeaa20a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "9da3352b-68f5-4e56-85e7-700451950807",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "6f3b2c13-f027-40aa-b010-49e995cfbba8",
"resourceInvariantUUID": "aa5d4169-382b-40fd-b104-0e157e7512c4",
"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": "ZWQ2YTUyYmE2NjkwMWIxYmJhMjMyNDc5NjQ0NjQ1YmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de2cf4d2-041d-4571-8a1f-4d73f0c14649"
}
],
"workloadContext": "Production"
}
2023-03-11T03:53:57.378Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-11T03:53:57.378Z|275311f7-45d5-4ab2-b481-8f4bddad9688|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28e936ed-18c0-4806-8661-49203109aef6 ASDC
2023-03-11T03:53:57.379Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:81c5104a-d378-4ef0-9b15-71c652e5e6b8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:28e936ed-18c0-4806-8661-49203109aef6
ServiceInvariantUUID:bc6e693e-e53e-4cb3-9720-f60b1aeaa20a
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:de2cf4d2-041d-4571-8a1f-4d73f0c14649
ArtifactChecksum:ZWQ2YTUyYmE2NjkwMWIxYmJhMjMyNDc5NjQ0NjQ1YmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9da3352b-68f5-4e56-85e7-700451950807
ResourceInvariantUUID:aa5d4169-382b-40fd-b104-0e157e7512c4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6f3b2c13-f027-40aa-b010-49e995cfbba8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-11T03:53:57.380Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28e936ed-18c0-4806-8661-49203109aef6 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-03-11T03:53:57.427Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-11T03:53:57.428Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:53:57.428Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:53:57.429Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de2cf4d2-041d-4571-8a1f-4d73f0c14649 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-11T03:53:57.429Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-11T03:53:57.429Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-11T03:53:57.660Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-11T03:53:57.661Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar de2cf4d2-041d-4571-8a1f-4d73f0c14649 57803
2023-03-11T03:53:57.661Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-11T03:53:57.661Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-11T03:53:57.662Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T03:53:57.662Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:53:57.662Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:53:57.663Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506837661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:53:58.664Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-11T03:53:58.665Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:53:58.665Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: de2cf4d2-041d-4571-8a1f-4d73f0c14649, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-11T03:53:58.666Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-11T03:53:58.666Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-11T03:53:58.666Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-11T03:53:58.780Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15454405917934229146/Definitions/service-BasicNetwork-template.yml
2023-03-11T03:53:59.385Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-11T03:53:59.385Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-11T03:53:59.385Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-11T03:53:59.385Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-11T03:53:59.385Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||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-03-11T03:53:59.386Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||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-03-11T03:53:59.386Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||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-03-11T03:53:59.386Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||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-03-11T03:53:59.386Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-11T03:53:59.386Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||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-03-11T03:53:59.386Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||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-03-11T03:53:59.387Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||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-03-11T03:53:59.387Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-11T03:53:59.387Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.387Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.388Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-11T03:53:59.388Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-11T03:53:59.388Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-11T03:53:59.388Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.388Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.389Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-11T03:53:59.389Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-11T03:53:59.389Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-11T03:53:59.389Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.389Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.390Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.390Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.390Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.390Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.391Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.391Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.391Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.391Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.391Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:28e936ed-18c0-4806-8661-49203109aef6
Model Version:NULL
Model InvariantUuid:bc6e693e-e53e-4cb3-9720-f60b1aeaa20a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:aa5d4169-382b-40fd-b104-0e157e7512c4
Model UUID:dcd3704d-4f4b-470d-8bbe-496b6ac739e0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:9da3352b-68f5-4e56-85e7-700451950807
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-03-11T03:53:59.403Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 6f3b2c13-f027-40aa-b010-49e995cfbba8
2023-03-11T03:53:59.404Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||No resources found for Service: 28e936ed-18c0-4806-8661-49203109aef6
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-03-11T03:53:59.410Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||
2023-03-11T03:53:59.411Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-11T03:53:59.412Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 28e936ed-18c0-4806-8661-49203109aef6
2023-03-11T03:53:59.412Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 28e936ed-18c0-4806-8661-49203109aef6
2023-03-11T03:53:59.412Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-11T03:53:59.412Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||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-03-11T03:53:59.419Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6712f7e2, org.onap.sdc.toscaparser.api.parameters.Input@69305112, org.onap.sdc.toscaparser.api.parameters.Input@5cea93a2, org.onap.sdc.toscaparser.api.parameters.Input@7909e9f3, org.onap.sdc.toscaparser.api.parameters.Input@9d4bcd7]
2023-03-11T03:53:59.421Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.421Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.421Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.422Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.422Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 28e936ed-18c0-4806-8661-49203109aef6: Generic NeutronNet
2023-03-11T03:53:59.422Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.422Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.423Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.423Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||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-03-11T03:53:59.480Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.480Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.481Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.481Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.481Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:53:59.481Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:53:59.482Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||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-03-11T03:53:59.570Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-03-11T03:53:59.571Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-11T03:53:59.571Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-11T03:53:59.571Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-11T03:53:59.572Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:53:59.572Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:53:59.572Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506839571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:54:00.573Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:54:00.591Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8
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-03-11T03:54:00.594Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:54:00.595Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T03:54:00.595Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T03:54:30.595Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:54:30.614Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8
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-03-11T03:54:30.617Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:54:30.617Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T03:54:30.617Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T03:54:52.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:54:52.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:54:52.463Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "multicloud-k8s",
"timestamp": 1678506817012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:54:52.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:54:52.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:54:52.465Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506825341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:54:52.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:54:52.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:54:52.465Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "policy-distribution-id",
"timestamp": 1678506813387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:54:52.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:54:52.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:54:52.466Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "aai-model-loader",
"timestamp": 1678506828379,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:54:52.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:54:52.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:54:52.466Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506811007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:54:52.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:00.618Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:55:00.634Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8
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-03-11T03:55:00.645Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:55:00.645Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T03:55:00.645Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T03:55:30.646Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:55:30.663Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8
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-03-11T03:55:30.666Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:55:30.666Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T03:55:30.666Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T03:55:52.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:55:52.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.463Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506825341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:55:52.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.464Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "aai-model-loader",
"timestamp": 1678506828379,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:55:52.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.464Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506829079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:55:52.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.464Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "multicloud-k8s",
"timestamp": 1678506817012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:55:52.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.465Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506811007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:55:52.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.465Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "policy-distribution-id",
"timestamp": 1678506813387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:55:52.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.465Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506837661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:55:52.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.466Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "policy-distribution-id",
"timestamp": 1678506836733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:55:52.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.466Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506836334,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:55:52.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.466Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "aai-model-loader",
"timestamp": 1678506835971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:55:52.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.467Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "policy-distribution-id",
"timestamp": 1678506837738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:55:52.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.467Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506839571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:55:52.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.467Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "policy-distribution-id",
"timestamp": 1678506838739,
"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-03-11T03:55:52.481Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81c5104a-d378-4ef0-9b15-71c652e5e6b8
2023-03-11T03:55:52.482Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c5104a-d378-4ef0-9b15-71c652e5e6b8 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-03-11T03:55:52.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.498Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "aai-model-loader",
"timestamp": 1678506843489,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:55:52.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.499Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "aai-model-loader",
"timestamp": 1678506844508,
"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-03-11T03:55:52.505Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81c5104a-d378-4ef0-9b15-71c652e5e6b8
2023-03-11T03:55:52.506Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c5104a-d378-4ef0-9b15-71c652e5e6b8 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-03-11T03:55:52.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.520Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506845727,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:55:52.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.521Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506845727,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:55:52.521Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.521Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506848566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:55:52.521Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.521Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506850335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:55:52.522Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:55:52.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-11T03:55:52.522Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506851339,
"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-03-11T03:55:52.531Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81c5104a-d378-4ef0-9b15-71c652e5e6b8
2023-03-11T03:55:52.531Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c5104a-d378-4ef0-9b15-71c652e5e6b8 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-03-11T03:56:00.666Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:56:00.685Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8
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-03-11T03:56:00.690Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:56:00.690Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-11T03:56:00.690Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-11T03:56:00.690Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-11T03:56:00.690Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:56:00.690Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:56:00.690Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:56:00.690Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:56:00.691Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-11T03:56:00.698Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-11T03:56:30.698Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8 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-03-11T03:56:30.708Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81c5104a-d378-4ef0-9b15-71c652e5e6b8 and serviceModelVersionId: 28e936ed-18c0-4806-8661-49203109aef6
2023-03-11T03:56:30.708Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc6e693e-e53e-4cb3-9720-f60b1aeaa20a
2023-03-11T03:56:30.710Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc6e693e-e53e-4cb3-9720-f60b1aeaa20a/model-vers/model-ver/28e936ed-18c0-4806-8661-49203109aef6?depth=0
2023-03-11T03:56:30.719Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-11T03:56:30.790Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc6e693e-e53e-4cb3-9720-f60b1aeaa20a/model-vers/model-ver/28e936ed-18c0-4806-8661-49203109aef6?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-03-11T03:56:30.793Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc6e693e-e53e-4cb3-9720-f60b1aeaa20a/model-vers/model-ver/28e936ed-18c0-4806-8661-49203109aef6?depth=0|INFO|500||Invoke
2023-03-11T03:56:30.808Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc6e693e-e53e-4cb3-9720-f60b1aeaa20a/model-vers/model-ver/28e936ed-18c0-4806-8661-49203109aef6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-11T03:56:31.278Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc6e693e-e53e-4cb3-9720-f60b1aeaa20a/model-vers/model-ver/28e936ed-18c0-4806-8661-49203109aef6?depth=0|INFO|500||InvokeReturn
2023-03-11T03:56:31.278Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc6e693e-e53e-4cb3-9720-f60b1aeaa20a/model-vers/model-ver/28e936ed-18c0-4806-8661-49203109aef6?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Mar 2023 03:56:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[465], vertex-id=[426008], x-aai-txid=[0-aai-resources-230311-03:56:29:861-75708], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-11T03:56:31.279Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-11T03:56:31.279Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-11T03:56:31.279Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-11T03:56:31.284Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-11T03:56:31.285Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81c5104a-d378-4ef0-9b15-71c652e5e6b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-11T03:56:31.285Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-11T03:56:31.285Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:31.286Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:31.286Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506991285,
"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-03-11T03:56:32.306Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-11T03:56:32.312Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-11T03:56:32.312Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"cc3c4d77-307b-40ac-88d8-0dd05a4cc932","serviceName":"Demo_pNF_9liUvHvhDUDeGcjTWVOo","serviceVersion":"1.0","serviceUUID":"36433f3f-870e-4bc4-ba22-c790786e42a4","serviceDescription":"catalog service description","serviceInvariantUUID":"2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7","resources":[{"resourceInstanceName":"pNF 6d8763f0-e904 0","resourceName":"pNF 6d8763f0-e904","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cf4266e4-e20f-47ec-8832-ed31e87c740d","resourceInvariantUUID":"d91132a0-4bd3-4879-8cff-039bc4774ec6","resourceCustomizationUUID":"4842da1d-f470-4304-accc-f081ade47704","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vf-license-model.xml","artifactChecksum":"MDg1Y2RiNzdhNjk4NzIxMzcyYTRiYjEyYjg1Yjg5YzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"118315c5-9225-43e0-b08f-59c7dc1654c4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/pNF.csar","artifactChecksum":"ZGM0M2U0MDdmYjAwNDcxNmYwOWIyNzNlZDUyZDY1NDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c3a9dd6-ea7e-41c6-a66a-679c205bde88","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"24422ba0-1d56-4f16-aca0-56fcf8e423e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg2NmFiOTY3ZTAyYzQwN2FlNjZmNWVhY2UxOGM4N2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64380e15-614f-4416-aaa1-6d8d902e4caa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bfc2d8ea-7078-449c-8138-f3bc657441ad","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a853f040-0f3a-4e08-b9ab-78cf9076ea9a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml","artifactChecksum":"YTA5NjIwNjZhZTk3N2RiOWJhYjM3ODNjMjk2MDZlOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40b45d88-6ccf-4ad8-a297-ba983ec13fb7","artifactVersion":"1"},{"artifactName":"service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar","artifactChecksum":"ZjcyMzFmYzVhZDQwYWExNGQ5Y2Q4NDRlMmY2YjYzMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"285581c1-14f3-4809-bc1d-b37bc8596d80","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-11T03:56:32.315Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:56:32.316Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:32.316Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:32.316Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:33.317Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:56:33.317Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:33.317Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:33.318Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:34.318Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:56:34.319Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:34.319Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:34.319Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:35.320Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:56:35.321Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:35.321Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:35.321Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:36.322Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:56:36.322Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:36.322Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:36.323Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:37.323Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:56:37.324Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:37.324Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:37.324Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:38.325Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:56:38.326Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:38.326Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:38.326Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:39.327Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:56:39.328Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:39.328Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:39.328Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:40.329Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"serviceName": "Demo_pNF_9liUvHvhDUDeGcjTWVOo",
"serviceVersion": "1.0",
"serviceUUID": "36433f3f-870e-4bc4-ba22-c790786e42a4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7",
"resources": [
{
"resourceInstanceName": "pNF 6d8763f0-e904 0",
"resourceCustomizationUUID": "4842da1d-f470-4304-accc-f081ade47704",
"resourceName": "pNF 6d8763f0-e904",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "cf4266e4-e20f-47ec-8832-ed31e87c740d",
"resourceInvariantUUID": "d91132a0-4bd3-4879-8cff-039bc4774ec6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"artifactChecksum": "ZjcyMzFmYzVhZDQwYWExNGQ5Y2Q4NDRlMmY2YjYzMTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "285581c1-14f3-4809-bc1d-b37bc8596d80"
}
],
"workloadContext": "Production"
}
2023-03-11T03:56:40.329Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-11T03:56:40.329Z|81c5104a-d378-4ef0-9b15-71c652e5e6b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36433f3f-870e-4bc4-ba22-c790786e42a4 ASDC
2023-03-11T03:56:40.330Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:cc3c4d77-307b-40ac-88d8-0dd05a4cc932
ServiceName:Demo_pNF_9liUvHvhDUDeGcjTWVOo
ServiceVersion:1.0
ServiceUUID:36433f3f-870e-4bc4-ba22-c790786e42a4
ServiceInvariantUUID:2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
ArtifactUUID:285581c1-14f3-4809-bc1d-b37bc8596d80
ArtifactChecksum:ZjcyMzFmYzVhZDQwYWExNGQ5Y2Q4NDRlMmY2YjYzMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6d8763f0-e904 0
ResourceCustomizationUUID:4842da1d-f470-4304-accc-f081ade47704
ResourceInvariantUUID:d91132a0-4bd3-4879-8cff-039bc4774ec6
ResourceName:pNF 6d8763f0-e904
ResourceType:PNF
ResourceUUID:cf4266e4-e20f-47ec-8832-ed31e87c740d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-03-11T03:56:40.330Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36433f3f-870e-4bc4-ba22-c790786e42a4 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-03-11T03:56:40.390Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-11T03:56:40.390Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:56:40.391Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:56:40.391Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 285581c1-14f3-4809-bc1d-b37bc8596d80 from URL: /sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:40.391Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-11T03:56:40.391Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:40.524Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-11T03:56:40.525Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar 285581c1-14f3-4809-bc1d-b37bc8596d80 88022
2023-03-11T03:56:40.525Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar ASDC sendASDCNotification
2023-03-11T03:56:40.526Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:40.526Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T03:56:40.526Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:40.526Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:40.526Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678507000525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:41.527Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-11T03:56:41.527Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:56:41.528Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 285581c1-14f3-4809-bc1d-b37bc8596d80, URL: /sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar to file: /app/ASDC/1/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:41.528Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:41.528Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:41.529Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:41.699Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8238039973651633254/Definitions/service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml
2023-03-11T03:56:42.773Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-11T03:56:42.773Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-11T03:56:42.774Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:42.774Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-11T03:56:42.774Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:42.774Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:42.774Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:42.774Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:42.774Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:42.774Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d8763f0-e904 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-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:42.774Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:42.774Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-11T03:56:42.775Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:56:42.775Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9liUvHvhDUDeGcjTWVOo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:56:42.775Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Node template pNF 6d8763f0-e904 0 is matching search criteria
2023-03-11T03:56:42.775Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-11T03:56:42.775Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 6d8763f0-e904 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-11T03:56:42.775Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:56:42.776Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9liUvHvhDUDeGcjTWVOo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:56:42.776Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Node template pNF 6d8763f0-e904 0 is matching search criteria
2023-03-11T03:56:42.776Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-11T03:56:42.776Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 6d8763f0-e904 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-11T03:56:42.776Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:56:42.776Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9liUvHvhDUDeGcjTWVOo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:56:42.776Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:56:42.776Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9liUvHvhDUDeGcjTWVOo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:56:42.777Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:56:42.777Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9liUvHvhDUDeGcjTWVOo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:56:42.777Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:56:42.777Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9liUvHvhDUDeGcjTWVOo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:56:42.777Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:56:42.777Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9liUvHvhDUDeGcjTWVOo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:56:42.777Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_9liUvHvhDUDeGcjTWVOo
Description:catalog service description
Model UUID:36433f3f-870e-4bc4-ba22-c790786e42a4
Model Version:NULL
Model InvariantUuid:2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7
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-03-11T03:56:42.790Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: cf4266e4-e20f-47ec-8832-ed31e87c740d
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-03-11T03:56:42.794Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||pNF 6d8763f0-e904 0
2023-03-11T03:56:42.794Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cf4266e4-e20f-47ec-8832-ed31e87c740d
2023-03-11T03:56:42.794Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 36433f3f-870e-4bc4-ba22-c790786e42a4
2023-03-11T03:56:42.794Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 36433f3f-870e-4bc4-ba22-c790786e42a4
2023-03-11T03:56:42.794Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6d8763f0-e904 0 cf4266e4-e20f-47ec-8832-ed31e87c740d 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-03-11T03:56:42.801Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@411cdd74, org.onap.sdc.toscaparser.api.parameters.Input@3393d07f, org.onap.sdc.toscaparser.api.parameters.Input@2e6c150d, org.onap.sdc.toscaparser.api.parameters.Input@610bbf3f, org.onap.sdc.toscaparser.api.parameters.Input@46db2917]
2023-03-11T03:56:42.801Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:56:42.801Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9liUvHvhDUDeGcjTWVOo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:56:42.802Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 36433f3f-870e-4bc4-ba22-c790786e42a4: pNF 6d8763f0-e904
2023-03-11T03:56:42.802Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Processing PNF resource: cf4266e4-e20f-47ec-8832-ed31e87c740d
2023-03-11T03:56:42.802Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-11T03:56:42.802Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9liUvHvhDUDeGcjTWVOo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-11T03:56:42.803Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Resource customization UUID: 4842da1d-f470-4304-accc-f081ade47704 is the same as notified resource customizationUUID: 4842da1d-f470-4304-accc-f081ade47704
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-03-11T03:56:42.922Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6d8763f0-e904 cf4266e4-e20f-47ec-8832-ed31e87c740d 0 ASDC deployResourceStructure
2023-03-11T03:56:42.923Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar ASDC sendASDCNotification
2023-03-11T03:56:42.923Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar
2023-03-11T03:56:42.923Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-11T03:56:42.923Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:56:42.923Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:56:42.924Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678507002923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:43.924Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc3c4d77-307b-40ac-88d8-0dd05a4cc932
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:56:43.954Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc3c4d77-307b-40ac-88d8-0dd05a4cc932
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-03-11T03:56:43.957Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:56:43.957Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-11T03:56:43.958Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-11T03:56:52.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:56:52.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.468Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506899744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.469Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.470Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "multicloud-k8s",
"timestamp": 1678506897426,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.471Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506888379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.472Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506897345,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.473Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506885705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.473Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506899744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.474Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.474Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "multicloud-k8s",
"timestamp": 1678506897426,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.474Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.475Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506885705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.475Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.475Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506897345,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.476Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.476Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506888379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.477Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.477Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506899744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.478Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "multicloud-k8s",
"timestamp": 1678506897426,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.479Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506888379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.480Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506897345,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.480Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506885705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.481Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506905727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.482Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506899744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.483Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "multicloud-k8s",
"timestamp": 1678506897426,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.483Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506897345,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.484Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.484Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506888379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.485Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506885705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.486Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506905727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.486Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.487Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "multicloud-k8s",
"timestamp": 1678506897426,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.487Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.487Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506899744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.487Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.488Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506897345,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.488Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.489Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506888379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.489Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.489Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506885705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.490Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.490Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506905727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.491Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.491Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506899744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.491Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.492Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506897345,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.492Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "multicloud-k8s",
"timestamp": 1678506897426,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.493Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506888379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.494Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506885705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.495Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506905727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.495Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "multicloud-k8s",
"timestamp": 1678506897426,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.496Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.496Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506899744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.497Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506897345,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.498Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506888379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.499Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506885705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.499Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506905727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.500Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506899744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.501Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "multicloud-k8s",
"timestamp": 1678506897426,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.501Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506897345,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.502Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506888379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.503Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506885705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.504Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506905727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.504Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.505Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506911557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:56:52.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.506Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506911223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:56:52.506Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.506Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506910845,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:56:52.507Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.507Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506905727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.508Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506912563,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:56:52.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.508Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506905727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.509Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "policy-distribution-id",
"timestamp": 1678506913565,
"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-03-11T03:56:52.525Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc3c4d77-307b-40ac-88d8-0dd05a4cc932
2023-03-11T03:56:52.525Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc3c4d77-307b-40ac-88d8-0dd05a4cc932 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-03-11T03:56:52.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506914551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:56:52.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506916595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:56:52.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506917601,
"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-03-11T03:56:52.560Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cc3c4d77-307b-40ac-88d8-0dd05a4cc932
2023-03-11T03:56:52.560Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc3c4d77-307b-40ac-88d8-0dd05a4cc932 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-03-11T03:56:52.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.596Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506919651,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:56:52.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.597Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "aai-model-loader",
"timestamp": 1678506920654,
"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-03-11T03:56:52.609Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cc3c4d77-307b-40ac-88d8-0dd05a4cc932
2023-03-11T03:56:52.609Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc3c4d77-307b-40ac-88d8-0dd05a4cc932 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-03-11T03:56:52.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.641Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506912229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.641Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.642Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506942293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.643Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "policy-distribution-id",
"timestamp": 1678506914567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.643Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "aai-model-loader",
"timestamp": 1678506921657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.644Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506930871,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.644Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506935727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.644Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506912229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.644Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506942293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.645Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "policy-distribution-id",
"timestamp": 1678506914567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.645Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506930871,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.645Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "aai-model-loader",
"timestamp": 1678506921657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.646Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506935727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.647Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506912229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.647Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "policy-distribution-id",
"timestamp": 1678506914567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.648Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506942293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506930871,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "aai-model-loader",
"timestamp": 1678506921657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506935727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.650Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "policy-distribution-id",
"timestamp": 1678506914567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.650Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506942293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506912229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.652Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506930871,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.653Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "aai-model-loader",
"timestamp": 1678506921657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.654Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506935727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.655Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506942293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.655Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506912229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.656Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "policy-distribution-id",
"timestamp": 1678506914567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.656Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506930871,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.656Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "aai-model-loader",
"timestamp": 1678506921657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.657Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506935727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.657Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506942293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.657Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506912229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "policy-distribution-id",
"timestamp": 1678506914567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506930871,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "aai-model-loader",
"timestamp": 1678506921657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.658Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506935727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.659Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506942293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.659Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506912229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.659Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "policy-distribution-id",
"timestamp": 1678506914567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "ves-openapi-manager",
"timestamp": 1678506930871,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "aai-model-loader",
"timestamp": 1678506921657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506935727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.660Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506950336,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "policy-distribution-id",
"timestamp": 1678506949455,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "aai-model-loader",
"timestamp": 1678506948649,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "cds-sdc-listener",
"timestamp": 1678506949064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506950143,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:56:52.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "policy-distribution-id",
"timestamp": 1678506950461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:56:52.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:56:52.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:56:52.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506951441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:56:52.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:13.958Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc3c4d77-307b-40ac-88d8-0dd05a4cc932
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:57:13.976Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc3c4d77-307b-40ac-88d8-0dd05a4cc932
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-03-11T03:57:13.981Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-11T03:57:13.981Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-11T03:57:13.981Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-11T03:57:13.981Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-11T03:57:13.982Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:57:13.983Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:57:13.983Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:57:13.983Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-11T03:57:13.983Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-11T03:57:13.990Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-11T03:57:43.990Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cc3c4d77-307b-40ac-88d8-0dd05a4cc932 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-03-11T03:57:43.999Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cc3c4d77-307b-40ac-88d8-0dd05a4cc932 and serviceModelVersionId: 36433f3f-870e-4bc4-ba22-c790786e42a4
2023-03-11T03:57:43.999Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7
2023-03-11T03:57:44.000Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7/model-vers/model-ver/36433f3f-870e-4bc4-ba22-c790786e42a4?depth=0
2023-03-11T03:57:44.005Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-11T03:57:44.055Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7/model-vers/model-ver/36433f3f-870e-4bc4-ba22-c790786e42a4?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-03-11T03:57:44.056Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7/model-vers/model-ver/36433f3f-870e-4bc4-ba22-c790786e42a4?depth=0|INFO|500||Invoke
2023-03-11T03:57:44.062Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7/model-vers/model-ver/36433f3f-870e-4bc4-ba22-c790786e42a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-11T03:57:44.412Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7/model-vers/model-ver/36433f3f-870e-4bc4-ba22-c790786e42a4?depth=0|INFO|500||InvokeReturn
2023-03-11T03:57:44.413Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2cdb42ff-ff87-41c8-9f78-aa6f0f0c0bd7/model-vers/model-ver/36433f3f-870e-4bc4-ba22-c790786e42a4?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Mar 2023 03:57:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[346], vertex-id=[368640], x-aai-txid=[2-aai-resources-230311-03:57:43:113-30598], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-11T03:57:44.413Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-11T03:57:44.414Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-11T03:57:44.414Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-11T03:57:44.425Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-11T03:57:44.425Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cc3c4d77-307b-40ac-88d8-0dd05a4cc932 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-11T03:57:44.425Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-11T03:57:44.426Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:57:44.426Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:57:44.426Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678507064425,
"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-03-11T03:57:45.465Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-11T03:57:45.465Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"4546d393-5422-4846-86c1-fcf738f68409","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"85b08f59-3ecb-4d9c-bed2-7140cba885d6","serviceDescription":"service","serviceInvariantUUID":"5f034394-c778-4c51-82d6-4de3e89bc1e1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b3dfbf2-24dc-4c1b-88f1-919950d468aa","resourceInvariantUUID":"64814c1c-e052-4d75-a547-98e27a3d6947","resourceCustomizationUUID":"b34fd09a-4a87-46e7-a722-f7e0103ca24a","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":"MGIxZTdhNGI3MWNmNzViNjg2ZjVlNzFmNTlkM2IzMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc3a4e2c-a71b-4b45-b186-ebb79ea6dcaf","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":"YjkxMmY5YTU1ZjBiZmY5OWQ1OWQwNjk2NDFmZWNiMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14110e2a-454e-4ef8-a03c-ae5d106505d8","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":"5c1edb2b-f721-4fa0-be97-a928f4e57854","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":"0582610b-23a0-4ede-b4d3-b34cd03ee3f2","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":"3d1ee4cc-ea08-49e2-8071-5ddb6801ca1e","artifactVersion":"2","generatedFromUUID":"5c1edb2b-f721-4fa0-be97-a928f4e57854"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjI0NmZlZjliMTJlNGZkNWM4OTM4NWYzOTAzZWJjZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0efa1d7a-92a4-4a27-b48b-62246c525d2d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIzZDQ2ODBhMGZhZWIxZGY3NTIyOWE1YjNmZGI3NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34d7b99c-6f0a-4cc8-9b4b-485432bac81b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-11T03:57:45.466Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:57:45.466Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:57:45.467Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:57:45.467Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"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-03-11T03:57:46.468Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:57:46.468Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:57:46.468Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:57:46.469Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"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-03-11T03:57:47.469Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:57:47.470Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:57:47.470Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:57:47.470Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"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-03-11T03:57:48.471Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:57:48.472Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:57:48.472Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:57:48.472Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"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-03-11T03:57:49.474Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:57:49.475Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:57:49.475Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:57:49.475Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"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-03-11T03:57:50.476Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:57:50.477Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:57:50.477Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:57:50.477Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:57:51.478Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-11T03:57:51.478Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:57:51.478Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:57:51.478Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:57:52.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:57:52.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.463Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "policy-distribution-id",
"timestamp": 1678506951463,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-11T03:57:52.480Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "85b08f59-3ecb-4d9c-bed2-7140cba885d6",
"serviceDescription": "service",
"serviceInvariantUUID": "5f034394-c778-4c51-82d6-4de3e89bc1e1",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "b34fd09a-4a87-46e7-a722-f7e0103ca24a",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1b3dfbf2-24dc-4c1b-88f1-919950d468aa",
"resourceInvariantUUID": "64814c1c-e052-4d75-a547-98e27a3d6947",
"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": "YjkxMmY5YTU1ZjBiZmY5OWQ1OWQwNjk2NDFmZWNiMzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14110e2a-454e-4ef8-a03c-ae5d106505d8",
"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": "5c1edb2b-f721-4fa0-be97-a928f4e57854",
"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": "3d1ee4cc-ea08-49e2-8071-5ddb6801ca1e",
"generatedFromUUID": "5c1edb2b-f721-4fa0-be97-a928f4e57854"
},
"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": "3d1ee4cc-ea08-49e2-8071-5ddb6801ca1e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NjIzZDQ2ODBhMGZhZWIxZGY3NTIyOWE1YjNmZGI3NmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "34d7b99c-6f0a-4cc8-9b4b-485432bac81b"
}
],
"workloadContext": "Production"
}
2023-03-11T03:57:52.480Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-11T03:57:52.480Z|cc3c4d77-307b-40ac-88d8-0dd05a4cc932|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85b08f59-3ecb-4d9c-bed2-7140cba885d6 ASDC
2023-03-11T03:57:52.480Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4546d393-5422-4846-86c1-fcf738f68409
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:85b08f59-3ecb-4d9c-bed2-7140cba885d6
ServiceInvariantUUID:5f034394-c778-4c51-82d6-4de3e89bc1e1
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:34d7b99c-6f0a-4cc8-9b4b-485432bac81b
ArtifactChecksum:NjIzZDQ2ODBhMGZhZWIxZGY3NTIyOWE1YjNmZGI3NmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b34fd09a-4a87-46e7-a722-f7e0103ca24a
ResourceInvariantUUID:64814c1c-e052-4d75-a547-98e27a3d6947
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b3dfbf2-24dc-4c1b-88f1-919950d468aa
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:14110e2a-454e-4ef8-a03c-ae5d106505d8
ArtifactChecksum:YjkxMmY5YTU1ZjBiZmY5OWQ1OWQwNjk2NDFmZWNiMzY=
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:5c1edb2b-f721-4fa0-be97-a928f4e57854
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:3d1ee4cc-ea08-49e2-8071-5ddb6801ca1e
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:3d1ee4cc-ea08-49e2-8071-5ddb6801ca1e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-11T03:57:52.481Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85b08f59-3ecb-4d9c-bed2-7140cba885d6 ASDC treatNotification
2023-03-11T03:57:52.490Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4546d393-5422-4846-86c1-fcf738f68409
2023-03-11T03:57:52.490Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4546d393-5422-4846-86c1-fcf738f68409 and ComponentName POLICY
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: 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_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-11T03:57:52.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.502Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506952684,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:57:52.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.502Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506952581,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:57:52.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.503Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506953711,
"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-03-11T03:57:52.512Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4546d393-5422-4846-86c1-fcf738f68409
2023-03-11T03:57:52.513Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4546d393-5422-4846-86c1-fcf738f68409 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-11T03:57:52.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.526Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-11T03:57:52.527Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678506953585,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2023-03-11T03:57:52.527Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:57:52.527Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:57:52.527Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 34d7b99c-6f0a-4cc8-9b4b-485432bac81b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-11T03:57:52.528Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-11T03:57:52.528Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-11T03:57:52.541Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4546d393-5422-4846-86c1-fcf738f68409
2023-03-11T03:57:52.541Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4546d393-5422-4846-86c1-fcf738f68409 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-03-11T03:57:52.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.560Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "multicloud-k8s",
"timestamp": 1678506954713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-11T03:57:52.560Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.561Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "aai-model-loader",
"timestamp": 1678506962073,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:57:52.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.561Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "aai-model-loader",
"timestamp": 1678506963076,
"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-03-11T03:57:52.569Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4546d393-5422-4846-86c1-fcf738f68409
2023-03-11T03:57:52.570Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4546d393-5422-4846-86c1-fcf738f68409 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-03-11T03:57:52.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.582Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "81c5104a-d378-4ef0-9b15-71c652e5e6b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506991285,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-11T03:57:52.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.582Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:57:52.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:57:52.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/resourceInstances/pnf6d8763f0e9040/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678506992306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "NOTIFIED"
}
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.584Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678507000525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-11T03:57:52.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-11T03:57:52.585Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "cc3c4d77-307b-40ac-88d8-0dd05a4cc932",
"consumerID": "SO-sdc-controller",
"timestamp": 1678507002923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9liuvhvhdudegcjtwvoo/1.0/artifacts/service-DemoPnf9liuvhvhdudegcjtwvoo-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-11T03:57:52.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-11T03:57:52.616Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-11T03:57:52.617Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 34d7b99c-6f0a-4cc8-9b4b-485432bac81b 75183
2023-03-11T03:57:52.618Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-11T03:57:52.618Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-11T03:57:52.618Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-11T03:57:52.618Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-11T03:57:52.618Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-11T03:57:52.618Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4546d393-5422-4846-86c1-fcf738f68409",
"consumerID": "SO-sdc-controller",
"timestamp": 1678507072618,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-11T03:57:53.619Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-11T03:57:53.620Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-11T03:57:53.620Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 34d7b99c-6f0a-4cc8-9b4b-485432bac81b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-11T03:57:53.621Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-11T03:57:53.621Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-11T03:57:53.621Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-11T03:57:53.754Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5268682012725234700/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-03-11T03:57:55.107Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-11T03:57:55.107Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-11T03:57:55.107Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-11T03:57:55.108Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-11T03:57:55.108Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-11T03:57:55.108Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-11T03:57:55.108Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||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-03-11T03:57:55.108Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-11T03:57:55.108Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-11T03:57:55.108Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-11T03:57:55.108Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-11T03:57:55.108Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-11T03:57:55.109Z|4546d393-5422-4846-86c1-fcf738f68409|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery