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-02T11:33:11.823Z||main|||||INFO|500||The following profiles are active: basic
2023-03-02T11:33:25.221Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-02T11:33:25.222Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-02T11:33:25.386Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-02T11:33:29.990Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-02T11:33:30.565Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-02T11:33:31.230Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-02T11:33:31.474Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-02T11:33:32.379Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-02T11:33:35.093Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-02T11:33:50.813Z||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-02T11:33:54.605Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-02T11:33:54.761Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-02T11:33:54.783Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-02T11:33:54.802Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-02T11:33:55.541Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-02T11:33:56.139Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-02T11:33:57.608Z||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-02T11:34:07.514Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-02T11:34:07.515Z||main|||||ERROR|500||(conn=1286) Table 'catalogdb.activity_spec' doesn't exist
2023-03-02T11:34:07.570Z||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-02T11:34:10.992Z||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-02T11:34:14.452Z||main|||||WARN|500||---
2023-03-02T11:34:14.453Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-02T11:34:14.454Z||main|||||WARN|500||---
2023-03-02T11:34:14.936Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-02T11:34:20.954Z||main|||||INFO|500||Started Application in 72.651 seconds (JVM running for 75.218)
2023-03-02T11:34:20.979Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-02T11:34:20.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-02T11:34:20.992Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-02T11:34:21.062Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 562b1f67-2872-40cb-b18b-8535a32808e1 url= /sdc/v1/artifactTypes
2023-03-02T11:34:21.074Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-02T11:34:22.319Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-02T11:34:22.416Z||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-02T11:34:22.417Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-02T11:34:22.419Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8c0f6144-0d95-4274-ab94-9cce3c0922a0 url= /sdc/v1/distributionKafkaData
2023-03-02T11:34:22.419Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-02T11:34:24.364Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-02T11:34:24.372Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@2d04f570
2023-03-02T11:34:24.452Z||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-40914973-4db1-4259-84fc-66625fd39e9b
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-02T11:34:24.516Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Instantiated an idempotent producer.
2023-03-02T11:34:24.643Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-02T11:34:24.726Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-02T11:34:24.727Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-02T11:34:24.727Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677756864714
2023-03-02T11:34:24.738Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-02T11:34:24.765Z||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-4603bf74-dcea-451a-be3f-b357ccc21191
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-02T11:34:24.896Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-02T11:34:24.897Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-02T11:34:24.897Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677756864896
2023-03-02T11:34:24.900Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:34:24.905Z||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-47b59249-0cb9-45c8-8cbd-e264a78eb552
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-02T11:34:24.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:34:24.940Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-02T11:34:24.940Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-02T11:34:24.941Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677756864940
2023-03-02T11:34:24.944Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:34:24.946Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:34:24.955Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-02T11:34:25.890Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 1PFBRkvrSjSMNz5pn0hfEQ
2023-03-02T11:34:25.890Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Cluster ID: 5DgbJWHzRsaWyD9bB70Y1w
2023-03-02T11:34:25.891Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:25.891Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 1PFBRkvrSjSMNz5pn0hfEQ
2023-03-02T11:34:25.892Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:25.892Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 1PFBRkvrSjSMNz5pn0hfEQ
2023-03-02T11:34:25.892Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 1PFBRkvrSjSMNz5pn0hfEQ
2023-03-02T11:34:25.892Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] ProducerId set to 1002 with epoch 0
2023-03-02T11:34:25.893Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 1PFBRkvrSjSMNz5pn0hfEQ
2023-03-02T11:34:25.892Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:25.893Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 1PFBRkvrSjSMNz5pn0hfEQ
2023-03-02T11:34:25.894Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:25.895Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:25.895Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:25.897Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Cluster ID: 5DgbJWHzRsaWyD9bB70Y1w
2023-03-02T11:34:25.897Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Cluster ID: 5DgbJWHzRsaWyD9bB70Y1w
2023-03-02T11:34:25.899Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-02T11:34:25.899Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-02T11:34:25.922Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] (Re-)joining group
2023-03-02T11:34:25.931Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] (Re-)joining group
2023-03-02T11:34:26.024Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191-0c2dae67-9ff6-4aec-98f6-fecb1aeeabed
2023-03-02T11:34:26.025Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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-02T11:34:26.026Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] (Re-)joining group
2023-03-02T11:34:26.026Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552-301340fe-3f03-4d3c-8d85-4b50cbc87df4
2023-03-02T11:34:26.026Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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-02T11:34:26.027Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] (Re-)joining group
2023-03-02T11:34:32.044Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191-0c2dae67-9ff6-4aec-98f6-fecb1aeeabed', protocol='range'}
2023-03-02T11:34:32.045Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552-301340fe-3f03-4d3c-8d85-4b50cbc87df4', protocol='range'}
2023-03-02T11:34:32.131Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:32.132Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:32.133Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:32.134Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:32.135Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:32.136Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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 V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T11:34:32.146Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552-301340fe-3f03-4d3c-8d85-4b50cbc87df4=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-4603bf74-dcea-451a-be3f-b357ccc21191-0c2dae67-9ff6-4aec-98f6-fecb1aeeabed=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-02T11:34:32.197Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191-0c2dae67-9ff6-4aec-98f6-fecb1aeeabed', protocol='range'}
2023-03-02T11:34:32.197Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552-301340fe-3f03-4d3c-8d85-4b50cbc87df4', protocol='range'}
2023-03-02T11:34:32.199Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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-02T11:34:32.199Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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-02T11:34:32.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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-02T11:34:32.208Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, 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-02T11:34:32.231Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-02T11:34:32.232Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-02T11:34:32.232Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-02T11:34:32.232Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-02T11:34:32.233Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-02T11:34:32.233Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-02T11:34:32.231Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-02T11:34:32.233Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-02T11:34:32.234Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-02T11:34:32.235Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-02T11:34:32.235Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-02T11:34:32.236Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-02T11:34:32.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-02T11:34:32.277Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-02T11:34:32.315Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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-02T11:34:32.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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-02T11:34:32.327Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-02T11:34:32.328Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-02T11:34:32.330Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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-02T11:34:32.330Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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-02T11:34:32.475Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-02T11:34:32.476Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-02T11:34:32.486Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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-02T11:34:32.487Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, 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-02T11:35:24.922Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:35:24.949Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:36:24.924Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:36:24.950Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:37:24.925Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:37:24.952Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:38:24.927Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:38:24.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:39:24.930Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:39:24.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:40:24.931Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:40:24.957Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:41:24.933Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:41:24.959Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:42:24.937Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:42:24.960Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:43:24.940Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:43:24.961Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:43:26.151Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-47b59249-0cb9-45c8-8cbd-e264a78eb552, groupId=so] Node -1 disconnected.
2023-03-02T11:43:26.154Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Node -1 disconnected.
2023-03-02T11:43:26.160Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4603bf74-dcea-451a-be3f-b357ccc21191, groupId=so] Node -1 disconnected.
2023-03-02T11:43:51.160Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-02T11:44:24.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:44:24.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:45:24.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:45:24.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:46:24.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:46:24.964Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:47:24.946Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:47:24.966Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:48:24.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:48:24.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:49:24.950Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:49:24.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:50:24.951Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:50:24.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:51:24.952Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:51:24.972Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:52:24.955Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:52:24.973Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:53:24.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:53:24.975Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:54:24.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:54:24.976Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:55:24.961Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:55:24.978Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:56:24.962Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:56:24.978Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:57:24.964Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:57:24.980Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:58:24.964Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:58:24.981Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T11:59:24.967Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T11:59:24.983Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:00:24.969Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:00:24.985Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:01:24.970Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:01:24.986Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:02:24.972Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:02:24.987Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:03:24.974Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:03:24.989Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:04:24.975Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:04:24.989Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:05:24.977Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:05:24.991Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:06:24.980Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:06:24.992Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:07:24.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:07:24.993Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:08:24.982Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:08:24.994Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:09:24.984Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:09:24.996Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:10:24.985Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:10:24.999Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:11:24.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:11:25.001Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:12:24.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:12:25.002Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:13:24.989Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:13:25.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:14:24.991Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:14:25.006Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:15:24.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:15:25.007Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:16:24.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:16:25.007Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:17:24.996Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:17:25.009Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:18:24.997Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:18:25.010Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:19:24.999Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:19:25.011Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:20:25.000Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:20:25.012Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:21:25.001Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:21:25.014Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:22:25.003Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:22:25.015Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:23:25.005Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:23:25.016Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:24:25.007Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:24:25.019Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:25:25.009Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:25:25.020Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:26:25.011Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:26:25.020Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:27:25.012Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:27:25.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:28:25.013Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:28:25.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:29:25.016Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:29:25.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:30:25.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:30:25.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:31:25.018Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:31:25.025Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:32:25.019Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:32:25.025Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:33:25.021Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:33:25.026Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:34:25.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:34:25.026Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:35:25.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:35:25.026Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:36:25.025Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:36:25.027Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:37:25.026Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:37:25.028Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:38:25.028Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:38:25.030Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:39:25.029Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:39:25.031Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:40:25.033Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:40:25.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:41:25.034Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:41:25.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:42:25.035Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:42:25.035Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:43:25.035Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:43:25.037Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:44:25.038Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:44:25.037Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:45:25.039Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:45:25.039Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:46:25.040Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:46:25.041Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:47:25.041Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:47:25.042Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:48:25.042Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:48:25.043Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:49:25.045Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:49:25.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:50:25.047Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:50:25.047Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:51:25.049Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:51:25.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:52:25.049Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:52:25.049Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:53:25.051Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:53:25.051Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:54:25.053Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:54:25.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:55:25.055Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:55:25.055Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:56:25.055Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:56:25.055Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:57:25.056Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:57:25.057Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:58:25.058Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:58:25.058Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T12:59:25.060Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T12:59:25.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:00:25.060Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:00:25.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:01:25.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:01:25.062Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:02:25.063Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:02:25.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:03:25.064Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:03:25.065Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:04:25.065Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:04:25.066Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:05:25.066Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:05:25.067Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:06:25.067Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:06:25.067Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:07:25.069Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:07:25.076Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:08:25.070Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:08:25.078Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:09:25.072Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:09:25.079Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:10:25.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:10:25.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:11:25.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:11:25.082Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:12:25.076Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:12:25.082Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:13:25.077Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:13:25.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:14:25.077Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:14:25.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:15:25.079Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:15:25.086Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:16:25.079Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:16:25.087Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:17:25.081Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:17:25.087Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:18:25.083Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:18:25.089Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:19:25.085Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:19:25.089Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:20:25.087Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:20:25.090Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:21:25.088Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:21:25.090Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:22:25.088Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:22:25.092Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:23:25.090Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:23:25.093Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:24:25.091Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:24:25.094Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:25:25.094Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:25:25.096Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:26:25.094Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:26:25.098Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:27:25.096Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:27:25.098Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:28:25.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:28:25.098Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:29:25.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:29:25.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:30:25.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:30:25.102Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:31:25.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:31:25.103Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:32:25.103Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:32:25.104Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:33:25.104Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:33:25.105Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:34:25.105Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:34:25.107Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:35:25.106Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:35:25.107Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:36:25.107Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:36:25.107Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:37:25.108Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:37:25.109Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:38:25.109Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:38:25.109Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:39:25.110Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:39:25.111Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:40:25.112Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:40:25.118Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:41:25.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:41:25.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:42:25.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:42:25.121Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:43:25.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:43:25.122Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:44:25.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:44:25.123Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:45:25.117Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:45:25.124Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:46:25.118Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:46:25.125Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:47:25.120Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:47:25.125Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:48:25.121Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:48:25.125Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:49:25.121Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:49:25.125Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:50:25.123Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:50:25.127Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:51:25.124Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:51:25.128Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:52:25.125Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:52:25.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:53:25.126Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:53:25.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:54:25.127Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:54:25.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:55:25.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:55:25.131Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:56:25.131Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:56:25.131Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:57:25.132Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:57:25.132Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:58:25.133Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:58:25.133Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T13:59:25.133Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T13:59:25.134Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:00:25.136Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:00:25.136Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:01:25.138Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:01:25.139Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:02:25.140Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:02:25.140Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:03:25.141Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:03:25.140Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:04:25.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:04:25.141Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:05:25.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:05:25.143Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:06:25.143Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:06:25.144Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:07:25.145Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:07:25.145Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:08:25.145Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:08:25.146Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:09:25.147Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:09:25.148Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:10:25.147Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:10:25.149Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:11:25.150Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:11:25.149Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:12:25.151Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:12:25.152Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:13:25.153Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:13:25.154Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:14:25.154Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:14:25.155Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:15:25.154Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:15:25.155Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:16:25.155Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:16:25.156Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:17:25.156Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:17:25.157Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:18:25.157Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:18:25.158Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:19:25.158Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:19:25.158Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:20:25.158Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:20:25.160Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:21:25.160Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:21:25.161Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:22:25.162Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:22:25.163Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:23:25.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:23:25.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:24:25.165Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:24:25.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:25:25.167Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:25:25.167Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:26:25.168Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:26:25.169Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:27:25.169Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:27:25.170Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:28:25.170Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:28:25.171Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:29:25.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:29:25.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:30:25.173Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:30:25.173Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:31:25.175Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:31:25.175Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:32:25.178Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:32:25.177Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:33:25.178Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:33:25.178Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:34:25.180Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:34:25.180Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:35:25.180Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:35:25.182Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:36:25.182Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:36:25.182Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:37:25.183Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:37:25.183Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:25.184Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:38:25.185Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:35.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-02T14:38:35.905Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"2607d53b-597c-4439-9d9d-10a0f2e89190","serviceName":"basic_onboard_zLXlDi","serviceVersion":"1.0","serviceUUID":"c6212907-d067-410f-b312-b91d9d7fc4f1","serviceDescription":"service","serviceInvariantUUID":"3e5cfd7a-a5ce-4a25-8567-5e77686de5e1","resources":[{"resourceInstanceName":"basic_onboard_zLXlDi 0","resourceName":"basic_onboard_zLXlDi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee37515a-2956-490f-a91a-aeb85276420b","resourceInvariantUUID":"82f97710-e80f-4ea1-b858-43c1a4400ae9","resourceCustomizationUUID":"e544b15a-28af-4602-ae53-b97868b42a44","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vf-license-model.xml","artifactChecksum":"OWE1ZGQxZjZkYWNjMzM3N2E0Zjk1NmFmN2Q0NGI2YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5ee7420-cbeb-4c53-ad7a-cd62654f3c35","artifactVersion":"1"},{"artifactName":"basic_onboard_zlxldi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json","artifactChecksum":"MWZlMDdkMjY5ZDRiNTAyMzRlNGYzMTdmZTE0ZTllZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb6fc3d0-5de8-4908-ac93-98a946cad570","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fade2502-5b2a-464c-b8bf-efb85fadd931","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2bcd53ee-6cd0-4fda-ac3c-1da437797cad","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b0567040-3b18-460f-8b04-a94a9fa2b8be","artifactVersion":"2","generatedFromUUID":"fade2502-5b2a-464c-b8bf-efb85fadd931"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZlxldi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-template.yml","artifactChecksum":"ZGMyNGI1MDNlYjIyYzNiZmE1NGJhNGNkYTkzYzRiN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30f727c7-3961-4cb0-abd6-5e6e3d2c0051","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZlxldi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar","artifactChecksum":"ZmMwOTQyZWI5YWYzZDU5ODYyZmZmNTdiZjkwYjgwZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eff3cb75-9fbb-4153-ae58-272f229002a4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-02T14:38:35.923Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T14:38:35.934Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:35.934Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:35.934Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:35.942Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T14:38:35.943Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T14:38:35.944Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T14:38:35.944Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T14:38:35.944Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T14:38:35.945Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T14:38:36.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:38:36.117Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:38:36.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:38:36.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:38:36.138Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "cds-sdc-listener",
"timestamp": 1677767859459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:38:36.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:38:36.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:38:36.138Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "policy-distribution-id",
"timestamp": 1677767886945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:38:36.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:38:36.987Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T14:38:36.987Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:36.987Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:36.987Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:37.989Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T14:38:37.990Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:37.990Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:37.990Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:38.991Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T14:38:38.992Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:38.992Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:38.992Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:39.994Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T14:38:39.995Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:39.995Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:39.995Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:40.996Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T14:38:40.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:40.997Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:40.998Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:41.998Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T14:38:41.999Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:41.999Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:42.000Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:43.002Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"serviceName": "basic_onboard_zLXlDi",
"serviceVersion": "1.0",
"serviceUUID": "c6212907-d067-410f-b312-b91d9d7fc4f1",
"serviceDescription": "service",
"serviceInvariantUUID": "3e5cfd7a-a5ce-4a25-8567-5e77686de5e1",
"resources": [
{
"resourceInstanceName": "basic_onboard_zLXlDi 0",
"resourceCustomizationUUID": "e544b15a-28af-4602-ae53-b97868b42a44",
"resourceName": "basic_onboard_zLXlDi",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ee37515a-2956-490f-a91a-aeb85276420b",
"resourceInvariantUUID": "82f97710-e80f-4ea1-b858-43c1a4400ae9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zlxldi0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"artifactChecksum": "MWZlMDdkMjY5ZDRiNTAyMzRlNGYzMTdmZTE0ZTllZTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fb6fc3d0-5de8-4908-ac93-98a946cad570",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fade2502-5b2a-464c-b8bf-efb85fadd931",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b0567040-3b18-460f-8b04-a94a9fa2b8be",
"generatedFromUUID": "fade2502-5b2a-464c-b8bf-efb85fadd931"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b0567040-3b18-460f-8b04-a94a9fa2b8be",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZlxldi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"artifactChecksum": "ZmMwOTQyZWI5YWYzZDU5ODYyZmZmNTdiZjkwYjgwZTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eff3cb75-9fbb-4153-ae58-272f229002a4"
}
],
"workloadContext": "Production"
}
2023-03-02T14:38:43.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-02T14:38:43.006Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c6212907-d067-410f-b312-b91d9d7fc4f1 ASDC
2023-03-02T14:38:43.120Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2607d53b-597c-4439-9d9d-10a0f2e89190
ServiceName:basic_onboard_zLXlDi
ServiceVersion:1.0
ServiceUUID:c6212907-d067-410f-b312-b91d9d7fc4f1
ServiceInvariantUUID:3e5cfd7a-a5ce-4a25-8567-5e77686de5e1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZlxldi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar
ArtifactUUID:eff3cb75-9fbb-4153-ae58-272f229002a4
ArtifactChecksum:ZmMwOTQyZWI5YWYzZDU5ODYyZmZmNTdiZjkwYjgwZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zLXlDi 0
ResourceCustomizationUUID:e544b15a-28af-4602-ae53-b97868b42a44
ResourceInvariantUUID:82f97710-e80f-4ea1-b858-43c1a4400ae9
ResourceName:basic_onboard_zLXlDi
ResourceType:VF
ResourceUUID:ee37515a-2956-490f-a91a-aeb85276420b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zlxldi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json
ArtifactUUID:fb6fc3d0-5de8-4908-ac93-98a946cad570
ArtifactChecksum:MWZlMDdkMjY5ZDRiNTAyMzRlNGYzMTdmZTE0ZTllZTY=
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/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fade2502-5b2a-464c-b8bf-efb85fadd931
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/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env
ArtifactUUID:b0567040-3b18-460f-8b04-a94a9fa2b8be
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/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env
ArtifactUUID:b0567040-3b18-460f-8b04-a94a9fa2b8be
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-02T14:38:43.121Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6212907-d067-410f-b312-b91d9d7fc4f1 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-02T14:38:43.346Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-02T14:38:43.348Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-02T14:38:43.349Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-02T14:38:43.349Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eff3cb75-9fbb-4153-ae58-272f229002a4 from URL: /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:43.349Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-02T14:38:43.350Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:43.506Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-02T14:38:43.514Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar eff3cb75-9fbb-4153-ae58-272f229002a4 75680
2023-03-02T14:38:43.515Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar ASDC sendASDCNotification
2023-03-02T14:38:43.515Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:43.516Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T14:38:43.517Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:43.517Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:43.518Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767923514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:44.519Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-02T14:38:44.520Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-02T14:38:44.520Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: eff3cb75-9fbb-4153-ae58-272f229002a4, URL: /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar to file: /app/ASDC/1/service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:44.521Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:44.618Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:44.619Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:45.273Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7989419650378062387/Definitions/service-BasicOnboardZlxldi-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-02T14:38:47.173Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-02T14:38:47.181Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-02T14:38:47.182Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:47.182Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-02T14:38:47.183Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:47.183Z|2607d53b-597c-4439-9d9d-10a0f2e89190|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-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:47.183Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zLXlDi 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-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:47.184Z|2607d53b-597c-4439-9d9d-10a0f2e89190|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-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:47.184Z|2607d53b-597c-4439-9d9d-10a0f2e89190|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-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:47.184Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:47.184Z|2607d53b-597c-4439-9d9d-10a0f2e89190|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-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:47.185Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-02T14:38:47.196Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.198Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:47.205Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is matching search criteria
2023-03-02T14:38:47.206Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-02T14:38:47.208Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zLXlDi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-02T14:38:47.211Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.211Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:47.211Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is matching search criteria
2023-03-02T14:38:47.212Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-02T14:38:47.212Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zLXlDi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-02T14:38:47.213Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.213Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:47.219Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.219Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is not matching search criteria
2023-03-02T14:38:47.220Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-02T14:38:47.220Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-02T14:38:47.220Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-02T14:38:47.221Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-02T14:38:47.221Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-02T14:38:47.222Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.222Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-02T14:38:47.224Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.225Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is matching search criteria
2023-03-02T14:38:47.225Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zLXlDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T14:38:47.226Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.226Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is matching search criteria
2023-03-02T14:38:47.226Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zLXlDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T14:38:47.227Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.227Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is matching search criteria
2023-03-02T14:38:47.228Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zLXlDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T14:38:47.228Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.228Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is not matching search criteria
2023-03-02T14:38:47.229Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-02T14:38:47.229Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-02T14:38:47.229Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c0c031da-adbe-41d8-9ad1-4983bff8a52e
2023-03-02T14:38:47.233Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.234Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:47.234Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.234Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:47.235Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.235Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:47.236Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:47.236Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:47.236Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zLXlDi
Description:service
Model UUID:c6212907-d067-410f-b312-b91d9d7fc4f1
Model Version:NULL
Model InvariantUuid:3e5cfd7a-a5ce-4a25-8567-5e77686de5e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zLXlDi
Model UUID:78946796-1ce5-41e7-a1ab-469fad60bd17
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82f97710-e80f-4ea1-b858-43c1a4400ae9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e544b15a-28af-4602-ae53-b97868b42a44
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:79a7a005-f81c-4e37-a768-bf0aa68ec72f
ModelName:BasicOnboardZlxldi..base_ubuntu18..module-0
ModelUuid:f0832d0a-d1cf-4e63-8782-99a6a9ce6b7b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c0c031da-adbe-41d8-9ad1-4983bff8a52e
ModelInvariantUuid:afaadd9d-bdb7-4482-8033-67c0237a2e55
ModelName:basic_onboard_zLXlDi-nodes.ubuntu18Cvfc
ModelUuid:49c1c2bf-fb3b-4c99-9f72-6ff01ab20b84
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e412c8c7-045e-463f-8567-d4d40c01caf3
ModelInvariantUuid:f9179d8f-7b6d-47df-9b4e-b12318365cf9
ModelName:BasicOnboardZlxldi.compute.nodes.heat.ubuntu18
ModelUuid:9293c2ec-4652-4ae3-9a2c-48f4dc782e22
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-02T14:38:47.275Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ee37515a-2956-490f-a91a-aeb85276420b
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-02T14:38:47.350Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||basic_onboard_zLXlDi 0
2023-03-02T14:38:47.357Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee37515a-2956-490f-a91a-aeb85276420b
2023-03-02T14:38:47.357Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fb6fc3d0-5de8-4908-ac93-98a946cad570 from URL: /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json
2023-03-02T14:38:47.358Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-02T14:38:47.358Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json
2023-03-02T14:38:47.532Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-02T14:38:47.533Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json fb6fc3d0-5de8-4908-ac93-98a946cad570 798
2023-03-02T14:38:47.533Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json ASDC sendASDCNotification
2023-03-02T14:38:47.533Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json
2023-03-02T14:38:47.533Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T14:38:47.534Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:47.534Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:47.534Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767927533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:48.536Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZlxldi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "79a7a005-f81c-4e37-a768-bf0aa68ec72f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0832d0a-d1cf-4e63-8782-99a6a9ce6b7b",
"vfModuleModelCustomizationUUID": "da88c1f0-71b2-46dc-9859-d3d253c75b70",
"isBase": true,
"artifacts": [
"fade2502-5b2a-464c-b8bf-efb85fadd931",
"b0567040-3b18-460f-8b04-a94a9fa2b8be"
],
"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-02T14:38:48.554Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZlxldi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0832d0a-d1cf-4e63-8782-99a6a9ce6b7b
VfModuleModelInvariantUUID:79a7a005-f81c-4e37-a768-bf0aa68ec72f
VfModuleModelDescription:NULL
Artifacts UUID List:{
fade2502-5b2a-464c-b8bf-efb85fadd931
,
b0567040-3b18-460f-8b04-a94a9fa2b8be
}
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-02T14:38:48.560Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZlxldi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "79a7a005-f81c-4e37-a768-bf0aa68ec72f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0832d0a-d1cf-4e63-8782-99a6a9ce6b7b",
"vfModuleModelCustomizationUUID": "da88c1f0-71b2-46dc-9859-d3d253c75b70",
"isBase": true,
"artifacts": [
"fade2502-5b2a-464c-b8bf-efb85fadd931",
"b0567040-3b18-460f-8b04-a94a9fa2b8be"
],
"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-02T14:38:48.560Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZlxldi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0832d0a-d1cf-4e63-8782-99a6a9ce6b7b
VfModuleModelInvariantUUID:79a7a005-f81c-4e37-a768-bf0aa68ec72f
VfModuleModelDescription:NULL
Artifacts UUID List:{
fade2502-5b2a-464c-b8bf-efb85fadd931
,
b0567040-3b18-460f-8b04-a94a9fa2b8be
}
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-02T14:38:48.560Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fade2502-5b2a-464c-b8bf-efb85fadd931 from URL: /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml
2023-03-02T14:38:48.561Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-02T14:38:48.561Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml
2023-03-02T14:38:48.720Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-02T14:38:48.721Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml fade2502-5b2a-464c-b8bf-efb85fadd931 5033
2023-03-02T14:38:48.722Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-02T14:38:48.722Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml
2023-03-02T14:38:48.722Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T14:38:48.723Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:48.723Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:48.723Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767928722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:49.725Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b0567040-3b18-460f-8b04-a94a9fa2b8be from URL: /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env
2023-03-02T14:38:49.725Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-02T14:38:49.726Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env
2023-03-02T14:38:49.835Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-02T14:38:49.836Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env b0567040-3b18-460f-8b04-a94a9fa2b8be 909
2023-03-02T14:38:49.836Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-02T14:38:49.836Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env
2023-03-02T14:38:49.836Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T14:38:49.837Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:49.837Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:49.837Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767929836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:50.839Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c6212907-d067-410f-b312-b91d9d7fc4f1
2023-03-02T14:38:50.840Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zLXlDi 0 ee37515a-2956-490f-a91a-aeb85276420b 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-02T14:38:50.903Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11b80117, org.onap.sdc.toscaparser.api.parameters.Input@7ac72afa, org.onap.sdc.toscaparser.api.parameters.Input@3f060fbf, org.onap.sdc.toscaparser.api.parameters.Input@6216ced6, org.onap.sdc.toscaparser.api.parameters.Input@33f7db3a]
2023-03-02T14:38:50.910Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.910Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:50.911Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-03-02T14:38:50.911Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e544b15a-28af-4602-ae53-b97868b42a44
2023-03-02T14:38:50.911Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e544b15a-28af-4602-ae53-b97868b42a44 matches Tosca VF Customization UUID: e544b15a-28af-4602-ae53-b97868b42a44
2023-03-02T14:38:50.912Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e544b15a-28af-4602-ae53-b97868b42a44 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-02T14:38:50.924Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.924Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:50.926Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e544b15a-28af-4602-ae53-b97868b42a44: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-02T14:38:50.926Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d828056
2023-03-02T14:38:50.926Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.927Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-02T14:38:50.927Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da88c1f0-71b2-46dc-9859-d3d253c75b70
2023-03-02T14:38:50.928Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da88c1f0-71b2-46dc-9859-d3d253c75b70
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-02T14:38:50.941Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.941Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is matching search criteria
2023-03-02T14:38:50.941Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zLXlDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T14:38:50.942Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.943Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is matching search criteria
2023-03-02T14:38:50.943Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zLXlDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T14:38:50.943Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.943Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is not matching search criteria
2023-03-02T14:38:50.944Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-02T14:38:50.944Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-02T14:38:50.944Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c0c031da-adbe-41d8-9ad1-4983bff8a52e
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-02T14:38:50.965Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.966Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is matching search criteria
2023-03-02T14:38:50.966Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zLXlDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T14:38:50.966Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.966Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zLXlDi 0 is matching search criteria
2023-03-02T14:38:50.967Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zLXlDi 0] matching following query criteria: sdcType=VF, customizationUUID=e544b15a-28af-4602-ae53-b97868b42a44
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-02T14:38:50.975Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.976Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:50.976Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c6212907-d067-410f-b312-b91d9d7fc4f1: basic_onboard_zLXlDi
2023-03-02T14:38:50.976Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.977Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:50.977Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.977Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:50.977Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.977Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:50.978Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.978Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:50.978Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T14:38:50.978Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zLXlDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T14:38:50.979Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_zLXlDi
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-02T14:38:51.515Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zLXlDi ee37515a-2956-490f-a91a-aeb85276420b 1 ASDC deployResourceStructure
2023-03-02T14:38:51.516Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json ASDC sendASDCNotification
2023-03-02T14:38:51.516Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json
2023-03-02T14:38:51.517Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-02T14:38:51.517Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:51.517Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:51.518Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767931516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:52.519Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-02T14:38:52.519Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml
2023-03-02T14:38:52.519Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-02T14:38:52.520Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:52.520Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:52.520Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767932519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:53.521Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-02T14:38:53.522Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env
2023-03-02T14:38:53.522Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-02T14:38:53.522Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:53.523Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:53.523Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767933521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:54.524Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar ASDC sendASDCNotification
2023-03-02T14:38:54.525Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar
2023-03-02T14:38:54.525Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-02T14:38:54.525Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:38:54.526Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:38:54.526Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767934524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:38:55.527Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2607d53b-597c-4439-9d9d-10a0f2e89190
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T14:38:55.584Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2607d53b-597c-4439-9d9d-10a0f2e89190
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-02T14:38:55.588Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T14:38:55.589Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T14:38:55.589Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T14:39:24.946Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:39:24.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:39:24.949Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767896650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:39:24.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:39:25.590Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2607d53b-597c-4439-9d9d-10a0f2e89190
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T14:39:25.613Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2607d53b-597c-4439-9d9d-10a0f2e89190
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-02T14:39:25.616Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T14:39:25.616Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T14:39:25.616Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T14:39:55.616Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2607d53b-597c-4439-9d9d-10a0f2e89190
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T14:39:55.630Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2607d53b-597c-4439-9d9d-10a0f2e89190
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-02T14:39:55.632Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T14:39:55.632Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T14:39:55.633Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T14:40:24.946Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:40:24.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.952Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "cds-sdc-listener",
"timestamp": 1677767859459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.953Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.953Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.953Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.954Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "policy-distribution-id",
"timestamp": 1677767886945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.954Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767896650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.954Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "cds-sdc-listener",
"timestamp": 1677767859459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.954Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.955Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "policy-distribution-id",
"timestamp": 1677767886945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.955Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767896650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.956Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "cds-sdc-listener",
"timestamp": 1677767859459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.956Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.956Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "policy-distribution-id",
"timestamp": 1677767886945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.957Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767896650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.958Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "cds-sdc-listener",
"timestamp": 1677767859459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.959Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.959Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "policy-distribution-id",
"timestamp": 1677767886945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.960Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767896650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.960Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.960Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "cds-sdc-listener",
"timestamp": 1677767859459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.960Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.960Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.960Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.961Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "policy-distribution-id",
"timestamp": 1677767886945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.961Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767896650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.961Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "cds-sdc-listener",
"timestamp": 1677767859459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.962Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.962Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767905184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.962Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.962Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "policy-distribution-id",
"timestamp": 1677767886945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.962Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.962Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767896650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T14:40:24.962Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.963Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767922586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:24.963Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.963Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "policy-distribution-id",
"timestamp": 1677767923371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:24.963Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.963Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "cds-sdc-listener",
"timestamp": 1677767922843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:24.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.964Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767923514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:24.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.964Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "aai-model-loader",
"timestamp": 1677767924255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:24.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.965Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "cds-sdc-listener",
"timestamp": 1677767923860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-02T14:40:24.979Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2607d53b-597c-4439-9d9d-10a0f2e89190
2023-03-02T14:40:24.980Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2607d53b-597c-4439-9d9d-10a0f2e89190 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-02T14:40:24.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.998Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "policy-distribution-id",
"timestamp": 1677767924390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T14:40:24.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.999Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767923771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:24.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:24.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:24.999Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "aai-model-loader",
"timestamp": 1677767924255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.000Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "policy-distribution-id",
"timestamp": 1677767925395,
"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-02T14:40:25.004Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2607d53b-597c-4439-9d9d-10a0f2e89190
2023-03-02T14:40:25.005Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2607d53b-597c-4439-9d9d-10a0f2e89190 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-02T14:40:25.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.022Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767924883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:25.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.022Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "aai-model-loader",
"timestamp": 1677767924255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.023Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767926124,
"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-02T14:40:25.028Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2607d53b-597c-4439-9d9d-10a0f2e89190
2023-03-02T14:40:25.028Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2607d53b-597c-4439-9d9d-10a0f2e89190 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-02T14:40:25.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "aai-model-loader",
"timestamp": 1677767924255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.037Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767927533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:25.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.038Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677767926252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.038Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "multicloud-k8s",
"timestamp": 1677767927128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-02T14:40:25.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.039Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "aai-model-loader",
"timestamp": 1677767924255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.039Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677767926252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.040Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767928722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:25.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.041Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "aai-model-loader",
"timestamp": 1677767924255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.041Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677767926252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.042Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767929836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:25.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.042Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "aai-model-loader",
"timestamp": 1677767924255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T14:40:25.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.043Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677767926252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "aai-model-loader",
"timestamp": 1677767931571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:25.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767931516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/basic_onboard_zlxldi0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-02T14:40:25.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677767926252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767932519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-03-02T14:40:25.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677767926252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T14:40:25.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767933521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/resourceInstances/basic_onboard_zlxldi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-03-02T14:40:25.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677767926252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T14:40:25.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677767934524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T14:40:25.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677767934203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T14:40:25.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.047Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677767939199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T14:40:25.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.047Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677767940204,
"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-02T14:40:25.058Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2607d53b-597c-4439-9d9d-10a0f2e89190
2023-03-02T14:40:25.058Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2607d53b-597c-4439-9d9d-10a0f2e89190 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-02T14:40:25.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.068Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "aai-model-loader",
"timestamp": 1677767946474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZlxldi/1.0/artifacts/service-BasicOnboardZlxldi-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T14:40:25.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:40:25.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-02T14:40:25.069Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "aai-model-loader",
"timestamp": 1677767947478,
"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-02T14:40:25.076Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2607d53b-597c-4439-9d9d-10a0f2e89190
2023-03-02T14:40:25.077Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2607d53b-597c-4439-9d9d-10a0f2e89190 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-02T14:40:25.633Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2607d53b-597c-4439-9d9d-10a0f2e89190
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T14:40:25.647Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2607d53b-597c-4439-9d9d-10a0f2e89190
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-02T14:40:25.653Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T14:40:25.653Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-02T14:40:25.653Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-02T14:40:25.653Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-02T14:40:25.653Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T14:40:25.653Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T14:40:25.654Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T14:40:25.654Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T14:40:25.654Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T14:40:25.654Z|2607d53b-597c-4439-9d9d-10a0f2e89190|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-02T14:40:25.661Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-02T14:40:55.661Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2607d53b-597c-4439-9d9d-10a0f2e89190 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-02T14:40:55.678Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2607d53b-597c-4439-9d9d-10a0f2e89190 and serviceModelVersionId: c6212907-d067-410f-b312-b91d9d7fc4f1
2023-03-02T14:40:55.678Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e5cfd7a-a5ce-4a25-8567-5e77686de5e1
2023-03-02T14:41:12.679Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e5cfd7a-a5ce-4a25-8567-5e77686de5e1/model-vers/model-ver/c6212907-d067-410f-b312-b91d9d7fc4f1?depth=0
2023-03-02T14:41:12.816Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-02T14:41:13.394Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3e5cfd7a-a5ce-4a25-8567-5e77686de5e1/model-vers/model-ver/c6212907-d067-410f-b312-b91d9d7fc4f1?depth=0|INFO|500||Invoke
2023-03-02T14:41:13.400Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3e5cfd7a-a5ce-4a25-8567-5e77686de5e1/model-vers/model-ver/c6212907-d067-410f-b312-b91d9d7fc4f1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3e5cfd7a-a5ce-4a25-8567-5e77686de5e1/model-vers/model-ver/c6212907-d067-410f-b312-b91d9d7fc4f1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2607d53b-597c-4439-9d9d-10a0f2e89190], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4f29f20-789c-4625-a5c3-5c94caec15b0], X-ECOMP-RequestID=[2607d53b-597c-4439-9d9d-10a0f2e89190], X-TransactionId=[], X-ONAP-RequestID=[2607d53b-597c-4439-9d9d-10a0f2e89190], Content-Type=[application/merge-patch+json]}
2023-03-02T14:41:13.424Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3e5cfd7a-a5ce-4a25-8567-5e77686de5e1/model-vers/model-ver/c6212907-d067-410f-b312-b91d9d7fc4f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-02T14:41:13.815Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3e5cfd7a-a5ce-4a25-8567-5e77686de5e1/model-vers/model-ver/c6212907-d067-410f-b312-b91d9d7fc4f1?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/3e5cfd7a-a5ce-4a25-8567-5e77686de5e1/model-vers/model-ver/c6212907-d067-410f-b312-b91d9d7fc4f1?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Mar 2023 14:41:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[364], vertex-id=[180320], x-aai-txid=[1-aai-resources-230302-14:41:13:395-79737], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-02T14:41:13.817Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3e5cfd7a-a5ce-4a25-8567-5e77686de5e1/model-vers/model-ver/c6212907-d067-410f-b312-b91d9d7fc4f1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-02T14:41:13.818Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3e5cfd7a-a5ce-4a25-8567-5e77686de5e1/model-vers/model-ver/c6212907-d067-410f-b312-b91d9d7fc4f1?depth=0|INFO|500||InvokeReturn
2023-03-02T14:41:13.823Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-02T14:41:13.823Z|2607d53b-597c-4439-9d9d-10a0f2e89190|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-02T14:41:13.837Z|2607d53b-597c-4439-9d9d-10a0f2e89190|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-02T14:41:13.838Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2607d53b-597c-4439-9d9d-10a0f2e89190 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-02T14:41:13.840Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-02T14:41:13.840Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-02T14:41:13.840Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T14:41:13.840Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677768073839,
"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-02T14:41:14.861Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:41:24.946Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:41:24.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T14:41:24.963Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2607d53b-597c-4439-9d9d-10a0f2e89190",
"consumerID": "SO-sdc-controller",
"timestamp": 1677768073839,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-02T14:41:24.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T14:42:14.861Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:42:24.946Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:43:14.864Z|2607d53b-597c-4439-9d9d-10a0f2e89190|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:43:24.947Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:44:14.866Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:44:24.947Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:45:14.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:45:24.948Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:46:14.870Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:46:24.949Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:47:14.872Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:47:24.950Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:47:57.481Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Node 0 disconnected.
2023-03-02T14:48:14.873Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:48:24.952Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:49:14.874Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:49:24.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:50:14.875Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:50:24.954Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:51:14.876Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:51:24.956Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:52:14.876Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:52:24.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:53:14.878Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:53:24.959Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:54:14.880Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:54:24.960Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:55:14.880Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:55:24.962Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:56:14.881Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:56:24.962Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:57:14.883Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:57:24.962Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:58:14.885Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:58:24.963Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T14:59:14.886Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T14:59:24.965Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:00:14.887Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:00:24.967Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:01:14.888Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:01:24.967Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:02:14.889Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:02:24.968Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:03:14.890Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:03:24.969Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:04:14.891Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:04:24.971Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:05:14.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:05:24.972Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:06:14.894Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:06:24.974Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:07:14.894Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:07:24.975Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:08:14.896Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:08:24.976Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:09:14.897Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:09:24.976Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:10:14.897Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:10:24.978Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:11:14.899Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:11:24.979Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:12:14.900Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:12:24.980Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:13:14.900Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:13:24.981Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:14:14.902Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:14:24.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:15:14.902Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:15:24.986Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:16:14.904Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:16:24.989Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:14.905Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:17:20.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-02T15:17:20.008Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"2dabd1d5-dcf8-411f-9027-236f6a641c81","serviceName":"vFW 2023-03-02 15-14-44","serviceVersion":"1.0","serviceUUID":"51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0","serviceDescription":"catalog service description","serviceInvariantUUID":"da254c39-d519-44ea-969c-7b82a9d03a2f","resources":[{"resourceInstanceName":"vFW 0a3b4628-658e 0","resourceName":"vFW 0a3b4628-658e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"704ee5ef-8f6e-4e58-9a5f-486af076df3c","resourceInvariantUUID":"8b6a4387-afed-4e02-8f5e-fbfb392bda1f","resourceCustomizationUUID":"7134da6c-9a36-44d3-8a3a-dabc026c1359","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vf-license-model.xml","artifactChecksum":"ZWExNzk1OTIzYTdhMDUwZTE4ZDI3YTNhYzdhNzNhNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"810aa2bf-6a9e-472e-8739-391de578a76d","artifactVersion":"1"},{"artifactName":"vfw0a3b4628658e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json","artifactChecksum":"ZjQzM2MyMDBkOTNlNmZlNzNjODgwZmM5Y2M4ZDFjYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4619373-6999-4fb3-8511-f162bf7e88d3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4702988d-b8bc-47a4-92b8-b20dbd171f5d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2FiYTdiZWQ5M2Q0MWIxNDhhNWU5MmFmZjhmNmRlNzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cc753b7-da4d-4201-9500-885f7b615783","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"418bff67-320d-4b9e-a077-227ca9f1125e","artifactVersion":"2","generatedFromUUID":"4702988d-b8bc-47a4-92b8-b20dbd171f5d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230302151444-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-template.yml","artifactChecksum":"ZjFlNjEyYWYxODJkMTBlM2E3NzljYjQ2NzU3ZjM0OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af80b80e-be37-4071-9e1b-491bca93cb15","artifactVersion":"1"},{"artifactName":"service-Vfw20230302151444-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar","artifactChecksum":"MzQ3M2MyMGRkNTg5ZWY1NTE3NmNlMTc0NGU2MmQ5ODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39e6d11e-9220-4b7a-b3b4-1941e471f014","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-02T15:17:20.012Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:17:20.012Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:20.012Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:20.012Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:20.020Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T15:17:20.021Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T15:17:20.021Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T15:17:20.021Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T15:17:20.021Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T15:17:20.021Z||kafka-producer-network-thread | SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-40914973-4db1-4259-84fc-66625fd39e9b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to V44-7S_tT4GTlZ3YvT6zSw
2023-03-02T15:17:20.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:17:20.068Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:17:20.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:17:21.023Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:17:21.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:21.024Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:21.024Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:22.025Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:17:22.026Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:22.026Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:22.026Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:23.028Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:17:23.029Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:23.029Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:23.029Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:24.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:17:24.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:24.030Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:24.031Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:24.946Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:24.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:17:24.949Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "policy-distribution-id",
"timestamp": 1677770236532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:17:24.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:17:25.037Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:17:25.039Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:25.039Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:25.039Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:26.040Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:17:26.041Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:26.041Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:26.042Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:27.047Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"serviceName": "vFW 2023-03-02 15-14-44",
"serviceVersion": "1.0",
"serviceUUID": "51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "da254c39-d519-44ea-969c-7b82a9d03a2f",
"resources": [
{
"resourceInstanceName": "vFW 0a3b4628-658e 0",
"resourceCustomizationUUID": "7134da6c-9a36-44d3-8a3a-dabc026c1359",
"resourceName": "vFW 0a3b4628-658e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "704ee5ef-8f6e-4e58-9a5f-486af076df3c",
"resourceInvariantUUID": "8b6a4387-afed-4e02-8f5e-fbfb392bda1f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0a3b4628658e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"artifactChecksum": "ZjQzM2MyMDBkOTNlNmZlNzNjODgwZmM5Y2M4ZDFjYWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f4619373-6999-4fb3-8511-f162bf7e88d3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4702988d-b8bc-47a4-92b8-b20dbd171f5d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "418bff67-320d-4b9e-a077-227ca9f1125e",
"generatedFromUUID": "4702988d-b8bc-47a4-92b8-b20dbd171f5d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "418bff67-320d-4b9e-a077-227ca9f1125e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230302151444-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"artifactChecksum": "MzQ3M2MyMGRkNTg5ZWY1NTE3NmNlMTc0NGU2MmQ5ODI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "39e6d11e-9220-4b7a-b3b4-1941e471f014"
}
],
"workloadContext": "Production"
}
2023-03-02T15:17:27.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-02T15:17:27.049Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0 ASDC
2023-03-02T15:17:27.051Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2dabd1d5-dcf8-411f-9027-236f6a641c81
ServiceName:vFW 2023-03-02 15-14-44
ServiceVersion:1.0
ServiceUUID:51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0
ServiceInvariantUUID:da254c39-d519-44ea-969c-7b82a9d03a2f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230302151444-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar
ArtifactUUID:39e6d11e-9220-4b7a-b3b4-1941e471f014
ArtifactChecksum:MzQ3M2MyMGRkNTg5ZWY1NTE3NmNlMTc0NGU2MmQ5ODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0a3b4628-658e 0
ResourceCustomizationUUID:7134da6c-9a36-44d3-8a3a-dabc026c1359
ResourceInvariantUUID:8b6a4387-afed-4e02-8f5e-fbfb392bda1f
ResourceName:vFW 0a3b4628-658e
ResourceType:VF
ResourceUUID:704ee5ef-8f6e-4e58-9a5f-486af076df3c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0a3b4628658e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json
ArtifactUUID:f4619373-6999-4fb3-8511-f162bf7e88d3
ArtifactChecksum:ZjQzM2MyMDBkOTNlNmZlNzNjODgwZmM5Y2M4ZDFjYWE=
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/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml
ArtifactUUID:4702988d-b8bc-47a4-92b8-b20dbd171f5d
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/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env
ArtifactUUID:418bff67-320d-4b9e-a077-227ca9f1125e
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/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env
ArtifactUUID:418bff67-320d-4b9e-a077-227ca9f1125e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-02T15:17:27.052Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0 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-02T15:17:27.126Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-02T15:17:27.127Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-02T15:17:27.128Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-02T15:17:27.128Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 39e6d11e-9220-4b7a-b3b4-1941e471f014 from URL: /sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:27.128Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-02T15:17:27.128Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:27.852Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-02T15:17:27.921Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar 39e6d11e-9220-4b7a-b3b4-1941e471f014 101494
2023-03-02T15:17:27.922Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar ASDC sendASDCNotification
2023-03-02T15:17:27.922Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:27.922Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T15:17:27.923Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:27.923Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:27.923Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770247922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:28.925Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-02T15:17:28.927Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-02T15:17:28.927Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 39e6d11e-9220-4b7a-b3b4-1941e471f014, URL: /sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar to file: /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:28.928Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230302151444-csar.csar
2023-03-02T15:17:28.928Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:28.929Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:29.241Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15118250037228341206/Definitions/service-Vfw20230302151444-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-02T15:17:32.072Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-02T15:17:32.073Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-02T15:17:32.073Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.073Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-02T15:17:32.074Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.074Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.074Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.074Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.074Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.074Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.075Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.075Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.075Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.075Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0a3b4628-658e 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-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.075Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:32.075Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-02T15:17:32.076Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.076Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:32.077Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:32.077Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-02T15:17:32.077Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-02T15:17:32.078Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.078Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:32.078Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:32.078Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-02T15:17:32.078Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-02T15:17:32.079Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.079Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:32.079Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.080Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is not matching search criteria
2023-03-02T15:17:32.080Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-02T15:17:32.080Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-02T15:17:32.080Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.081Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:32.081Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.081Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-02T15:17:32.081Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-02T15:17:32.082Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-02T15:17:32.082Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-02T15:17:32.082Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.082Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:32.082Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-02T15:17:32.083Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:32.083Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-02T15:17:32.083Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.083Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-02T15:17:32.084Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.084Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-02T15:17:32.084Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.084Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:32.085Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T15:17:32.085Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.086Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:32.086Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T15:17:32.086Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.086Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:32.086Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T15:17:32.087Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.087Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is not matching search criteria
2023-03-02T15:17:32.087Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-02T15:17:32.087Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-02T15:17:32.088Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-02T15:17:32.088Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-02T15:17:32.088Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-02T15:17:32.088Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.088Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:32.089Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-02T15:17:32.089Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:32.089Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-02T15:17:32.089Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.090Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=14dba26a-170e-4fe6-8416-a633367a9be1
2023-03-02T15:17:32.090Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.090Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is not matching search criteria
2023-03-02T15:17:32.090Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-02T15:17:32.090Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-02T15:17:32.091Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.091Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:32.091Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.091Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-02T15:17:32.092Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-02T15:17:32.092Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-02T15:17:32.092Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-02T15:17:32.092Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:32.092Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-02T15:17:32.093Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.093Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d6672a2-ec95-4472-8c71-f44018bfd51d
2023-03-02T15:17:32.093Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.093Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is not matching search criteria
2023-03-02T15:17:32.094Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-02T15:17:32.094Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-02T15:17:32.094Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.094Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:32.094Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.095Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-02T15:17:32.095Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-02T15:17:32.095Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-02T15:17:32.095Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-02T15:17:32.096Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-02T15:17:32.096Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:32.096Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-02T15:17:32.096Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3865face-6c46-4f6e-86fb-5101b070e19b
2023-03-02T15:17:32.096Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.097Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:32.097Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.097Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:32.097Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.098Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:32.098Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:32.098Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:32.098Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-02 15-14-44
Description:catalog service description
Model UUID:51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0
Model Version:NULL
Model InvariantUuid:da254c39-d519-44ea-969c-7b82a9d03a2f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0a3b4628-658e
Model UUID:e7fb6419-f215-4225-8d6c-0532860fae4b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b6a4387-afed-4e02-8f5e-fbfb392bda1f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7134da6c-9a36-44d3-8a3a-dabc026c1359
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d166838a-d72b-41b4-93a7-2a95088878d6
ModelName:Vfw0a3b4628658e..base_vfw..module-0
ModelUuid:5b31fc61-631f-4193-accc-0fa4550169df
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:14dba26a-170e-4fe6-8416-a633367a9be1
ModelInvariantUuid:2e510e08-ef26-47de-9105-544e116606e7
ModelName:vFW 0a3b4628-658e-nodes.vfwCvfc
ModelUuid:1961672e-818b-4bf4-b276-c2256c620ff8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:234db3d4-7d24-43d6-a96e-1d3107447fc2
ModelInvariantUuid:31e9262e-988e-485e-84d5-108bbf688f99
ModelName:Vfw0a3b4628658e.compute.nodes.heat.vfw
ModelUuid:3ff5dbe6-7d7c-47cd-b0e7-88d3af7a0c05
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9d6672a2-ec95-4472-8c71-f44018bfd51d
ModelInvariantUuid:35de3c7e-af86-4873-a895-ea543e136896
ModelName:vFW 0a3b4628-658e-nodes.vsnCvfc
ModelUuid:50293fcb-56a9-4bfd-9545-835111bd7918
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4f6b0afe-b76d-4270-95c7-8941c472ee11
ModelInvariantUuid:ad9ec265-7be1-4a8d-a983-a51ef84f9ba4
ModelName:Vfw0a3b4628658e.compute.nodes.heat.vsn
ModelUuid:e0694b65-642b-4efb-acb4-c9f4d5713d5c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3865face-6c46-4f6e-86fb-5101b070e19b
ModelInvariantUuid:a136c80d-c347-40d3-9084-1a8c8ad00490
ModelName:vFW 0a3b4628-658e-nodes.vpgCvfc
ModelUuid:9849702b-5b6f-493c-bccf-c7b9cea56623
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b2b1f0b6-6a9e-4008-933e-4768c0b418df
ModelInvariantUuid:5c2d4c2c-898a-495a-b393-28442d4fbefd
ModelName:Vfw0a3b4628658e.compute.nodes.heat.vpg
ModelUuid:84986921-501c-4c37-925d-24fd0876fe1b
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-02T15:17:32.117Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 704ee5ef-8f6e-4e58-9a5f-486af076df3c
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-02T15:17:32.128Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||vFW 0a3b4628-658e 0
2023-03-02T15:17:32.128Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 704ee5ef-8f6e-4e58-9a5f-486af076df3c
2023-03-02T15:17:32.128Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f4619373-6999-4fb3-8511-f162bf7e88d3 from URL: /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json
2023-03-02T15:17:32.128Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-02T15:17:32.129Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json
2023-03-02T15:17:32.383Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-02T15:17:32.384Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json f4619373-6999-4fb3-8511-f162bf7e88d3 785
2023-03-02T15:17:32.384Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json ASDC sendASDCNotification
2023-03-02T15:17:32.385Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json
2023-03-02T15:17:32.385Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T15:17:32.387Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:32.387Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:32.387Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770252384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:33.389Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0a3b4628658e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d166838a-d72b-41b4-93a7-2a95088878d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5b31fc61-631f-4193-accc-0fa4550169df",
"vfModuleModelCustomizationUUID": "3886a4e9-a291-4ab9-a8e7-1cebc8e4a4d6",
"isBase": true,
"artifacts": [
"4702988d-b8bc-47a4-92b8-b20dbd171f5d",
"418bff67-320d-4b9e-a077-227ca9f1125e"
],
"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-02T15:17:33.396Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0a3b4628658e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b31fc61-631f-4193-accc-0fa4550169df
VfModuleModelInvariantUUID:d166838a-d72b-41b4-93a7-2a95088878d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
4702988d-b8bc-47a4-92b8-b20dbd171f5d
,
418bff67-320d-4b9e-a077-227ca9f1125e
}
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-02T15:17:33.400Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0a3b4628658e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d166838a-d72b-41b4-93a7-2a95088878d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5b31fc61-631f-4193-accc-0fa4550169df",
"vfModuleModelCustomizationUUID": "3886a4e9-a291-4ab9-a8e7-1cebc8e4a4d6",
"isBase": true,
"artifacts": [
"4702988d-b8bc-47a4-92b8-b20dbd171f5d",
"418bff67-320d-4b9e-a077-227ca9f1125e"
],
"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-02T15:17:33.401Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0a3b4628658e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b31fc61-631f-4193-accc-0fa4550169df
VfModuleModelInvariantUUID:d166838a-d72b-41b4-93a7-2a95088878d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
4702988d-b8bc-47a4-92b8-b20dbd171f5d
,
418bff67-320d-4b9e-a077-227ca9f1125e
}
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-02T15:17:33.401Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4702988d-b8bc-47a4-92b8-b20dbd171f5d from URL: /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml
2023-03-02T15:17:33.409Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-02T15:17:33.410Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml
2023-03-02T15:17:33.526Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-02T15:17:33.527Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml 4702988d-b8bc-47a4-92b8-b20dbd171f5d 20368
2023-03-02T15:17:33.527Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-02T15:17:33.527Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml
2023-03-02T15:17:33.528Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T15:17:33.528Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:33.528Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:33.529Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770253527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:34.530Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 418bff67-320d-4b9e-a077-227ca9f1125e from URL: /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env
2023-03-02T15:17:34.530Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-02T15:17:34.531Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env
2023-03-02T15:17:34.632Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-02T15:17:34.632Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env 418bff67-320d-4b9e-a077-227ca9f1125e 2098
2023-03-02T15:17:34.633Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-02T15:17:34.633Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env
2023-03-02T15:17:34.633Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T15:17:34.633Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:34.634Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:34.634Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770254633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:35.635Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0
2023-03-02T15:17:35.638Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0a3b4628-658e 0 704ee5ef-8f6e-4e58-9a5f-486af076df3c 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-02T15:17:35.689Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f3811a6, org.onap.sdc.toscaparser.api.parameters.Input@4f38a708, org.onap.sdc.toscaparser.api.parameters.Input@43a41f7b, org.onap.sdc.toscaparser.api.parameters.Input@2e890022, org.onap.sdc.toscaparser.api.parameters.Input@31238174]
2023-03-02T15:17:35.691Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.692Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:35.692Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-03-02T15:17:35.692Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7134da6c-9a36-44d3-8a3a-dabc026c1359
2023-03-02T15:17:35.693Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7134da6c-9a36-44d3-8a3a-dabc026c1359 matches Tosca VF Customization UUID: 7134da6c-9a36-44d3-8a3a-dabc026c1359
2023-03-02T15:17:35.693Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7134da6c-9a36-44d3-8a3a-dabc026c1359 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-02T15:17:35.698Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.699Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:35.699Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7134da6c-9a36-44d3-8a3a-dabc026c1359: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-02T15:17:35.700Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3efb6c46
2023-03-02T15:17:35.700Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.700Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-02T15:17:35.700Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3886a4e9-a291-4ab9-a8e7-1cebc8e4a4d6
2023-03-02T15:17:35.701Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3886a4e9-a291-4ab9-a8e7-1cebc8e4a4d6
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-02T15:17:35.705Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.705Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:35.705Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T15:17:35.706Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.706Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:35.706Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T15:17:35.706Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.707Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is not matching search criteria
2023-03-02T15:17:35.707Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-02T15:17:35.707Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-02T15:17:35.707Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-02T15:17:35.708Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-02T15:17:35.708Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-02T15:17:35.708Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-02T15:17:35.708Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:35.708Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-02T15:17:35.709Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:35.709Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-02T15:17:35.709Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-02T15:17:35.709Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=14dba26a-170e-4fe6-8416-a633367a9be1
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-02T15:17:35.717Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.718Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:35.718Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T15:17:35.718Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.719Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is not matching search criteria
2023-03-02T15:17:35.719Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-02T15:17:35.719Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-02T15:17:35.720Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-02T15:17:35.720Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:35.720Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-02T15:17:35.721Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-02T15:17:35.721Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-02T15:17:35.721Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-02T15:17:35.721Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-02T15:17:35.722Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:35.722Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-02T15:17:35.722Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-02T15:17:35.722Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d6672a2-ec95-4472-8c71-f44018bfd51d
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-02T15:17:35.725Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.726Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:35.726Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T15:17:35.732Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.732Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is not matching search criteria
2023-03-02T15:17:35.732Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-02T15:17:35.733Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-02T15:17:35.733Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-02T15:17:35.733Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:35.733Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-02T15:17:35.734Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-02T15:17:35.734Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-02T15:17:35.734Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-02T15:17:35.734Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-02T15:17:35.735Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-02T15:17:35.735Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-02T15:17:35.735Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-02T15:17:35.735Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3865face-6c46-4f6e-86fb-5101b070e19b
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-02T15:17:35.739Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.739Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:35.739Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-02T15:17:35.739Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.740Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Node template vFW 0a3b4628-658e 0 is matching search criteria
2023-03-02T15:17:35.740Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0a3b4628-658e 0] matching following query criteria: sdcType=VF, customizationUUID=7134da6c-9a36-44d3-8a3a-dabc026c1359
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-02T15:17:35.745Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.746Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:35.746Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0: vFW 0a3b4628-658e
2023-03-02T15:17:35.747Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.747Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:35.747Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.747Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:35.747Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.748Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:35.748Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.748Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:35.748Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:17:35.749Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-02 15-14-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:17:35.749Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-03-02 15-14-44
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-02T15:17:36.131Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0a3b4628-658e 704ee5ef-8f6e-4e58-9a5f-486af076df3c 1 ASDC deployResourceStructure
2023-03-02T15:17:36.132Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json ASDC sendASDCNotification
2023-03-02T15:17:36.132Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json
2023-03-02T15:17:36.132Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-02T15:17:36.132Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:36.132Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:36.133Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770256131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:37.134Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-02T15:17:37.134Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml
2023-03-02T15:17:37.135Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-02T15:17:37.135Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:37.136Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:37.136Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770257134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:38.137Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-02T15:17:38.137Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env
2023-03-02T15:17:38.137Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-02T15:17:38.138Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:38.138Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:38.138Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770258137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:39.139Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar ASDC sendASDCNotification
2023-03-02T15:17:39.139Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar
2023-03-02T15:17:39.139Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-02T15:17:39.140Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:17:39.140Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:17:39.140Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770259139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:17:40.141Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:17:40.164Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81
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-02T15:17:40.167Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:17:40.167Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T15:17:40.167Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T15:18:10.168Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:18:10.186Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81
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-02T15:18:10.192Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:18:10.192Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T15:18:10.192Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T15:18:24.946Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:18:24.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.951Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "aai-model-loader",
"timestamp": 1677770234255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.952Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770204910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.953Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770238564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.953Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770236253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.953Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "NOTIFIED"
}
2023-03-02T15:18:24.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.954Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770204910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.954Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "aai-model-loader",
"timestamp": 1677770234255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.955Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "policy-distribution-id",
"timestamp": 1677770236532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.956Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770238564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "NOTIFIED"
}
2023-03-02T15:18:24.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.956Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770236253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.958Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-02T15:18:24.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.958Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770204910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.959Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "aai-model-loader",
"timestamp": 1677770234255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.960Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "policy-distribution-id",
"timestamp": 1677770236532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-02T15:18:24.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.960Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770238564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-02T15:18:24.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.961Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770236253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.961Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.962Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770204910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.962Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "aai-model-loader",
"timestamp": 1677770234255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.963Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "policy-distribution-id",
"timestamp": 1677770236532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.963Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770238564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.964Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770236253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.964Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-02T15:18:24.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.965Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770204910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.965Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "aai-model-loader",
"timestamp": 1677770234255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.965Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "policy-distribution-id",
"timestamp": 1677770236532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.966Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770238564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-02T15:18:24.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:24.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:18:24.966Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770236253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:18:24.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:18:40.193Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:18:40.215Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81
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-02T15:18:40.218Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:18:40.218Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T15:18:40.219Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T15:19:10.220Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:19:10.242Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81
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-02T15:19:10.246Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:19:10.246Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T15:19:10.246Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T15:19:24.946Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:19:24.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.950Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:19:24.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.951Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "aai-model-loader",
"timestamp": 1677770234255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:19:24.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.951Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770204910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:19:24.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.952Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "policy-distribution-id",
"timestamp": 1677770236532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:19:24.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.952Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770238564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:19:24.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.953Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770236253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:19:24.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.953Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770234905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:19:24.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.954Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770204910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:19:24.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.954Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "aai-model-loader",
"timestamp": 1677770234255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:19:24.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.954Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "policy-distribution-id",
"timestamp": 1677770236532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:19:24.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.955Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770238564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:19:24.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.955Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770236253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:19:24.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.956Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "policy-distribution-id",
"timestamp": 1677770247493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:24.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.956Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770246874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:24.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.957Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "aai-model-loader",
"timestamp": 1677770247880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:24.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.957Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770247922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:24.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.958Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770247330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:24.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.958Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770247535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:24.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.958Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "policy-distribution-id",
"timestamp": 1677770248498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:19:24.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.959Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770248024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:24.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:24.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:24.959Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770248337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-02T15:19:24.979Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2dabd1d5-dcf8-411f-9027-236f6a641c81
2023-03-02T15:19:24.980Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dabd1d5-dcf8-411f-9027-236f6a641c81 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-02T15:19:25.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.003Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "policy-distribution-id",
"timestamp": 1677770249500,
"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-02T15:19:25.009Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dabd1d5-dcf8-411f-9027-236f6a641c81
2023-03-02T15:19:25.009Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dabd1d5-dcf8-411f-9027-236f6a641c81 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-02T15:19:25.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.026Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770249121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:25.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.026Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770250257,
"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-02T15:19:25.031Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dabd1d5-dcf8-411f-9027-236f6a641c81
2023-03-02T15:19:25.032Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dabd1d5-dcf8-411f-9027-236f6a641c81 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-02T15:19:25.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "multicloud-k8s",
"timestamp": 1677770251260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-02T15:19:25.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770251436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:19:25.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.041Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770252384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:25.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.041Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770252440,
"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-02T15:19:25.047Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2dabd1d5-dcf8-411f-9027-236f6a641c81
2023-03-02T15:19:25.047Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dabd1d5-dcf8-411f-9027-236f6a641c81 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-02T15:19:25.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.066Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770253527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:25.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.067Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770254633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:19:25.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.067Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770256131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/vfw0a3b4628658e0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-02T15:19:25.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.068Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770257134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-02T15:19:25.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.068Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770258137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/resourceInstances/vfw0a3b4628658e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-02T15:19:25.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.069Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770259139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:19:25.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.069Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "aai-model-loader",
"timestamp": 1677770261006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230302151444/1.0/artifacts/service-Vfw20230302151444-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:19:25.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:19:25.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:19:25.069Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "aai-model-loader",
"timestamp": 1677770262010,
"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-02T15:19:25.077Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2dabd1d5-dcf8-411f-9027-236f6a641c81
2023-03-02T15:19:25.077Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dabd1d5-dcf8-411f-9027-236f6a641c81 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-02T15:19:40.247Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:19:40.270Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81
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-02T15:19:40.273Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:19:40.273Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-02T15:19:40.273Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-02T15:19:40.273Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-02T15:19:40.274Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:19:40.274Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:19:40.274Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:19:40.274Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:19:40.274Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:19:40.274Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-02T15:19:40.280Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-02T15:20:10.280Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81 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-02T15:20:10.291Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2dabd1d5-dcf8-411f-9027-236f6a641c81 and serviceModelVersionId: 51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0
2023-03-02T15:20:10.292Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da254c39-d519-44ea-969c-7b82a9d03a2f
2023-03-02T15:20:10.294Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da254c39-d519-44ea-969c-7b82a9d03a2f/model-vers/model-ver/51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0?depth=0
2023-03-02T15:20:10.301Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-02T15:20:10.381Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da254c39-d519-44ea-969c-7b82a9d03a2f/model-vers/model-ver/51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0?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-02T15:20:10.383Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da254c39-d519-44ea-969c-7b82a9d03a2f/model-vers/model-ver/51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0?depth=0|INFO|500||Invoke
2023-03-02T15:20:10.390Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da254c39-d519-44ea-969c-7b82a9d03a2f/model-vers/model-ver/51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-02T15:20:10.739Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da254c39-d519-44ea-969c-7b82a9d03a2f/model-vers/model-ver/51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0?depth=0|INFO|500||InvokeReturn
2023-03-02T15:20:10.741Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da254c39-d519-44ea-969c-7b82a9d03a2f/model-vers/model-ver/51ac6253-d9f6-4fbe-91c3-cf2da3fad4f0?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Mar 2023 15:20:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[325], vertex-id=[376968], x-aai-txid=[2-aai-resources-230302-15:20:10:319-3362], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-02T15:20:10.742Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-02T15:20:10.742Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-02T15:20:10.743Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-02T15:20:10.750Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-02T15:20:10.750Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2dabd1d5-dcf8-411f-9027-236f6a641c81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-02T15:20:10.750Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-02T15:20:10.751Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:20:10.751Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:20:10.751Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770410750,
"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-02T15:20:11.780Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:20:24.946Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:20:24.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-02T15:20:24.955Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "2dabd1d5-dcf8-411f-9027-236f6a641c81",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770410750,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-02T15:20:24.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:21:11.781Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:21:24.946Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:22:11.783Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:22:24.946Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:23:11.783Z|2dabd1d5-dcf8-411f-9027-236f6a641c81|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:23:24.948Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:24:11.785Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:24:24.950Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:25:11.785Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:25:24.950Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:25:27.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-02T15:25:27.265Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5ab478c5-3966-45be-ad76-e9f4af28493d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f","serviceDescription":"service","serviceInvariantUUID":"86c1af0a-6945-41ff-a109-314bc092d931","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bd30c459-566c-4cbd-92e1-5f21466420e5","resourceInvariantUUID":"04a94293-fece-4fc8-b320-280fe9e52a04","resourceCustomizationUUID":"65c7928d-4e77-48d4-bac4-950591fa7269","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":"ZGUzNjEwMzE1ZmIzZjg2NDRjMGJmOWVjN2ZhNDllYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a3f6ef5-d061-40fd-a1fd-fc297ca29e7c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWFiOWNiMmFmZjE5NGU1ZmIwMDQ2MjMwOTUwNzg2NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e90b499-fedb-4ef7-a54b-4f88a03da38b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-02T15:25:27.269Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:25:27.269Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:25:27.270Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:25:27.270Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770711785,
"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-02T15:25:27.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:25:27.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770711785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:25:27.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:25:28.270Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:25:28.271Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:25:28.271Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:25:28.271Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770711785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:25:29.272Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f",
"serviceDescription": "service",
"serviceInvariantUUID": "86c1af0a-6945-41ff-a109-314bc092d931",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "65c7928d-4e77-48d4-bac4-950591fa7269",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "bd30c459-566c-4cbd-92e1-5f21466420e5",
"resourceInvariantUUID": "04a94293-fece-4fc8-b320-280fe9e52a04",
"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": "NWFiOWNiMmFmZjE5NGU1ZmIwMDQ2MjMwOTUwNzg2NzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e90b499-fedb-4ef7-a54b-4f88a03da38b"
}
],
"workloadContext": "Production"
}
2023-03-02T15:25:29.273Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-02T15:25:29.273Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f ASDC
2023-03-02T15:25:29.273Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5ab478c5-3966-45be-ad76-e9f4af28493d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f
ServiceInvariantUUID:86c1af0a-6945-41ff-a109-314bc092d931
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:1e90b499-fedb-4ef7-a54b-4f88a03da38b
ArtifactChecksum:NWFiOWNiMmFmZjE5NGU1ZmIwMDQ2MjMwOTUwNzg2NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:65c7928d-4e77-48d4-bac4-950591fa7269
ResourceInvariantUUID:04a94293-fece-4fc8-b320-280fe9e52a04
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bd30c459-566c-4cbd-92e1-5f21466420e5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-02T15:25:29.274Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f 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-02T15:25:29.319Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-02T15:25:29.319Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-02T15:25:29.320Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-02T15:25:29.320Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e90b499-fedb-4ef7-a54b-4f88a03da38b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-02T15:25:29.320Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-02T15:25:29.320Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-02T15:25:29.747Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-02T15:25:29.750Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1e90b499-fedb-4ef7-a54b-4f88a03da38b 57787
2023-03-02T15:25:29.750Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:29.750Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:29.750Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T15:25:29.751Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:25:29.751Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:25:29.751Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770729750,
"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-02T15:25:30.752Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-02T15:25:30.752Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-02T15:25:30.753Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1e90b499-fedb-4ef7-a54b-4f88a03da38b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-02T15:25:30.753Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-02T15:25:30.754Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-02T15:25:30.754Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-02T15:25:30.878Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5356536143382673058/Definitions/service-BasicNetwork-template.yml
2023-03-02T15:25:31.474Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-02T15:25:31.474Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-02T15:25:31.474Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-02T15:25:31.475Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-02T15:25:31.475Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.475Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.475Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.475Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.475Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-02T15:25:31.476Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.476Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.476Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.476Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-02T15:25:31.476Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.477Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.477Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-02T15:25:31.477Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-02T15:25:31.477Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-02T15:25:31.478Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.478Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.478Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-02T15:25:31.478Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-02T15:25:31.479Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-02T15:25:31.479Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.479Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.479Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.479Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.480Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.480Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.480Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.480Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.481Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.481Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.481Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f
Model Version:NULL
Model InvariantUuid:86c1af0a-6945-41ff-a109-314bc092d931
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:04a94293-fece-4fc8-b320-280fe9e52a04
Model UUID:bab4ab7d-afa2-4db3-8072-af182102c36b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:65c7928d-4e77-48d4-bac4-950591fa7269
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-02T15:25:31.500Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: bd30c459-566c-4cbd-92e1-5f21466420e5
2023-03-02T15:25:31.500Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||No resources found for Service: 09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f
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-02T15:25:31.506Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||
2023-03-02T15:25:31.506Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-02T15:25:31.507Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f
2023-03-02T15:25:31.507Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f
2023-03-02T15:25:31.507Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-02T15:25:31.507Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.512Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c0f0853, org.onap.sdc.toscaparser.api.parameters.Input@281e79c6, org.onap.sdc.toscaparser.api.parameters.Input@840e537, org.onap.sdc.toscaparser.api.parameters.Input@76dd1828, org.onap.sdc.toscaparser.api.parameters.Input@7214cb30]
2023-03-02T15:25:31.514Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.514Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.514Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.515Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.515Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f: Generic NeutronNet
2023-03-02T15:25:31.515Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.515Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.516Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.516Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.562Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.562Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.563Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.563Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.563Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:25:31.563Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:25:31.564Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.638Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-03-02T15:25:31.639Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.639Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||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-02T15:25:31.639Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-02T15:25:31.639Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:25:31.639Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:25:31.639Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770731639,
"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-02T15:25:32.641Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:25:32.666Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d
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-02T15:25:32.671Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:25:32.671Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T15:25:32.672Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T15:26:02.673Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:26:02.697Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d
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-02T15:26:02.702Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:26:02.702Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T15:26:02.703Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T15:26:24.946Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:26:24.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:26:24.950Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "policy-distribution-id",
"timestamp": 1677770700528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:26:24.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:26:24.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:26:24.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "aai-model-loader",
"timestamp": 1677770714255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:26:24.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:26:32.703Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:26:32.723Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d
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-02T15:26:32.725Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:26:32.725Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T15:26:32.726Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T15:27:02.726Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:27:02.752Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d
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-02T15:27:02.754Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:27:02.754Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T15:27:02.754Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T15:27:24.946Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:27:24.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.950Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770669350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:27:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.951Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "multicloud-k8s",
"timestamp": 1677770702323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:27:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770711785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "policy-distribution-id",
"timestamp": 1677770700528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "aai-model-loader",
"timestamp": 1677770714255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.952Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770669350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:27:24.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "multicloud-k8s",
"timestamp": 1677770702323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:27:24.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770729750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:27:24.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "aai-model-loader",
"timestamp": 1677770729848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:27:24.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770729139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:27:24.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "policy-distribution-id",
"timestamp": 1677770729662,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:27:24.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770730143,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-02T15:27:24.964Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ab478c5-3966-45be-ad76-e9f4af28493d
2023-03-02T15:27:24.964Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab478c5-3966-45be-ad76-e9f4af28493d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-02T15:27:24.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.980Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "policy-distribution-id",
"timestamp": 1677770730666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:27:24.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.980Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770731639,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:27:24.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:24.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:24.980Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "policy-distribution-id",
"timestamp": 1677770731669,
"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-02T15:27:24.987Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ab478c5-3966-45be-ad76-e9f4af28493d
2023-03-02T15:27:24.988Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab478c5-3966-45be-ad76-e9f4af28493d 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-02T15:27:25.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:25.005Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "aai-model-loader",
"timestamp": 1677770734574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:27:25.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:25.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:25.006Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "aai-model-loader",
"timestamp": 1677770735576,
"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-02T15:27:25.010Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ab478c5-3966-45be-ad76-e9f4af28493d
2023-03-02T15:27:25.011Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab478c5-3966-45be-ad76-e9f4af28493d 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-02T15:27:25.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:25.025Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770746253,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:27:25.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:25.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:25.026Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770746253,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:27:25.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:25.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:25.026Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770749155,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:27:25.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:25.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:25.027Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770750881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:27:25.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:27:25.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:27:25.028Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770751884,
"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-02T15:27:25.032Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ab478c5-3966-45be-ad76-e9f4af28493d
2023-03-02T15:27:25.032Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab478c5-3966-45be-ad76-e9f4af28493d 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-02T15:27:32.755Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:27:32.780Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d
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-02T15:27:32.784Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:27:32.784Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-02T15:27:32.785Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-02T15:27:32.785Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-02T15:27:32.785Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:27:32.785Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:27:32.785Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:27:32.785Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:27:32.785Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:27:32.786Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-02T15:27:32.791Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-02T15:28:02.792Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ab478c5-3966-45be-ad76-e9f4af28493d 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-02T15:28:02.812Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ab478c5-3966-45be-ad76-e9f4af28493d and serviceModelVersionId: 09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f
2023-03-02T15:28:02.813Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86c1af0a-6945-41ff-a109-314bc092d931
2023-03-02T15:28:02.814Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86c1af0a-6945-41ff-a109-314bc092d931/model-vers/model-ver/09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f?depth=0
2023-03-02T15:28:02.823Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-02T15:28:02.918Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86c1af0a-6945-41ff-a109-314bc092d931/model-vers/model-ver/09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f?depth=0|INFO|500||Invoke
2023-03-02T15:28:02.919Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86c1af0a-6945-41ff-a109-314bc092d931/model-vers/model-ver/09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86c1af0a-6945-41ff-a109-314bc092d931/model-vers/model-ver/09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ab478c5-3966-45be-ad76-e9f4af28493d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[234ea9c2-08b8-405e-8b26-89b014ba7ba5], X-ECOMP-RequestID=[5ab478c5-3966-45be-ad76-e9f4af28493d], X-TransactionId=[], X-ONAP-RequestID=[5ab478c5-3966-45be-ad76-e9f4af28493d], Content-Type=[application/merge-patch+json]}
2023-03-02T15:28:02.927Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86c1af0a-6945-41ff-a109-314bc092d931/model-vers/model-ver/09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-02T15:28:03.270Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86c1af0a-6945-41ff-a109-314bc092d931/model-vers/model-ver/09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f?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/86c1af0a-6945-41ff-a109-314bc092d931/model-vers/model-ver/09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Mar 2023 15:28:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[339], vertex-id=[196704], x-aai-txid=[1-aai-resources-230302-15:28:02:834-51040], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-02T15:28:03.271Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86c1af0a-6945-41ff-a109-314bc092d931/model-vers/model-ver/09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-02T15:28:03.272Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86c1af0a-6945-41ff-a109-314bc092d931/model-vers/model-ver/09a9e1c4-9f4f-4f0c-b0d4-07bfba024c3f?depth=0|INFO|500||InvokeReturn
2023-03-02T15:28:03.274Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-02T15:28:03.274Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-02T15:28:03.279Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-02T15:28:03.279Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ab478c5-3966-45be-ad76-e9f4af28493d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-02T15:28:03.280Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-02T15:28:03.280Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:03.280Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:03.281Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770883280,
"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-02T15:28:04.308Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T15:28:04.313Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-02T15:28:04.314Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8662316d-931e-4a0a-a803-0ec4c41db94b","serviceName":"Demo_pNF_D3fholVnE32kLngOaUw6","serviceVersion":"1.0","serviceUUID":"ad0221bf-8eef-482e-9ea5-c2295d8e1172","serviceDescription":"catalog service description","serviceInvariantUUID":"827985b2-edcf-4bc4-aedf-03d183509103","resources":[{"resourceInstanceName":"pNF 3486fa9c-667e 0","resourceName":"pNF 3486fa9c-667e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7a378cfa-5002-42f8-bf3e-ae5f27969ac5","resourceInvariantUUID":"6a3cfaf3-fa10-4ca1-9964-5021071cba46","resourceCustomizationUUID":"c05e4571-0149-4c8b-a77a-a49191cba3fc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vf-license-model.xml","artifactChecksum":"NDM0N2FkZTcwZjQ3Mzk1OTM0MTI2Y2MzZDBjMWJjMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2df7865b-9a86-45d0-ad4e-626572f1393f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/pNF.csar","artifactChecksum":"OTJiOWI0YjZlODUyMmQ5N2E5NGM0MjczM2U1YWM5MGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ba8757a-278a-427a-bf08-1e58894becc8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5e930d2-aa5f-4df2-9356-29a8f3003a7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vendor-license-model.xml","artifactChecksum":"NDE4NzBmMGM5NDMwZjliNDExODM2MjgzMzYxMDg5MmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"456d33a5-ef27-4121-b7e5-24e9553b4c64","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d9fc75c-982f-4778-a76b-43270e48d042","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d4f32b5-2c4e-49d6-8cc2-a286d4c85837","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD3fholvne32klngoauw6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-template.yml","artifactChecksum":"OTI5YzVkZGY3OGYzODIzMTVjZGNjNDA3ZjM1NWM5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfe97b96-acb7-4194-9618-ec6c498f4b6f","artifactVersion":"1"},{"artifactName":"service-DemoPnfD3fholvne32klngoauw6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar","artifactChecksum":"MjYyM2RiNjU3NzYwMDdjNjJjYmQ4MDc0MzM4YzE5Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d122627-3e41-4439-ba10-d7d7741613b5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-02T15:28:04.316Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:28:04.316Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:04.316Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:04.317Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:05.317Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:28:05.318Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:05.318Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:05.318Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:06.320Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:28:06.320Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:06.321Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:06.321Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:07.323Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:28:07.324Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:07.324Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:07.324Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:08.325Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:28:08.326Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:08.326Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:08.326Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:09.328Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:28:09.329Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:09.329Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:09.329Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:10.331Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:28:10.331Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:10.332Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:10.332Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:11.334Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:28:11.334Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:11.335Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:11.335Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:12.337Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"serviceName": "Demo_pNF_D3fholVnE32kLngOaUw6",
"serviceVersion": "1.0",
"serviceUUID": "ad0221bf-8eef-482e-9ea5-c2295d8e1172",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "827985b2-edcf-4bc4-aedf-03d183509103",
"resources": [
{
"resourceInstanceName": "pNF 3486fa9c-667e 0",
"resourceCustomizationUUID": "c05e4571-0149-4c8b-a77a-a49191cba3fc",
"resourceName": "pNF 3486fa9c-667e",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "7a378cfa-5002-42f8-bf3e-ae5f27969ac5",
"resourceInvariantUUID": "6a3cfaf3-fa10-4ca1-9964-5021071cba46",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"artifactChecksum": "MjYyM2RiNjU3NzYwMDdjNjJjYmQ4MDc0MzM4YzE5Njg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3d122627-3e41-4439-ba10-d7d7741613b5"
}
],
"workloadContext": "Production"
}
2023-03-02T15:28:12.337Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-02T15:28:12.338Z|5ab478c5-3966-45be-ad76-e9f4af28493d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad0221bf-8eef-482e-9ea5-c2295d8e1172 ASDC
2023-03-02T15:28:12.338Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8662316d-931e-4a0a-a803-0ec4c41db94b
ServiceName:Demo_pNF_D3fholVnE32kLngOaUw6
ServiceVersion:1.0
ServiceUUID:ad0221bf-8eef-482e-9ea5-c2295d8e1172
ServiceInvariantUUID:827985b2-edcf-4bc4-aedf-03d183509103
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD3fholvne32klngoauw6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar
ArtifactUUID:3d122627-3e41-4439-ba10-d7d7741613b5
ArtifactChecksum:MjYyM2RiNjU3NzYwMDdjNjJjYmQ4MDc0MzM4YzE5Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3486fa9c-667e 0
ResourceCustomizationUUID:c05e4571-0149-4c8b-a77a-a49191cba3fc
ResourceInvariantUUID:6a3cfaf3-fa10-4ca1-9964-5021071cba46
ResourceName:pNF 3486fa9c-667e
ResourceType:PNF
ResourceUUID:7a378cfa-5002-42f8-bf3e-ae5f27969ac5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-03-02T15:28:12.338Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad0221bf-8eef-482e-9ea5-c2295d8e1172 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-02T15:28:12.413Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-02T15:28:12.413Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-02T15:28:12.414Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-02T15:28:12.414Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d122627-3e41-4439-ba10-d7d7741613b5 from URL: /sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:12.414Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-02T15:28:12.414Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:12.513Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-02T15:28:12.514Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar 3d122627-3e41-4439-ba10-d7d7741613b5 88005
2023-03-02T15:28:12.514Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar ASDC sendASDCNotification
2023-03-02T15:28:12.514Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:12.515Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T15:28:12.515Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:12.515Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:12.515Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770892514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:13.516Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-02T15:28:13.517Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-02T15:28:13.517Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3d122627-3e41-4439-ba10-d7d7741613b5, URL: /sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar to file: /app/ASDC/1/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:13.517Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:13.518Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:13.518Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:13.700Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8681016699276896772/Definitions/service-DemoPnfD3fholvne32klngoauw6-template.yml
2023-03-02T15:28:14.614Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-02T15:28:14.615Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-02T15:28:14.615Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:14.615Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-02T15:28:14.615Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3486fa9c-667e 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-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:14.615Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:14.616Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:14.616Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:14.616Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:14.616Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:14.616Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:14.616Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-02T15:28:14.617Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:28:14.617Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3fholVnE32kLngOaUw6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:28:14.617Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Node template pNF 3486fa9c-667e 0 is matching search criteria
2023-03-02T15:28:14.617Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-02T15:28:14.618Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3486fa9c-667e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-02T15:28:14.618Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:28:14.618Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3fholVnE32kLngOaUw6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:28:14.618Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Node template pNF 3486fa9c-667e 0 is matching search criteria
2023-03-02T15:28:14.618Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-02T15:28:14.619Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3486fa9c-667e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-02T15:28:14.619Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:28:14.619Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3fholVnE32kLngOaUw6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:28:14.619Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:28:14.619Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3fholVnE32kLngOaUw6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:28:14.620Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:28:14.620Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3fholVnE32kLngOaUw6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:28:14.620Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:28:14.620Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3fholVnE32kLngOaUw6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:28:14.621Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:28:14.621Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3fholVnE32kLngOaUw6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:28:14.621Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_D3fholVnE32kLngOaUw6
Description:catalog service description
Model UUID:ad0221bf-8eef-482e-9ea5-c2295d8e1172
Model Version:NULL
Model InvariantUuid:827985b2-edcf-4bc4-aedf-03d183509103
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-02T15:28:14.632Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7a378cfa-5002-42f8-bf3e-ae5f27969ac5
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-02T15:28:14.635Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||pNF 3486fa9c-667e 0
2023-03-02T15:28:14.635Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7a378cfa-5002-42f8-bf3e-ae5f27969ac5
2023-03-02T15:28:14.635Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ad0221bf-8eef-482e-9ea5-c2295d8e1172
2023-03-02T15:28:14.635Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ad0221bf-8eef-482e-9ea5-c2295d8e1172
2023-03-02T15:28:14.636Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3486fa9c-667e 0 7a378cfa-5002-42f8-bf3e-ae5f27969ac5 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-02T15:28:14.639Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71814761, org.onap.sdc.toscaparser.api.parameters.Input@f5725a7, org.onap.sdc.toscaparser.api.parameters.Input@76f96652, org.onap.sdc.toscaparser.api.parameters.Input@28035d57, org.onap.sdc.toscaparser.api.parameters.Input@53c2bd79]
2023-03-02T15:28:14.640Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:28:14.640Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3fholVnE32kLngOaUw6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:28:14.640Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ad0221bf-8eef-482e-9ea5-c2295d8e1172: pNF 3486fa9c-667e
2023-03-02T15:28:14.640Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Processing PNF resource: 7a378cfa-5002-42f8-bf3e-ae5f27969ac5
2023-03-02T15:28:14.641Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-02T15:28:14.641Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3fholVnE32kLngOaUw6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-02T15:28:14.641Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Resource customization UUID: c05e4571-0149-4c8b-a77a-a49191cba3fc is the same as notified resource customizationUUID: c05e4571-0149-4c8b-a77a-a49191cba3fc
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-02T15:28:14.697Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3486fa9c-667e 7a378cfa-5002-42f8-bf3e-ae5f27969ac5 0 ASDC deployResourceStructure
2023-03-02T15:28:14.698Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar ASDC sendASDCNotification
2023-03-02T15:28:14.698Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar
2023-03-02T15:28:14.698Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-02T15:28:14.698Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:28:14.698Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:28:14.699Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770894698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:15.700Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8662316d-931e-4a0a-a803-0ec4c41db94b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:28:15.715Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8662316d-931e-4a0a-a803-0ec4c41db94b
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-02T15:28:15.717Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:28:15.717Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-02T15:28:15.717Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-02T15:28:24.946Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:28:24.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.949Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770804255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.951Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770791145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.951Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770788651,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.952Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770792674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770806252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770791145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770804255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770788651,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770792674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.955Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770806252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.955Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770791145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.955Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770804255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.956Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770788651,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.956Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770792674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.957Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770806252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.957Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770791145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.957Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770804255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.958Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770788651,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.958Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770792674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.958Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770806252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.959Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770791145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.959Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770804255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.960Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770788651,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.960Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770792674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.960Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770806252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770791145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770804255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770788651,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770792674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770806252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770804255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770791145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770788651,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770792674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770806252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770804255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770791145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770788651,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770792674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770806252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770823501,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770824279,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.966Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770824146,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:28:24.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.966Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770824175,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:28:24.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:24.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:24.966Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770824518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-02T15:28:24.980Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8662316d-931e-4a0a-a803-0ec4c41db94b
2023-03-02T15:28:24.980Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8662316d-931e-4a0a-a803-0ec4c41db94b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-02T15:28:25.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:25.001Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770825150,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:28:25.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:25.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:25.001Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770826152,
"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-02T15:28:25.007Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8662316d-931e-4a0a-a803-0ec4c41db94b
2023-03-02T15:28:25.007Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8662316d-931e-4a0a-a803-0ec4c41db94b 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-02T15:28:25.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:25.022Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770826115,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:28:25.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:25.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:25.023Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770827119,
"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-02T15:28:25.031Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8662316d-931e-4a0a-a803-0ec4c41db94b
2023-03-02T15:28:25.032Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8662316d-931e-4a0a-a803-0ec4c41db94b 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-02T15:28:25.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:25.049Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770829974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:28:25.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:28:25.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:28:25.049Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "aai-model-loader",
"timestamp": 1677770830977,
"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-02T15:28:25.056Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8662316d-931e-4a0a-a803-0ec4c41db94b
2023-03-02T15:28:25.056Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8662316d-931e-4a0a-a803-0ec4c41db94b 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-02T15:28:45.718Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8662316d-931e-4a0a-a803-0ec4c41db94b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T15:28:45.740Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8662316d-931e-4a0a-a803-0ec4c41db94b
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-02T15:28:45.747Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-02T15:28:45.747Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-02T15:28:45.747Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-02T15:28:45.748Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-02T15:28:45.748Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:28:45.748Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:28:45.748Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:28:45.748Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:28:45.748Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-02T15:28:45.748Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-02T15:28:45.755Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-02T15:29:15.755Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8662316d-931e-4a0a-a803-0ec4c41db94b 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-02T15:29:15.770Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8662316d-931e-4a0a-a803-0ec4c41db94b and serviceModelVersionId: ad0221bf-8eef-482e-9ea5-c2295d8e1172
2023-03-02T15:29:15.771Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827985b2-edcf-4bc4-aedf-03d183509103
2023-03-02T15:29:15.772Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827985b2-edcf-4bc4-aedf-03d183509103/model-vers/model-ver/ad0221bf-8eef-482e-9ea5-c2295d8e1172?depth=0
2023-03-02T15:29:15.778Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-02T15:29:15.832Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827985b2-edcf-4bc4-aedf-03d183509103/model-vers/model-ver/ad0221bf-8eef-482e-9ea5-c2295d8e1172?depth=0|INFO|500||Invoke
2023-03-02T15:29:15.832Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827985b2-edcf-4bc4-aedf-03d183509103/model-vers/model-ver/ad0221bf-8eef-482e-9ea5-c2295d8e1172?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827985b2-edcf-4bc4-aedf-03d183509103/model-vers/model-ver/ad0221bf-8eef-482e-9ea5-c2295d8e1172?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8662316d-931e-4a0a-a803-0ec4c41db94b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58b7c9aa-6f03-4fb3-ae54-077aba7765cd], X-ECOMP-RequestID=[8662316d-931e-4a0a-a803-0ec4c41db94b], X-TransactionId=[], X-ONAP-RequestID=[8662316d-931e-4a0a-a803-0ec4c41db94b], Content-Type=[application/merge-patch+json]}
2023-03-02T15:29:15.839Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827985b2-edcf-4bc4-aedf-03d183509103/model-vers/model-ver/ad0221bf-8eef-482e-9ea5-c2295d8e1172?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-02T15:29:16.106Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827985b2-edcf-4bc4-aedf-03d183509103/model-vers/model-ver/ad0221bf-8eef-482e-9ea5-c2295d8e1172?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/827985b2-edcf-4bc4-aedf-03d183509103/model-vers/model-ver/ad0221bf-8eef-482e-9ea5-c2295d8e1172?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Mar 2023 15:29:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[263], vertex-id=[213016], x-aai-txid=[1-aai-resources-230302-15:29:15:746-68814], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-02T15:29:16.106Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827985b2-edcf-4bc4-aedf-03d183509103/model-vers/model-ver/ad0221bf-8eef-482e-9ea5-c2295d8e1172?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-02T15:29:16.107Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827985b2-edcf-4bc4-aedf-03d183509103/model-vers/model-ver/ad0221bf-8eef-482e-9ea5-c2295d8e1172?depth=0|INFO|500||InvokeReturn
2023-03-02T15:29:16.107Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-02T15:29:16.107Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-02T15:29:16.112Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-02T15:29:16.113Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8662316d-931e-4a0a-a803-0ec4c41db94b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-02T15:29:16.113Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-02T15:29:16.113Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:29:16.113Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:29:16.113Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770956113,
"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-02T15:29:17.131Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-02T15:29:17.131Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7d254d9a-b97d-4c83-a84f-809f08c6a43b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5b6b4952-aebc-4b10-bef9-3e234af9786c","serviceDescription":"service","serviceInvariantUUID":"5860b646-4585-423a-9c0d-c65df8ed561a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"34dc771b-579f-4f31-bc91-fbbb168fdf0d","resourceInvariantUUID":"209b2bce-5d6a-4914-9131-f32774953a49","resourceCustomizationUUID":"5b0f43ba-d895-4621-8843-2a0b278ad699","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":"OGJlZDE1YTYwMTBjOWM1MzQ3NWRiNjY0ODlmODg3NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3072ff04-e405-4e5b-8cb8-278beef1bba4","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":"YWEyMjA5ZmM3OWJjZDVhYTUzNWJhNmY5ZmY4N2IxYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d168dc7-2112-4828-a0f6-5cfc639cbc74","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":"1e8687e7-ba51-4b6d-b789-92a21e9c1dd5","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":"853422d6-ff14-4a54-8dca-6bfbd6bdc7b2","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":"3830d7f4-0299-4dfa-80c3-34a9ce4c8e17","artifactVersion":"2","generatedFromUUID":"1e8687e7-ba51-4b6d-b789-92a21e9c1dd5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2RmOTA2YThkYjM3NDQ1NDk0ZDAxMDY5NWYwMmRhNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ecbb336-1210-484d-ba69-305632115c1c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTQ0MWQ1MjllMmQ0NTZhZWM2MzI1M2NiYzJlNGM5MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce08093b-103e-4cc6-b78e-93a02e94e995","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-02T15:29:17.132Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:29:17.132Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:29:17.133Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:29:17.133Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"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-02T15:29:18.135Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:29:18.136Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:29:18.136Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:29:18.136Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"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-02T15:29:19.137Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:29:19.138Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:29:19.138Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:29:19.138Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"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-02T15:29:20.139Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:29:20.140Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:29:20.140Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:29:20.140Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"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-02T15:29:21.141Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:29:21.142Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:29:21.142Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:29:21.142Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"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-02T15:29:22.142Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:29:22.143Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:29:22.143Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:29:22.143Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"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-02T15:29:23.144Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-02T15:29:23.145Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:29:23.145Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:29:23.145Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:29:24.147Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "5b6b4952-aebc-4b10-bef9-3e234af9786c",
"serviceDescription": "service",
"serviceInvariantUUID": "5860b646-4585-423a-9c0d-c65df8ed561a",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5b0f43ba-d895-4621-8843-2a0b278ad699",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "34dc771b-579f-4f31-bc91-fbbb168fdf0d",
"resourceInvariantUUID": "209b2bce-5d6a-4914-9131-f32774953a49",
"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": "YWEyMjA5ZmM3OWJjZDVhYTUzNWJhNmY5ZmY4N2IxYjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2d168dc7-2112-4828-a0f6-5cfc639cbc74",
"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": "1e8687e7-ba51-4b6d-b789-92a21e9c1dd5",
"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": "3830d7f4-0299-4dfa-80c3-34a9ce4c8e17",
"generatedFromUUID": "1e8687e7-ba51-4b6d-b789-92a21e9c1dd5"
},
"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": "3830d7f4-0299-4dfa-80c3-34a9ce4c8e17",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MTQ0MWQ1MjllMmQ0NTZhZWM2MzI1M2NiYzJlNGM5MmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ce08093b-103e-4cc6-b78e-93a02e94e995"
}
],
"workloadContext": "Production"
}
2023-03-02T15:29:24.147Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-02T15:29:24.147Z|8662316d-931e-4a0a-a803-0ec4c41db94b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b6b4952-aebc-4b10-bef9-3e234af9786c ASDC
2023-03-02T15:29:24.148Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7d254d9a-b97d-4c83-a84f-809f08c6a43b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5b6b4952-aebc-4b10-bef9-3e234af9786c
ServiceInvariantUUID:5860b646-4585-423a-9c0d-c65df8ed561a
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:ce08093b-103e-4cc6-b78e-93a02e94e995
ArtifactChecksum:MTQ0MWQ1MjllMmQ0NTZhZWM2MzI1M2NiYzJlNGM5MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5b0f43ba-d895-4621-8843-2a0b278ad699
ResourceInvariantUUID:209b2bce-5d6a-4914-9131-f32774953a49
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:34dc771b-579f-4f31-bc91-fbbb168fdf0d
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:2d168dc7-2112-4828-a0f6-5cfc639cbc74
ArtifactChecksum:YWEyMjA5ZmM3OWJjZDVhYTUzNWJhNmY5ZmY4N2IxYjY=
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:1e8687e7-ba51-4b6d-b789-92a21e9c1dd5
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:3830d7f4-0299-4dfa-80c3-34a9ce4c8e17
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:3830d7f4-0299-4dfa-80c3-34a9ce4c8e17
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-02T15:29:24.148Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b6b4952-aebc-4b10-bef9-3e234af9786c 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-02T15:29:24.197Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-02T15:29:24.198Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-02T15:29:24.198Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-02T15:29:24.198Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ce08093b-103e-4cc6-b78e-93a02e94e995 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-02T15:29:24.198Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-02T15:29:24.199Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-02T15:29:24.391Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-02T15:29:24.392Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ce08093b-103e-4cc6-b78e-93a02e94e995 75184
2023-03-02T15:29:24.392Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-02T15:29:24.392Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-02T15:29:24.392Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-02T15:29:24.393Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-02T15:29:24.393Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-02T15:29:24.393Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770964392,
"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-02T15:29:24.946Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T15:29:24.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.950Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770825531,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.951Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "aai-model-loader",
"timestamp": 1677770864256,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.951Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770857154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.952Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770853254,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.952Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770866252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770825531,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "aai-model-loader",
"timestamp": 1677770864256,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770857154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770853254,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-03-02T15:29:24.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770866252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770825531,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.955Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770857154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-02T15:29:24.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.955Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "aai-model-loader",
"timestamp": 1677770864256,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.955Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770853254,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-02T15:29:24.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770866252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770825531,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770857154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.956Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "aai-model-loader",
"timestamp": 1677770864256,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.957Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770853254,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.957Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770866252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.958Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770825531,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.958Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "aai-model-loader",
"timestamp": 1677770864256,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.959Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770857154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.959Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770853254,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-03-02T15:29:24.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.960Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770866252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.960Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770825531,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.960Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770857154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "aai-model-loader",
"timestamp": 1677770864256,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770853254,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770866252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:24.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770825531,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:29:24.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770857154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:29:24.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "aai-model-loader",
"timestamp": 1677770864256,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:29:24.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770853254,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:29:24.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770866252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:29:24.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770874869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770874762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "aai-model-loader",
"timestamp": 1677770875627,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770875441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:29:24.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.965Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770875326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:29:24.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.965Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677770875872,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-02T15:29:24.974Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d254d9a-b97d-4c83-a84f-809f08c6a43b
2023-03-02T15:29:24.974Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d254d9a-b97d-4c83-a84f-809f08c6a43b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-02T15:29:24.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.995Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770876449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:29:24.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.996Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770876048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:29:24.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:24.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:24.996Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "policy-distribution-id",
"timestamp": 1677770877454,
"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-02T15:29:25.001Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d254d9a-b97d-4c83-a84f-809f08c6a43b
2023-03-02T15:29:25.001Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d254d9a-b97d-4c83-a84f-809f08c6a43b 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-02T15:29:25.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.016Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770877332,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:29:25.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.017Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770877856,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:29:25.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.017Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770878576,
"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-02T15:29:25.023Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d254d9a-b97d-4c83-a84f-809f08c6a43b
2023-03-02T15:29:25.023Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d254d9a-b97d-4c83-a84f-809f08c6a43b 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-02T15:29:25.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.030Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677770878861,
"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-02T15:29:25.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d254d9a-b97d-4c83-a84f-809f08c6a43b
2023-03-02T15:29:25.037Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d254d9a-b97d-4c83-a84f-809f08c6a43b 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-02T15:29:25.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.054Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "multicloud-k8s",
"timestamp": 1677770879582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-02T15:29:25.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.054Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "5ab478c5-3966-45be-ad76-e9f4af28493d",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770883280,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-02T15:29:25.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.055Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:25.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.055Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "aai-model-loader",
"timestamp": 1677770885021,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:29:25.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.056Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:25.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.056Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "7d254d9a-b97d-4c83-a84f-809f08c6a43b",
"consumerID": "aai-model-loader",
"timestamp": 1677770886025,
"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-02T15:29:25.061Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d254d9a-b97d-4c83-a84f-809f08c6a43b
2023-03-02T15:29:25.061Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d254d9a-b97d-4c83-a84f-809f08c6a43b 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-02T15:29:25.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.079Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:25.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:25.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:25.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/resourceInstances/pnf3486fa9c667e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:25.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.082Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-02T15:29:25.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.083Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770884308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "NOTIFIED"
}
2023-03-02T15:29:25.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.084Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770892514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-02T15:29:25.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-02T15:29:25.085Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "8662316d-931e-4a0a-a803-0ec4c41db94b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677770894698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD3fholvne32klngoauw6/1.0/artifacts/service-DemoPnfD3fholvne32klngoauw6-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-02T15:29:25.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-02T15:29:25.394Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-02T15:29:25.394Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-02T15:29:25.395Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ce08093b-103e-4cc6-b78e-93a02e94e995, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:25.395Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-02T15:29:25.395Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:25.395Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:25.521Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6791426746220868713/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-02T15:29:26.846Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-02T15:29:26.847Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-02T15:29:26.847Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:26.847Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-02T15:29:26.847Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:26.848Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:26.848Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:26.848Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:26.848Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:26.848Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:26.849Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-02T15:29:26.849Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-02T15:29:26.849Z|7d254d9a-b97d-4c83-a84f-809f08c6a43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery