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-02T23:56:30.804Z||main|||||INFO|500||The following profiles are active: basic
2023-03-02T23:56:41.928Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-02T23:56:41.929Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-02T23:56:42.041Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-02T23:56:46.101Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-02T23:56:46.538Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-02T23:56:47.040Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-02T23:56:47.252Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-02T23:56:47.873Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-02T23:56:49.797Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-02T23:56:50.388Z||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-02T23:56:53.210Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-02T23:56:53.322Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-02T23:56:53.331Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-02T23:56:53.342Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-02T23:56:54.038Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-02T23:56:54.499Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-02T23:56:55.679Z||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-02T23:56:56.563Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-02T23:56:56.567Z||main|||||ERROR|500||(conn=1397) Table 'catalogdb.activity_spec' doesn't exist
2023-03-02T23:56:56.602Z||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-02T23:56:59.670Z||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-02T23:57:02.224Z||main|||||WARN|500||---
2023-03-02T23:57:02.225Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-02T23:57:02.225Z||main|||||WARN|500||---
2023-03-02T23:57:02.657Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-02T23:57:08.010Z||main|||||INFO|500||Started Application in 40.139 seconds (JVM running for 42.266)
2023-03-02T23:57:08.016Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-02T23:57:08.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-02T23:57:08.025Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-02T23:57:08.082Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b6f2789e-f6ea-4b35-b8a3-2959ff52518f url= /sdc/v1/artifactTypes
2023-03-02T23:57:08.104Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-02T23:57:08.304Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-02T23:57:08.361Z||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-02T23:57:08.362Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-02T23:57:08.362Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 68c45d04-6f53-45e3-9e9c-2f33449496f5 url= /sdc/v1/distributionKafkaData
2023-03-02T23:57:08.363Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-02T23:57:08.436Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-02T23:57:08.443Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@60eaa2dd
2023-03-02T23:57:08.508Z||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-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125
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-02T23:57:08.556Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Instantiated an idempotent producer.
2023-03-02T23:57:08.662Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-02T23:57:08.723Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-02T23:57:08.724Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-02T23:57:08.724Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677801428721
2023-03-02T23:57:08.734Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-02T23:57:08.756Z||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-1542fad5-a01c-4c2a-a5ef-365be892f9ca
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-02T23:57:08.835Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-02T23:57:08.836Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-02T23:57:08.836Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677801428835
2023-03-02T23:57:08.838Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T23:57:08.840Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T23:57:08.841Z||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-9e31b2a5-8348-4422-844d-16e2e90f8922
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-02T23:57:08.853Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-02T23:57:08.854Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-02T23:57:08.854Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677801428853
2023-03-02T23:57:08.855Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T23:57:08.857Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T23:57:08.862Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-02T23:57:09.576Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Cluster ID: QFVNVZ7UT9SPQqQxPnppiA
2023-03-02T23:57:09.576Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 TtLPB1uXQtmnfucyG-MU-Q
2023-03-02T23:57:09.576Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:09.577Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 TtLPB1uXQtmnfucyG-MU-Q
2023-03-02T23:57:09.577Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] ProducerId set to 1003 with epoch 0
2023-03-02T23:57:09.577Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 TtLPB1uXQtmnfucyG-MU-Q
2023-03-02T23:57:09.577Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:09.577Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 TtLPB1uXQtmnfucyG-MU-Q
2023-03-02T23:57:09.578Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 TtLPB1uXQtmnfucyG-MU-Q
2023-03-02T23:57:09.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:09.578Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 TtLPB1uXQtmnfucyG-MU-Q
2023-03-02T23:57:09.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:09.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:09.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:09.580Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Cluster ID: QFVNVZ7UT9SPQqQxPnppiA
2023-03-02T23:57:09.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Cluster ID: QFVNVZ7UT9SPQqQxPnppiA
2023-03-02T23:57:09.581Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-02T23:57:09.582Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-02T23:57:09.599Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] (Re-)joining group
2023-03-02T23:57:09.599Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] (Re-)joining group
2023-03-02T23:57:09.690Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922-96c08c01-cb51-4403-9bc3-48c86e505680
2023-03-02T23:57:09.690Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca-65ccc000-94df-4778-a5e6-5d70217be81b
2023-03-02T23:57:09.691Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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-02T23:57:09.691Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] (Re-)joining group
2023-03-02T23:57:09.691Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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-02T23:57:09.691Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] (Re-)joining group
2023-03-02T23:57:15.751Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922-96c08c01-cb51-4403-9bc3-48c86e505680', protocol='range'}
2023-03-02T23:57:15.750Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca-65ccc000-94df-4778-a5e6-5d70217be81b', protocol='range'}
2023-03-02T23:57:15.823Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:15.824Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:15.824Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:15.825Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:15.825Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:15.825Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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 37JyqfBySxGUH9n_gT8Gwg
2023-03-02T23:57:15.831Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca-65ccc000-94df-4778-a5e6-5d70217be81b=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922-96c08c01-cb51-4403-9bc3-48c86e505680=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-02T23:57:15.960Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca-65ccc000-94df-4778-a5e6-5d70217be81b', protocol='range'}
2023-03-02T23:57:15.960Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922-96c08c01-cb51-4403-9bc3-48c86e505680', protocol='range'}
2023-03-02T23:57:15.962Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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-02T23:57:15.962Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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-02T23:57:15.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, 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-02T23:57:15.967Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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-02T23:57:15.994Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-02T23:57:15.995Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-02T23:57:15.995Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-02T23:57:15.995Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-02T23:57:15.995Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-02T23:57:15.996Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-02T23:57:16.004Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-02T23:57:16.004Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-02T23:57:16.005Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-02T23:57:16.005Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-02T23:57:16.005Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-02T23:57:16.005Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-02T23:57:16.029Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-02T23:57:16.030Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-02T23:57:16.108Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-02T23:57:16.107Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-02T23:57:16.108Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-02T23:57:16.109Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-02T23:57:16.114Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-02T23:57:16.115Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-02T23:57:16.136Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-02T23:57:16.137Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-02T23:57:16.164Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-02T23:57:16.166Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-02T23:58:08.845Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T23:58:08.859Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-02T23:59:08.847Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-02T23:59:08.860Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:00:08.848Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:00:08.861Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:01:08.850Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:01:08.862Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:02:08.851Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:02:08.863Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:03:08.853Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:03:08.863Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:04:08.853Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:04:08.864Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:05:08.854Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:05:08.866Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:06:08.857Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:06:08.867Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:06:09.643Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1542fad5-a01c-4c2a-a5ef-365be892f9ca, groupId=so] Node -1 disconnected.
2023-03-03T00:06:09.675Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9e31b2a5-8348-4422-844d-16e2e90f8922, groupId=so] Node -1 disconnected.
2023-03-03T00:06:09.896Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Node -1 disconnected.
2023-03-03T00:06:40.457Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-03T00:07:08.858Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:07:08.868Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:08:08.859Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:08:08.868Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:09:08.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:09:08.868Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:10:08.862Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:10:08.869Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:11:08.864Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:11:08.870Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:12:08.865Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:12:08.870Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:13:08.866Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:13:08.871Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:14:08.868Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:14:08.873Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:15:08.869Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:15:08.873Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:16:08.869Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:16:08.875Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:17:08.872Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:17:08.875Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:18:08.872Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:18:08.876Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:19:08.873Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:19:08.877Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:20:08.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:20:08.877Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:21:08.876Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:21:08.879Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:22:08.877Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:22:08.879Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:23:08.880Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:23:08.880Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:24:08.881Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:24:08.881Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:25:08.883Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:25:08.884Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:26:08.884Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:26:08.885Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:27:08.885Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:27:08.886Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:28:08.887Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:28:08.887Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:29:08.889Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:29:08.889Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:30:08.889Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:30:08.889Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:31:08.891Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:31:08.891Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:32:08.892Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:32:08.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:33:08.892Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:33:08.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:34:08.894Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:34:08.894Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:35:08.895Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:35:08.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:36:08.896Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:36:08.897Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:37:08.897Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:37:08.899Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:38:08.899Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:38:08.900Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:39:08.901Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:39:08.901Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:40:08.903Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:40:08.903Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:41:08.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:41:08.905Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:42:08.906Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:42:08.905Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:43:08.906Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:43:08.906Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:44:08.906Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:44:08.907Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:45:08.908Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:45:08.908Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:46:08.909Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:46:08.908Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:47:08.909Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:47:08.909Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:48:08.910Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:48:08.911Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:49:08.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:49:08.912Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:50:08.913Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:50:08.913Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:51:08.914Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:51:08.915Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:52:08.916Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:52:08.915Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:53:08.916Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:53:08.917Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:54:08.917Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:54:08.918Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:55:08.918Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:55:08.919Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:56:08.919Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:56:08.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:57:08.920Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:57:08.922Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:58:08.922Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:58:08.923Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T00:59:08.922Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T00:59:08.924Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:00:08.924Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:00:08.925Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:01:08.924Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:01:08.928Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:02:08.926Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:02:08.929Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:03:08.928Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:03:08.929Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:04:08.930Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:04:08.930Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:05:08.931Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:05:08.931Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:06:08.932Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:06:08.932Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:07:08.934Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:07:08.934Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:08:08.935Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:08:08.935Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:09:08.935Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:09:08.936Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:10:08.937Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:10:08.937Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:11:08.938Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:11:08.939Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:12:08.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:12:08.940Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:13:08.940Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:13:08.941Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:14:08.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:14:08.941Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:15:08.942Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:15:08.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:16:08.944Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:16:08.944Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:17:08.945Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:17:08.946Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:18:08.946Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:18:08.947Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:19:08.947Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:19:08.948Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:20:08.949Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:20:08.949Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:21:08.949Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:21:08.950Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:22:08.950Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:22:08.951Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:23:08.951Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:23:08.952Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:24:08.952Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:24:08.952Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:25:08.953Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:25:08.954Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:26:08.955Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:26:08.955Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:27:08.955Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:27:08.956Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:28:08.956Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:28:08.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:29:08.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:29:08.957Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:30:08.959Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:30:08.959Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:31:08.961Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:31:08.961Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:32:08.962Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:32:08.962Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:33:08.962Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:33:08.963Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:34:08.963Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:34:08.964Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:35:08.964Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:35:08.964Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:36:08.966Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:36:08.966Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:37:08.967Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:37:08.967Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:38:08.968Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:38:08.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:39:08.970Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:39:08.970Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:40:08.970Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:40:08.970Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:41:08.972Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:41:08.972Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:42:08.973Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:42:08.973Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:43:08.973Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:43:08.973Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:44:08.975Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:44:08.975Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:45:08.976Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:45:08.976Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:46:08.977Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:46:08.978Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:47:08.978Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:47:08.979Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:48:08.979Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:48:08.980Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:49:08.981Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:49:08.982Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:50:08.982Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:50:08.982Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:51:08.984Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:51:08.983Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:52:08.984Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:52:08.984Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:53:08.985Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:53:08.985Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:54:08.986Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:54:08.986Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:55:08.986Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:55:08.988Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:56:08.987Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:56:08.990Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:57:08.989Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:57:08.990Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:58:08.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:58:08.991Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T01:59:08.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T01:59:08.991Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:00:08.992Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:00:08.992Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:01:08.992Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:01:08.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:02:08.994Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:02:08.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:03:08.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:03:08.994Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:04:08.996Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:04:08.997Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:05:08.997Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:05:08.997Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:06:08.998Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:06:08.998Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:07:08.999Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:07:08.999Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:08:09.001Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:08:09.001Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:09:09.002Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:09:09.002Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:10:09.003Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:10:09.003Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:11:09.006Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:11:09.006Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:12:09.007Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:12:09.007Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:13:09.008Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:13:09.008Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:14:09.009Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:14:09.009Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:15:09.010Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:15:09.010Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:16:09.011Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:16:09.012Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:17:09.012Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:17:09.013Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:18:09.014Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:18:09.014Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:19:09.015Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:19:09.015Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:20:09.015Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:20:09.015Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:21:09.015Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:21:09.015Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:22:09.016Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:22:09.016Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:23:09.017Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:23:09.017Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:24:09.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:24:09.019Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:25:09.021Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:25:09.021Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:26:09.023Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:26:09.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:27:09.023Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:27:09.025Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:28:09.025Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:28:09.026Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:29:09.026Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:29:09.026Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:30:09.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:30:09.027Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:31:09.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:31:09.029Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:32:09.029Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:32:09.030Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:33:09.031Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:33:09.031Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:34:09.034Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:34:09.034Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:35:09.034Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:35:09.034Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:36:09.035Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:36:09.035Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:37:09.036Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:37:09.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:38:09.038Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:38:09.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:39:09.040Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:39:09.039Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:40:09.040Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:40:09.041Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:41:09.042Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:41:09.042Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:42:09.045Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:42:09.045Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:43:09.045Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:43:09.045Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:44:09.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:44:09.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:45:09.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:45:09.048Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:46:09.049Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:46:09.049Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:47:09.050Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:47:09.050Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:48:09.050Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:48:09.050Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:49:09.052Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:49:09.052Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:50:09.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:50:09.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:51:09.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:51:09.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:52:09.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:52:09.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:53:09.056Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:53:09.057Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:54:09.057Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:54:09.057Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:55:09.058Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:55:09.058Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:56:09.058Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:56:09.059Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:57:09.060Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:57:09.060Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:58:09.062Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T02:58:09.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:59:09.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T02:59:09.064Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:00:09.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:00:09.064Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:01:09.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:01:09.065Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:02:09.064Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:02:09.066Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:03:09.066Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:03:09.067Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:04:09.066Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:04:09.067Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:05:09.068Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:05:09.068Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:06:09.071Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:06:09.072Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:07:09.073Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:07:09.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:08:09.074Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:08:09.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:09:09.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:09:09.075Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:10:09.076Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:10:09.077Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:11:09.077Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:11:09.079Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:12:09.080Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:12:09.081Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:13:09.080Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:13:09.081Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:14:09.082Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:14:09.082Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:15:09.084Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:15:09.085Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:16:09.086Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:16:09.085Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:17:09.087Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:17:09.087Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:18:09.089Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:18:09.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:19:09.089Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:19:09.090Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:20:09.090Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:20:09.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:21:09.090Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:21:09.092Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:22:09.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:22:09.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:23:09.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:23:09.093Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:24:09.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:24:09.094Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:25:09.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:25:09.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:26:09.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:26:09.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:27:09.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:27:09.098Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:28:09.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:28:09.099Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:29:09.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:29:09.100Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:30:09.101Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:30:09.101Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:31:09.109Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:31:09.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:32:09.112Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:32:09.113Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:33:09.113Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:33:09.114Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:34:09.115Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:34:09.115Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:35:09.115Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:35:09.116Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:36:09.115Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:36:09.117Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:37:09.116Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:37:09.117Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:38:09.117Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:38:09.118Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:39:09.118Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:39:09.118Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:40:09.119Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:40:09.119Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:41:09.122Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:41:09.122Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:42:09.123Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:42:09.123Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:43:09.124Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:43:09.124Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:44:09.124Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:44:09.124Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:45:09.125Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:45:09.126Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:46:09.125Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:46:09.126Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:47:09.125Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:47:09.127Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:48:09.127Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:48:09.128Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:49:09.128Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:49:09.129Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:50:09.128Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:50:09.129Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:51:09.130Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:51:09.130Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:52:09.130Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:52:09.131Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:53:09.131Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:53:09.132Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:54:09.133Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:54:09.132Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:55:09.134Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:55:09.134Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:56:09.134Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:56:09.135Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:57:09.136Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:57:09.137Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:58:09.136Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:58:09.137Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T03:59:09.138Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T03:59:09.138Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:00:09.139Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:00:09.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:01:09.139Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:01:09.139Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:02:09.141Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:02:09.141Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:03:09.141Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:03:09.141Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:04:09.143Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:04:09.143Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:05:09.143Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:05:09.144Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:06:09.145Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:06:09.145Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:07:09.145Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:07:09.145Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:08:09.148Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:08:09.148Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:09:09.149Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:09:09.150Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:10:09.151Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:10:09.151Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:11:09.152Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:11:09.152Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:12:09.153Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:12:09.153Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:13:09.154Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:13:09.154Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:14:09.155Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:14:09.155Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:15:09.155Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:15:09.155Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:16:09.155Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:16:09.156Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:17:09.157Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:17:09.158Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:18:09.157Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:18:09.158Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:19:09.158Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:19:09.159Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:20:09.160Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:20:09.160Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:21:09.161Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:21:09.160Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:22:09.161Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:22:09.161Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:23:09.162Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:23:09.163Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:24:09.163Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:24:09.163Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:25:09.164Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:25:09.165Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:26:09.164Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:26:09.165Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:27:09.167Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:27:09.167Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:28:09.168Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:28:09.168Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:29:09.168Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:29:09.168Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:30:09.168Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:30:09.169Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:31:09.168Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:31:09.170Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:32:09.168Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:32:09.171Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:33:09.168Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:33:09.171Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:34:09.168Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:34:09.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:35:09.170Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:35:09.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:36:09.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:36:09.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:37:09.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:37:09.173Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:38:09.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:38:09.174Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:39:09.174Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:39:09.174Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:40:09.175Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:40:09.176Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:41:09.176Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:41:09.176Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:42:09.177Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:42:09.178Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:43:09.178Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:43:09.178Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:44:09.179Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:44:09.179Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:45:09.179Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:45:09.180Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:46:09.180Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:46:09.181Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:47:09.181Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:47:09.182Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:48:09.181Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:48:09.182Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:49:09.182Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:49:09.183Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:50:09.183Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:50:09.183Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:51:09.183Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:51:09.184Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:52:09.185Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:52:09.184Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:53:09.186Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:53:09.185Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:54:09.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:54:09.187Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:55:09.189Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:55:09.189Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:56:09.190Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:56:09.190Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:57:09.190Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:57:09.190Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:58:09.191Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T04:58:09.191Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:59:09.191Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T04:59:09.191Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:00:09.192Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:00:09.193Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:01:09.193Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:01:09.193Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:02:09.194Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:02:09.194Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:03:09.195Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:03:09.195Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:04:09.197Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:04:09.198Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:05:09.198Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:05:09.199Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:06:09.200Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:06:09.200Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:07:09.200Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:07:09.201Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:08:09.200Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:08:09.201Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:09:09.201Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:09:09.202Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:10:09.202Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:10:09.202Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:11:09.203Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:11:09.203Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:12:09.203Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:12:09.204Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:13:09.205Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:13:09.205Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:14:09.207Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:14:09.207Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:15:09.207Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:15:09.208Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:16:09.208Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:16:09.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:17:09.209Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:17:09.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:18:09.210Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:18:09.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:19:09.210Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:19:09.211Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:20:09.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:20:09.212Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:21:09.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:21:09.212Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:22:09.212Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:22:09.212Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:23:09.215Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:23:09.215Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:24:09.215Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:24:09.216Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:25:09.216Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:25:09.218Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:26:09.216Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:26:09.219Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:27:09.217Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:27:09.219Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:28:09.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:28:09.219Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:29:09.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:29:09.219Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:30:09.220Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:30:09.221Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:31:09.221Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:31:09.220Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:32:09.222Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:32:09.225Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:33:09.223Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:33:09.227Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:34:09.226Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:34:09.227Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:35:09.226Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:35:09.228Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:36:09.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:36:09.228Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:37:09.228Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:37:09.229Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:38:09.229Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:38:09.230Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:39:09.230Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:39:09.231Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:40:09.231Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:40:09.232Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:41:09.231Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:41:09.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:42:09.232Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:42:09.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:43:09.233Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:43:09.233Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:44:09.234Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:44:09.234Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:45:09.237Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:45:09.238Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:46:09.238Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:46:09.238Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:47:09.239Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:47:09.239Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:48:09.240Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:48:09.241Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:49:09.240Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:49:09.242Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:50:09.241Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:50:09.244Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:51:09.243Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:51:09.245Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:52:09.243Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:52:09.245Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:53:09.245Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:53:09.245Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:54:09.247Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:54:09.245Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:55:09.247Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:55:09.248Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:56:09.248Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:56:09.248Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:57:09.248Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:57:09.249Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:58:09.249Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:58:09.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T05:59:09.250Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T05:59:09.250Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:00:09.251Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:00:09.251Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:01:09.251Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:01:09.252Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:09.252Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:09.252Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:02:14.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-03T06:02:14.403Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d432eb04-d0ff-49a7-b38f-be4548617c6a","serviceName":"vFW 2023-03-03 06-00-49","serviceVersion":"1.0","serviceUUID":"d4c4d5cf-969c-4fe0-89d0-58642d59410a","serviceDescription":"catalog service description","serviceInvariantUUID":"9308c789-ecee-4360-976d-6e669791bbd1","resources":[{"resourceInstanceName":"vFW 3700b660-c631 0","resourceName":"vFW 3700b660-c631","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0aa3ae3a-46ba-44ef-af0f-a2ea89dc526b","resourceInvariantUUID":"57f71f03-aebf-40a1-b7f4-bc3d21f6d899","resourceCustomizationUUID":"f2e09db0-1b9a-4d91-934a-b7bf72fb906a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vf-license-model.xml","artifactChecksum":"NzQ0NjQ1ODlmM2I5YjhmNTUxNDcwZjNmYWE1NmY4ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8dee891-dd70-496b-95f1-488d5fad73d7","artifactVersion":"1"},{"artifactName":"vfw3700b660c6310_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json","artifactChecksum":"ODA0ZTZlNjA2OGZhMmY3ZDM0ODEwZjEzN2EwMDQxZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1c44ac76-d519-4544-bf57-2ecff0d36a80","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0e478826-5945-4447-bce9-13b1353c9052","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vendor-license-model.xml","artifactChecksum":"MmI1MTU2ZWNiYTE3MTA2NDIwNGM4M2Y5ZWYxYzgwZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a17b772-e2bb-4894-9a02-43fd5ea90d65","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5b7dbd1e-1f74-4ca0-9739-4680087f399f","artifactVersion":"2","generatedFromUUID":"0e478826-5945-4447-bce9-13b1353c9052"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230303060049-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-template.yml","artifactChecksum":"OGFhNzYyZjQ4Y2I1MjUzMmRlZmNiMjg2NDBlNDk2Mzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88d1101a-f646-47b2-81d7-dd8de0c54907","artifactVersion":"1"},{"artifactName":"service-Vfw20230303060049-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar","artifactChecksum":"MjY1NzEwNzgzYzc2ZTNmNGRjM2RhMTgyMmJkZDVlYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f227f200-9f3b-4bdd-8627-c592dba965bf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-03T06:02:14.426Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:02:14.436Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:14.436Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:14.437Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:14.449Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:02:14.449Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:02:14.452Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:02:14.452Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:02:14.452Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:02:14.452Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:02:14.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:02:14.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:02:14.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:02:15.485Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:02:15.486Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:15.486Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:15.486Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:16.488Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:02:16.488Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:16.488Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:16.489Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:17.490Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:02:17.490Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:17.490Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:17.491Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:18.492Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:02:18.492Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:18.493Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:18.493Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:19.494Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:02:19.494Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:19.494Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:19.495Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:20.495Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:02:20.496Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:20.496Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:20.497Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:21.500Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"serviceName": "vFW 2023-03-03 06-00-49",
"serviceVersion": "1.0",
"serviceUUID": "d4c4d5cf-969c-4fe0-89d0-58642d59410a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9308c789-ecee-4360-976d-6e669791bbd1",
"resources": [
{
"resourceInstanceName": "vFW 3700b660-c631 0",
"resourceCustomizationUUID": "f2e09db0-1b9a-4d91-934a-b7bf72fb906a",
"resourceName": "vFW 3700b660-c631",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0aa3ae3a-46ba-44ef-af0f-a2ea89dc526b",
"resourceInvariantUUID": "57f71f03-aebf-40a1-b7f4-bc3d21f6d899",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3700b660c6310_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"artifactChecksum": "ODA0ZTZlNjA2OGZhMmY3ZDM0ODEwZjEzN2EwMDQxZGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1c44ac76-d519-4544-bf57-2ecff0d36a80",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0e478826-5945-4447-bce9-13b1353c9052",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5b7dbd1e-1f74-4ca0-9739-4680087f399f",
"generatedFromUUID": "0e478826-5945-4447-bce9-13b1353c9052"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5b7dbd1e-1f74-4ca0-9739-4680087f399f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230303060049-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"artifactChecksum": "MjY1NzEwNzgzYzc2ZTNmNGRjM2RhMTgyMmJkZDVlYjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f227f200-9f3b-4bdd-8627-c592dba965bf"
}
],
"workloadContext": "Production"
}
2023-03-03T06:02:21.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-03T06:02:21.505Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d4c4d5cf-969c-4fe0-89d0-58642d59410a ASDC
2023-03-03T06:02:21.651Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d432eb04-d0ff-49a7-b38f-be4548617c6a
ServiceName:vFW 2023-03-03 06-00-49
ServiceVersion:1.0
ServiceUUID:d4c4d5cf-969c-4fe0-89d0-58642d59410a
ServiceInvariantUUID:9308c789-ecee-4360-976d-6e669791bbd1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230303060049-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar
ArtifactUUID:f227f200-9f3b-4bdd-8627-c592dba965bf
ArtifactChecksum:MjY1NzEwNzgzYzc2ZTNmNGRjM2RhMTgyMmJkZDVlYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3700b660-c631 0
ResourceCustomizationUUID:f2e09db0-1b9a-4d91-934a-b7bf72fb906a
ResourceInvariantUUID:57f71f03-aebf-40a1-b7f4-bc3d21f6d899
ResourceName:vFW 3700b660-c631
ResourceType:VF
ResourceUUID:0aa3ae3a-46ba-44ef-af0f-a2ea89dc526b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3700b660c6310_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json
ArtifactUUID:1c44ac76-d519-4544-bf57-2ecff0d36a80
ArtifactChecksum:ODA0ZTZlNjA2OGZhMmY3ZDM0ODEwZjEzN2EwMDQxZGI=
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/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml
ArtifactUUID:0e478826-5945-4447-bce9-13b1353c9052
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/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env
ArtifactUUID:5b7dbd1e-1f74-4ca0-9739-4680087f399f
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/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env
ArtifactUUID:5b7dbd1e-1f74-4ca0-9739-4680087f399f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-03T06:02:21.652Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4c4d5cf-969c-4fe0-89d0-58642d59410a 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-03T06:02:21.863Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-03T06:02:21.865Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-03T06:02:21.865Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-03T06:02:21.866Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f227f200-9f3b-4bdd-8627-c592dba965bf from URL: /sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:21.866Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-03T06:02:21.867Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:21.974Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-03T06:02:21.988Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar f227f200-9f3b-4bdd-8627-c592dba965bf 101507
2023-03-03T06:02:21.989Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar ASDC sendASDCNotification
2023-03-03T06:02:21.989Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:21.990Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:02:21.991Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:21.992Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:21.992Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823341988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:22.993Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-03T06:02:22.994Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-03T06:02:22.994Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f227f200-9f3b-4bdd-8627-c592dba965bf, URL: /sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar to file: /app/ASDC/1/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:22.995Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230303060049-csar.csar
2023-03-03T06:02:23.079Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:23.080Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:23.654Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13618787630892221483/Definitions/service-Vfw20230303060049-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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
2023-03-03T06:02:26.467Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-03T06:02:26.472Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-03T06:02:26.473Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.473Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-03T06:02:26.473Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.473Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||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-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.473Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||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-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.473Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3700b660-c631 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-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.473Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||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-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.473Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.474Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.474Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||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-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.474Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.474Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.474Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:26.474Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-03T06:02:26.481Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.482Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:26.486Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:26.486Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-03T06:02:26.488Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-03T06:02:26.490Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.490Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:26.490Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:26.490Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-03T06:02:26.491Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-03T06:02:26.491Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.491Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:26.494Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.494Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is not matching search criteria
2023-03-03T06:02:26.495Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-03T06:02:26.495Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-03T06:02:26.495Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.495Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:26.495Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.495Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-03T06:02:26.496Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-03T06:02:26.496Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-03T06:02:26.496Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-03T06:02:26.496Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.496Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:26.496Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-03T06:02:26.497Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:26.497Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-03T06:02:26.497Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.497Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-03T06:02:26.497Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.497Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-03T06:02:26.499Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.499Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:26.499Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:02:26.499Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.500Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:26.500Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:02:26.500Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.500Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:26.500Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:02:26.501Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.501Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is not matching search criteria
2023-03-03T06:02:26.501Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-03T06:02:26.501Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-03T06:02:26.501Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-03T06:02:26.501Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-03T06:02:26.502Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-03T06:02:26.502Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.502Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:26.502Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-03T06:02:26.502Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:26.503Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-03T06:02:26.503Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.503Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b698b319-3f00-48e4-97e9-df4f90cd1866
2023-03-03T06:02:26.503Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.503Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is not matching search criteria
2023-03-03T06:02:26.504Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-03T06:02:26.504Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-03T06:02:26.504Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.504Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:26.504Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.505Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-03T06:02:26.505Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-03T06:02:26.505Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-03T06:02:26.505Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-03T06:02:26.506Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:26.506Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-03T06:02:26.506Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.506Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c05ce92-3086-4b53-8f22-97e1c17fdb69
2023-03-03T06:02:26.506Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.507Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is not matching search criteria
2023-03-03T06:02:26.507Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-03T06:02:26.507Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-03T06:02:26.507Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.507Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:26.507Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.507Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-03T06:02:26.508Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-03T06:02:26.508Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-03T06:02:26.508Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-03T06:02:26.508Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-03T06:02:26.508Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:26.509Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-03T06:02:26.509Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2e006a3-d6fc-45e6-88d9-fd73efedc17d
2023-03-03T06:02:26.509Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.509Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:26.509Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.509Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:26.510Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.510Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:26.510Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:26.510Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:26.510Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-03 06-00-49
Description:catalog service description
Model UUID:d4c4d5cf-969c-4fe0-89d0-58642d59410a
Model Version:NULL
Model InvariantUuid:9308c789-ecee-4360-976d-6e669791bbd1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3700b660-c631
Model UUID:5cdf7af9-8596-48cf-83ef-b898c73a9e2d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:57f71f03-aebf-40a1-b7f4-bc3d21f6d899
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f2e09db0-1b9a-4d91-934a-b7bf72fb906a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:58eff1ea-c61c-45c4-b970-9491c2496c9d
ModelName:Vfw3700b660C631..base_vfw..module-0
ModelUuid:f11bcb19-a1c1-4d0a-b7b9-6080ea7dd6ac
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b698b319-3f00-48e4-97e9-df4f90cd1866
ModelInvariantUuid:ff33eaf7-b62a-436c-be91-455012559cec
ModelName:vFW 3700b660-c631-nodes.vfwCvfc
ModelUuid:3a9c4032-099d-443b-8c17-787b1ee0f30b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b507f902-d31a-46bc-a8c9-224dc72ebf65
ModelInvariantUuid:a5db8798-f90d-4b9d-b60c-64065a526597
ModelName:Vfw3700b660C631.compute.nodes.heat.vfw
ModelUuid:2fad34f4-a741-44c9-a1bb-f4ebcb2b35bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7c05ce92-3086-4b53-8f22-97e1c17fdb69
ModelInvariantUuid:4d80f16c-8609-4021-8834-62ffef0a6022
ModelName:vFW 3700b660-c631-nodes.vsnCvfc
ModelUuid:cef61c8d-e11c-460b-aae7-61b1110992db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:17a2bea1-35bc-4045-aa22-7e0c6c6257a9
ModelInvariantUuid:4b104cac-aeb6-4df1-9892-ac7e2b0902a3
ModelName:Vfw3700b660C631.compute.nodes.heat.vsn
ModelUuid:039ce741-749c-4487-b4aa-94b84205240c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b2e006a3-d6fc-45e6-88d9-fd73efedc17d
ModelInvariantUuid:1013b2a5-59d7-4e85-a1c4-72cb8bbe802e
ModelName:vFW 3700b660-c631-nodes.vpgCvfc
ModelUuid:e7cd3d13-5dbc-4e3f-a472-2c3c8639764f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:29890bbe-f257-4587-80d4-c9b07725082e
ModelInvariantUuid:6d8f3f02-3152-42ba-aaf5-5ab90a1aaa87
ModelName:Vfw3700b660C631.compute.nodes.heat.vpg
ModelUuid:f2e80187-cf9a-4ab3-a6ec-752b8307a8cd
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-03T06:02:26.539Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0aa3ae3a-46ba-44ef-af0f-a2ea89dc526b
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-03T06:02:26.607Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||vFW 3700b660-c631 0
2023-03-03T06:02:26.614Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0aa3ae3a-46ba-44ef-af0f-a2ea89dc526b
2023-03-03T06:02:26.614Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1c44ac76-d519-4544-bf57-2ecff0d36a80 from URL: /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json
2023-03-03T06:02:26.614Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-03T06:02:26.614Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json
2023-03-03T06:02:26.722Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-03T06:02:26.723Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json 1c44ac76-d519-4544-bf57-2ecff0d36a80 785
2023-03-03T06:02:26.723Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json ASDC sendASDCNotification
2023-03-03T06:02:26.723Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json
2023-03-03T06:02:26.724Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:02:26.724Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:26.724Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:26.724Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823346723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:27.726Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3700b660C631..base_vfw..module-0",
"vfModuleModelInvariantUUID": "58eff1ea-c61c-45c4-b970-9491c2496c9d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f11bcb19-a1c1-4d0a-b7b9-6080ea7dd6ac",
"vfModuleModelCustomizationUUID": "a04f6e98-fcb3-40b5-bcf8-4daf4740074d",
"isBase": true,
"artifacts": [
"0e478826-5945-4447-bce9-13b1353c9052",
"5b7dbd1e-1f74-4ca0-9739-4680087f399f"
],
"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-03T06:02:27.740Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3700b660C631..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f11bcb19-a1c1-4d0a-b7b9-6080ea7dd6ac
VfModuleModelInvariantUUID:58eff1ea-c61c-45c4-b970-9491c2496c9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e478826-5945-4447-bce9-13b1353c9052
,
5b7dbd1e-1f74-4ca0-9739-4680087f399f
}
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-03T06:02:27.743Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3700b660C631..base_vfw..module-0",
"vfModuleModelInvariantUUID": "58eff1ea-c61c-45c4-b970-9491c2496c9d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f11bcb19-a1c1-4d0a-b7b9-6080ea7dd6ac",
"vfModuleModelCustomizationUUID": "a04f6e98-fcb3-40b5-bcf8-4daf4740074d",
"isBase": true,
"artifacts": [
"0e478826-5945-4447-bce9-13b1353c9052",
"5b7dbd1e-1f74-4ca0-9739-4680087f399f"
],
"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-03T06:02:27.743Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3700b660C631..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f11bcb19-a1c1-4d0a-b7b9-6080ea7dd6ac
VfModuleModelInvariantUUID:58eff1ea-c61c-45c4-b970-9491c2496c9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e478826-5945-4447-bce9-13b1353c9052
,
5b7dbd1e-1f74-4ca0-9739-4680087f399f
}
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-03T06:02:27.743Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e478826-5945-4447-bce9-13b1353c9052 from URL: /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml
2023-03-03T06:02:27.743Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-03T06:02:27.743Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml
2023-03-03T06:02:27.839Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-03T06:02:27.840Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml 0e478826-5945-4447-bce9-13b1353c9052 20368
2023-03-03T06:02:27.840Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-03T06:02:27.840Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml
2023-03-03T06:02:27.840Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:02:27.841Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:27.841Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:27.841Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823347840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:28.842Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5b7dbd1e-1f74-4ca0-9739-4680087f399f from URL: /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env
2023-03-03T06:02:28.843Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-03T06:02:28.843Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env
2023-03-03T06:02:28.917Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-03T06:02:28.918Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env 5b7dbd1e-1f74-4ca0-9739-4680087f399f 2098
2023-03-03T06:02:28.918Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-03T06:02:28.918Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env
2023-03-03T06:02:28.918Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:02:28.919Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:28.919Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:28.919Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823348918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:29.920Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d4c4d5cf-969c-4fe0-89d0-58642d59410a
2023-03-03T06:02:29.920Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3700b660-c631 0 0aa3ae3a-46ba-44ef-af0f-a2ea89dc526b 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-03T06:02:30.004Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@441d0ee0, org.onap.sdc.toscaparser.api.parameters.Input@72e11a3d, org.onap.sdc.toscaparser.api.parameters.Input@1c551b04, org.onap.sdc.toscaparser.api.parameters.Input@118f5e1, org.onap.sdc.toscaparser.api.parameters.Input@2d5e812c]
2023-03-03T06:02:30.008Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.009Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:30.009Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2023-03-03T06:02:30.009Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f2e09db0-1b9a-4d91-934a-b7bf72fb906a
2023-03-03T06:02:30.009Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2e09db0-1b9a-4d91-934a-b7bf72fb906a matches Tosca VF Customization UUID: f2e09db0-1b9a-4d91-934a-b7bf72fb906a
2023-03-03T06:02:30.010Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f2e09db0-1b9a-4d91-934a-b7bf72fb906a 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-03T06:02:30.018Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.018Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:30.019Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f2e09db0-1b9a-4d91-934a-b7bf72fb906a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-03T06:02:30.019Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5252af87
2023-03-03T06:02:30.019Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.020Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-03T06:02:30.020Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a04f6e98-fcb3-40b5-bcf8-4daf4740074d
2023-03-03T06:02:30.021Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a04f6e98-fcb3-40b5-bcf8-4daf4740074d
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-03T06:02:30.028Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.029Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:30.029Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:02:30.030Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.030Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:30.030Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:02:30.030Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.030Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is not matching search criteria
2023-03-03T06:02:30.031Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-03T06:02:30.031Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-03T06:02:30.031Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-03T06:02:30.031Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-03T06:02:30.031Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-03T06:02:30.031Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-03T06:02:30.032Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:30.032Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-03T06:02:30.032Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:30.032Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-03T06:02:30.032Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-03T06:02:30.032Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b698b319-3f00-48e4-97e9-df4f90cd1866
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-03T06:02:30.039Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.040Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:30.040Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:02:30.040Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.040Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is not matching search criteria
2023-03-03T06:02:30.040Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-03T06:02:30.041Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-03T06:02:30.041Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-03T06:02:30.041Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:30.041Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-03T06:02:30.041Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-03T06:02:30.042Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-03T06:02:30.042Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-03T06:02:30.042Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-03T06:02:30.042Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:30.042Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-03T06:02:30.043Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-03T06:02:30.043Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c05ce92-3086-4b53-8f22-97e1c17fdb69
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-03T06:02:30.045Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.046Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:30.046Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:02:30.048Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.049Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is not matching search criteria
2023-03-03T06:02:30.049Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-03T06:02:30.049Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-03T06:02:30.049Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-03T06:02:30.049Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:30.050Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-03T06:02:30.050Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-03T06:02:30.050Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-03T06:02:30.050Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-03T06:02:30.050Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-03T06:02:30.050Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-03T06:02:30.051Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-03T06:02:30.051Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-03T06:02:30.051Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2e006a3-d6fc-45e6-88d9-fd73efedc17d
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-03T06:02:30.053Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.054Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:30.054Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:02:30.054Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.055Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Node template vFW 3700b660-c631 0 is matching search criteria
2023-03-03T06:02:30.055Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3700b660-c631 0] matching following query criteria: sdcType=VF, customizationUUID=f2e09db0-1b9a-4d91-934a-b7bf72fb906a
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-03T06:02:30.057Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.057Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:30.058Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d4c4d5cf-969c-4fe0-89d0-58642d59410a: vFW 3700b660-c631
2023-03-03T06:02:30.058Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.058Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:30.058Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.059Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:30.059Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.059Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:30.059Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.059Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:30.060Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:02:30.060Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-03 06-00-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:02:30.060Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-03-03 06-00-49
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-03T06:02:30.426Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3700b660-c631 0aa3ae3a-46ba-44ef-af0f-a2ea89dc526b 1 ASDC deployResourceStructure
2023-03-03T06:02:30.427Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json ASDC sendASDCNotification
2023-03-03T06:02:30.427Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json
2023-03-03T06:02:30.427Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-03T06:02:30.427Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:30.427Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:30.427Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823350427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:31.428Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-03T06:02:31.429Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml
2023-03-03T06:02:31.429Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-03T06:02:31.429Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:31.429Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:31.429Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823351428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:32.430Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-03T06:02:32.430Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env
2023-03-03T06:02:32.431Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-03T06:02:32.431Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:32.431Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:32.431Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823352430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:33.432Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar ASDC sendASDCNotification
2023-03-03T06:02:33.432Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar
2023-03-03T06:02:33.432Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-03T06:02:33.433Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:02:33.433Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:02:33.433Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823353432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:02:34.434Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:02:34.465Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a
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-03T06:02:34.468Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:02:34.468Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-03T06:02:34.468Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-03T06:03:04.468Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:03:04.512Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a
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-03T06:03:04.519Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:03:04.519Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-03T06:03:04.519Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-03T06:03:08.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:03:08.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:03:08.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "policy-distribution-id",
"timestamp": 1677823307928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:03:08.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:03:08.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:03:08.861Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823329854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:03:08.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:03:08.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:03:08.862Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823315144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:03:08.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:03:34.520Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:03:34.555Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a
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-03T06:03:34.560Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:03:34.560Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-03T06:03:34.560Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-03T06:04:04.560Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:04:04.592Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a
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-03T06:04:04.595Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:04:04.595Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-03T06:04:04.595Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-03T06:04:08.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:04:08.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.866Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "policy-distribution-id",
"timestamp": 1677823307928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.869Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823315144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.869Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.870Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823329854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.871Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823315144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.872Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "policy-distribution-id",
"timestamp": 1677823307928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.873Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.874Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823329854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.874Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823315144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.875Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "policy-distribution-id",
"timestamp": 1677823307928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.875Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.876Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823329854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.880Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823315144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.881Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "policy-distribution-id",
"timestamp": 1677823307928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.881Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.882Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823329854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.883Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823315144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.884Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "policy-distribution-id",
"timestamp": 1677823307928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.884Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.885Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823329854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.886Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823315144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.886Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.887Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "policy-distribution-id",
"timestamp": 1677823307928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.887Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.887Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823329252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.888Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823329854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.889Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "policy-distribution-id",
"timestamp": 1677823342267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.889Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.889Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823341732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.890Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.890Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823343697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.891Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823341988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.892Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "policy-distribution-id",
"timestamp": 1677823343289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:04:08.892Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.893Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823342902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.893Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "policy-distribution-id",
"timestamp": 1677823344293,
"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-03T06:04:08.927Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d432eb04-d0ff-49a7-b38f-be4548617c6a
2023-03-03T06:04:08.928Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d432eb04-d0ff-49a7-b38f-be4548617c6a 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-03T06:04:08.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823343980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.955Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "aai-model-loader",
"timestamp": 1677823344317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.956Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823345099,
"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-03T06:04:08.964Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d432eb04-d0ff-49a7-b38f-be4548617c6a
2023-03-03T06:04:08.964Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d432eb04-d0ff-49a7-b38f-be4548617c6a 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-03T06:04:08.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.975Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "aai-model-loader",
"timestamp": 1677823344317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.975Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "multicloud-k8s",
"timestamp": 1677823346102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "DEPLOY_OK"
}
2023-03-03T06:04:08.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.976Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "aai-model-loader",
"timestamp": 1677823344317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.977Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823346723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.978Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "aai-model-loader",
"timestamp": 1677823344317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.978Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823347840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.979Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "aai-model-loader",
"timestamp": 1677823344317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.979Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823348918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.980Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "aai-model-loader",
"timestamp": 1677823344317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.980Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823349263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.981Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823350427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "DEPLOY_OK"
}
2023-03-03T06:04:08.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.981Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "aai-model-loader",
"timestamp": 1677823344317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.982Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823349263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vfw3700b660c6310_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.982Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823351428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-03T06:04:08.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "aai-model-loader",
"timestamp": 1677823351647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823349263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.984Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823352430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-03T06:04:08.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.984Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823349263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.984Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823353432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:04:08.985Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.985Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823349263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/resourceInstances/vfw3700b660c6310/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.985Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.986Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823349263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:08.986Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.986Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823349263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:08.987Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.987Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823357291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:08.987Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.987Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823364920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:04:08.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:08.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:08.988Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823365925,
"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-03T06:04:09.029Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d432eb04-d0ff-49a7-b38f-be4548617c6a
2023-03-03T06:04:09.029Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d432eb04-d0ff-49a7-b38f-be4548617c6a 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-03T06:04:09.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.046Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "policy-distribution-id",
"timestamp": 1677823345294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.047Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823347106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.048Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823344730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.049Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "policy-distribution-id",
"timestamp": 1677823345294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.049Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823344730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.050Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823347106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "NOTIFIED"
}
2023-03-03T06:04:09.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.051Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "policy-distribution-id",
"timestamp": 1677823345294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-03T06:04:09.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.051Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823344730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.052Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823347106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-03T06:04:09.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.052Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "policy-distribution-id",
"timestamp": 1677823345294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.053Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823344730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.053Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823347106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.054Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "policy-distribution-id",
"timestamp": 1677823345294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.055Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823347106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-03T06:04:09.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.055Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823344730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.056Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "aai-model-loader",
"timestamp": 1677823370424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230303060049/1.0/artifacts/service-Vfw20230303060049-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:04:09.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.056Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "policy-distribution-id",
"timestamp": 1677823345294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.057Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.057Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823344730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.057Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.057Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823347106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.058Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "aai-model-loader",
"timestamp": 1677823371428,
"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-03T06:04:09.066Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d432eb04-d0ff-49a7-b38f-be4548617c6a
2023-03-03T06:04:09.066Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d432eb04-d0ff-49a7-b38f-be4548617c6a 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-03T06:04:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.121Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "policy-distribution-id",
"timestamp": 1677823345294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:09.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.122Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823344730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:09.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.122Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823347106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:09.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.123Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823373188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:09.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.123Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "cds-sdc-listener",
"timestamp": 1677823375149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:09.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.124Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "policy-distribution-id",
"timestamp": 1677823373745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:09.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.124Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "policy-distribution-id",
"timestamp": 1677823374748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:04:09.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.125Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "aai-model-loader",
"timestamp": 1677823374317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.126Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823374358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:09.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.126Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "policy-distribution-id",
"timestamp": 1677823375750,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-03T06:04:09.158Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45b107e0-77b6-42e4-98d9-cd20a97b3a77
2023-03-03T06:04:09.159Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45b107e0-77b6-42e4-98d9-cd20a97b3a77 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-03T06:04:09.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.172Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "aai-model-loader",
"timestamp": 1677823374317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823375463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:09.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "aai-model-loader",
"timestamp": 1677823374317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823376506,
"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-03T06:04:09.205Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45b107e0-77b6-42e4-98d9-cd20a97b3a77
2023-03-03T06:04:09.206Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45b107e0-77b6-42e4-98d9-cd20a97b3a77 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-03T06:04:09.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "aai-model-loader",
"timestamp": 1677823374317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "multicloud-k8s",
"timestamp": 1677823377510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-03T06:04:09.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "aai-model-loader",
"timestamp": 1677823374317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "aai-model-loader",
"timestamp": 1677823374317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823379263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "aai-model-loader",
"timestamp": 1677823374317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:09.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823379263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "aai-model-loader",
"timestamp": 1677823381455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:09.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823379263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823379263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823379263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823379263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:04:09.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823379263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:04:09.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:09.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:04:09.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823387216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:04:09.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:04:34.596Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:04:34.616Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a
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-03T06:04:34.620Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:04:34.620Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-03T06:04:34.620Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-03T06:04:34.620Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-03T06:04:34.620Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:04:34.621Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:04:34.621Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:04:34.621Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:04:34.621Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||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-03T06:04:34.630Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-03T06:05:04.630Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d432eb04-d0ff-49a7-b38f-be4548617c6a 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-03T06:05:04.680Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d432eb04-d0ff-49a7-b38f-be4548617c6a and serviceModelVersionId: d4c4d5cf-969c-4fe0-89d0-58642d59410a
2023-03-03T06:05:04.680Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9308c789-ecee-4360-976d-6e669791bbd1
2023-03-03T06:05:08.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:08.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:05:08.859Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823390502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:05:08.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:05:08.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:05:08.862Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677823391509,
"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-03T06:05:08.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45b107e0-77b6-42e4-98d9-cd20a97b3a77
2023-03-03T06:05:08.904Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45b107e0-77b6-42e4-98d9-cd20a97b3a77 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-03T06:05:08.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:05:08.948Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "aai-model-loader",
"timestamp": 1677823392041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:05:08.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:05:08.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:05:08.948Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "aai-model-loader",
"timestamp": 1677823393044,
"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-03T06:05:08.974Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45b107e0-77b6-42e4-98d9-cd20a97b3a77
2023-03-03T06:05:08.975Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45b107e0-77b6-42e4-98d9-cd20a97b3a77 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-03T06:05:20.300Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9308c789-ecee-4360-976d-6e669791bbd1/model-vers/model-ver/d4c4d5cf-969c-4fe0-89d0-58642d59410a?depth=0
2023-03-03T06:05:20.412Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-03T06:05:20.935Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9308c789-ecee-4360-976d-6e669791bbd1/model-vers/model-ver/d4c4d5cf-969c-4fe0-89d0-58642d59410a?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-03T06:05:20.940Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9308c789-ecee-4360-976d-6e669791bbd1/model-vers/model-ver/d4c4d5cf-969c-4fe0-89d0-58642d59410a?depth=0|INFO|500||Invoke
2023-03-03T06:05:20.965Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9308c789-ecee-4360-976d-6e669791bbd1/model-vers/model-ver/d4c4d5cf-969c-4fe0-89d0-58642d59410a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-03T06:05:21.257Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9308c789-ecee-4360-976d-6e669791bbd1/model-vers/model-ver/d4c4d5cf-969c-4fe0-89d0-58642d59410a?depth=0|INFO|500||InvokeReturn
2023-03-03T06:05:21.258Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9308c789-ecee-4360-976d-6e669791bbd1/model-vers/model-ver/d4c4d5cf-969c-4fe0-89d0-58642d59410a?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Mar 2023 06:05:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[266], vertex-id=[184368], x-aai-txid=[2-aai-resources-230303-06:05:21:435-10485], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-03T06:05:21.258Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-03T06:05:21.263Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-03T06:05:21.263Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||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-03T06:05:21.281Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||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-03T06:05:21.283Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d432eb04-d0ff-49a7-b38f-be4548617c6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-03T06:05:21.284Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-03T06:05:21.284Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:21.285Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:21.285Z|d432eb04-d0ff-49a7-b38f-be4548617c6a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823521283,
"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-03T06:05:22.308Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:05:22.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-03T06:05:22.314Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"45b107e0-77b6-42e4-98d9-cd20a97b3a77","serviceName":"basic_onboard_jTnaCf","serviceVersion":"1.0","serviceUUID":"481304bd-3383-42b7-bf42-2501bff1f07d","serviceDescription":"service","serviceInvariantUUID":"99dbed4e-02c3-4221-82ad-f9fbe980eaf3","resources":[{"resourceInstanceName":"basic_onboard_jTnaCf 0","resourceName":"basic_onboard_jTnaCf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2eb81cfa-df4f-4764-bd54-c0b679c46a26","resourceInvariantUUID":"e615634e-b8d0-429e-9bcd-0de26e5df5f8","resourceCustomizationUUID":"6176d071-ed0b-40b8-820f-0284d4ea4219","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vf-license-model.xml","artifactChecksum":"YTEyOGZmMjZmNGI1MWVkMTNmOGJkMjIzZDQ5NjVmZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"540552fb-728f-4a13-a3d9-ee0d83350747","artifactVersion":"1"},{"artifactName":"basic_onboard_jtnacf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json","artifactChecksum":"MjU3NjE5NjhiNjY0NjM4Y2JhYjkzYzY0NjBkNzY3NTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd7e4900-d78a-4d2d-baff-d9e734fd943b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f92d5dd5-77c7-4de8-87fb-e99ebb99c653","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5bb1bf01-2a08-4d58-80a2-e2bebdb0a3c4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5","artifactVersion":"2","generatedFromUUID":"f92d5dd5-77c7-4de8-87fb-e99ebb99c653"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJtnacf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-template.yml","artifactChecksum":"MzIwY2YzYmY5ZDY0MDE5YjAxNjczNGZhOTllMDA4YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89704402-4d7f-4bf2-943a-257b978696eb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJtnacf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar","artifactChecksum":"MWY5OTkxNDExZWM5ZDQ3ZTQxYmQ2ZDZmMGJkYzRmMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"563a5430-6a92-4754-a3ab-d2b1a07e4515","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-03T06:05:22.317Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:05:22.318Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:22.318Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:22.318Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:23.319Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:05:23.320Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:23.320Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:23.320Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:24.321Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:05:24.322Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:24.322Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:24.322Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:25.323Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:05:25.323Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:25.323Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:25.323Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:26.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:05:26.325Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:26.325Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:26.325Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:27.326Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:05:27.327Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:27.327Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:27.327Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:28.328Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:05:28.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:28.329Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:28.329Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:29.331Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"serviceName": "basic_onboard_jTnaCf",
"serviceVersion": "1.0",
"serviceUUID": "481304bd-3383-42b7-bf42-2501bff1f07d",
"serviceDescription": "service",
"serviceInvariantUUID": "99dbed4e-02c3-4221-82ad-f9fbe980eaf3",
"resources": [
{
"resourceInstanceName": "basic_onboard_jTnaCf 0",
"resourceCustomizationUUID": "6176d071-ed0b-40b8-820f-0284d4ea4219",
"resourceName": "basic_onboard_jTnaCf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2eb81cfa-df4f-4764-bd54-c0b679c46a26",
"resourceInvariantUUID": "e615634e-b8d0-429e-9bcd-0de26e5df5f8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jtnacf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"artifactChecksum": "MjU3NjE5NjhiNjY0NjM4Y2JhYjkzYzY0NjBkNzY3NTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd7e4900-d78a-4d2d-baff-d9e734fd943b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f92d5dd5-77c7-4de8-87fb-e99ebb99c653",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5",
"generatedFromUUID": "f92d5dd5-77c7-4de8-87fb-e99ebb99c653"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJtnacf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"artifactChecksum": "MWY5OTkxNDExZWM5ZDQ3ZTQxYmQ2ZDZmMGJkYzRmMjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "563a5430-6a92-4754-a3ab-d2b1a07e4515"
}
],
"workloadContext": "Production"
}
2023-03-03T06:05:29.331Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-03T06:05:29.332Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 481304bd-3383-42b7-bf42-2501bff1f07d ASDC
2023-03-03T06:05:29.333Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:45b107e0-77b6-42e4-98d9-cd20a97b3a77
ServiceName:basic_onboard_jTnaCf
ServiceVersion:1.0
ServiceUUID:481304bd-3383-42b7-bf42-2501bff1f07d
ServiceInvariantUUID:99dbed4e-02c3-4221-82ad-f9fbe980eaf3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJtnacf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar
ArtifactUUID:563a5430-6a92-4754-a3ab-d2b1a07e4515
ArtifactChecksum:MWY5OTkxNDExZWM5ZDQ3ZTQxYmQ2ZDZmMGJkYzRmMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jTnaCf 0
ResourceCustomizationUUID:6176d071-ed0b-40b8-820f-0284d4ea4219
ResourceInvariantUUID:e615634e-b8d0-429e-9bcd-0de26e5df5f8
ResourceName:basic_onboard_jTnaCf
ResourceType:VF
ResourceUUID:2eb81cfa-df4f-4764-bd54-c0b679c46a26
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jtnacf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json
ArtifactUUID:fd7e4900-d78a-4d2d-baff-d9e734fd943b
ArtifactChecksum:MjU3NjE5NjhiNjY0NjM4Y2JhYjkzYzY0NjBkNzY3NTA=
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/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f92d5dd5-77c7-4de8-87fb-e99ebb99c653
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/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env
ArtifactUUID:87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5
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/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env
ArtifactUUID:87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-03T06:05:29.333Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 481304bd-3383-42b7-bf42-2501bff1f07d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-03T06:05:29.382Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-03T06:05:29.383Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-03T06:05:29.383Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-03T06:05:29.383Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 563a5430-6a92-4754-a3ab-d2b1a07e4515 from URL: /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:29.383Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-03T06:05:29.384Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:29.472Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-03T06:05:29.473Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar 563a5430-6a92-4754-a3ab-d2b1a07e4515 75683
2023-03-03T06:05:29.474Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar ASDC sendASDCNotification
2023-03-03T06:05:29.474Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:29.474Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:05:29.474Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:29.475Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:29.475Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823529474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:30.475Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-03T06:05:30.476Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-03T06:05:30.476Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 563a5430-6a92-4754-a3ab-d2b1a07e4515, URL: /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar to file: /app/ASDC/1/service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:30.477Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:30.477Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:30.477Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:30.601Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10366797137244337828/Definitions/service-BasicOnboardJtnacf-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-03T06:05:31.807Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-03T06:05:31.807Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-03T06:05:31.808Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:31.808Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-03T06:05:31.808Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jTnaCf 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-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:31.808Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:31.808Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||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-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:31.808Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||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-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:31.808Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||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-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:31.808Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:31.808Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||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-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:31.808Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-03T06:05:31.809Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.809Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:31.809Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is matching search criteria
2023-03-03T06:05:31.809Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-03T06:05:31.809Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jTnaCf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-03T06:05:31.809Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.810Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:31.810Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is matching search criteria
2023-03-03T06:05:31.810Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-03T06:05:31.810Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jTnaCf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-03T06:05:31.811Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.811Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:31.811Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.811Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is not matching search criteria
2023-03-03T06:05:31.812Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-03T06:05:31.812Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-03T06:05:31.812Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-03T06:05:31.812Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-03T06:05:31.812Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-03T06:05:31.812Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.812Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-03T06:05:31.812Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.813Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is matching search criteria
2023-03-03T06:05:31.813Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jTnaCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:05:31.813Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.813Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is matching search criteria
2023-03-03T06:05:31.813Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jTnaCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:05:31.813Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.813Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is matching search criteria
2023-03-03T06:05:31.814Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jTnaCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:05:31.814Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.814Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is not matching search criteria
2023-03-03T06:05:31.814Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-03T06:05:31.814Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-03T06:05:31.814Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6468c322-d44c-4945-af4d-ff5598f426e8
2023-03-03T06:05:31.814Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.815Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:31.815Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.815Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:31.815Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.815Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:31.815Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:31.816Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:31.816Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jTnaCf
Description:service
Model UUID:481304bd-3383-42b7-bf42-2501bff1f07d
Model Version:NULL
Model InvariantUuid:99dbed4e-02c3-4221-82ad-f9fbe980eaf3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jTnaCf
Model UUID:fdaba0fd-7afd-4ea0-923a-dbdb2204757b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e615634e-b8d0-429e-9bcd-0de26e5df5f8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6176d071-ed0b-40b8-820f-0284d4ea4219
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e4c5c78d-528b-41f9-af2c-43db54fd2b27
ModelName:BasicOnboardJtnacf..base_ubuntu18..module-0
ModelUuid:34130a08-1a56-4088-9c2d-298aee9c5b44
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6468c322-d44c-4945-af4d-ff5598f426e8
ModelInvariantUuid:adb8caaa-236c-4ed8-8fae-17851eafac86
ModelName:basic_onboard_jTnaCf-nodes.ubuntu18Cvfc
ModelUuid:7e1b809f-2573-462f-a61e-a99895ed7e2f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0edf15bf-7f15-4516-a640-7cb77383636a
ModelInvariantUuid:5cfd7b11-f0f3-43f5-a5b5-cfb9b6bdcdab
ModelName:BasicOnboardJtnacf.compute.nodes.heat.ubuntu18
ModelUuid:867a7aab-ec7f-4a1b-bd85-e66a960702d2
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-03T06:05:31.827Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2eb81cfa-df4f-4764-bd54-c0b679c46a26
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-03T06:05:31.831Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||basic_onboard_jTnaCf 0
2023-03-03T06:05:31.831Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2eb81cfa-df4f-4764-bd54-c0b679c46a26
2023-03-03T06:05:31.831Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fd7e4900-d78a-4d2d-baff-d9e734fd943b from URL: /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json
2023-03-03T06:05:31.831Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-03T06:05:31.831Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json
2023-03-03T06:05:31.909Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-03T06:05:31.910Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json fd7e4900-d78a-4d2d-baff-d9e734fd943b 798
2023-03-03T06:05:31.910Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json ASDC sendASDCNotification
2023-03-03T06:05:31.910Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json
2023-03-03T06:05:31.910Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:05:31.911Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:31.911Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:31.911Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823531910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:32.912Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJtnacf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e4c5c78d-528b-41f9-af2c-43db54fd2b27",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "34130a08-1a56-4088-9c2d-298aee9c5b44",
"vfModuleModelCustomizationUUID": "f47831db-e967-48e9-9584-fd4312cb2905",
"isBase": true,
"artifacts": [
"f92d5dd5-77c7-4de8-87fb-e99ebb99c653",
"87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5"
],
"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-03T06:05:32.917Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJtnacf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34130a08-1a56-4088-9c2d-298aee9c5b44
VfModuleModelInvariantUUID:e4c5c78d-528b-41f9-af2c-43db54fd2b27
VfModuleModelDescription:NULL
Artifacts UUID List:{
f92d5dd5-77c7-4de8-87fb-e99ebb99c653
,
87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5
}
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-03T06:05:32.919Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJtnacf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e4c5c78d-528b-41f9-af2c-43db54fd2b27",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "34130a08-1a56-4088-9c2d-298aee9c5b44",
"vfModuleModelCustomizationUUID": "f47831db-e967-48e9-9584-fd4312cb2905",
"isBase": true,
"artifacts": [
"f92d5dd5-77c7-4de8-87fb-e99ebb99c653",
"87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5"
],
"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-03T06:05:32.919Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJtnacf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34130a08-1a56-4088-9c2d-298aee9c5b44
VfModuleModelInvariantUUID:e4c5c78d-528b-41f9-af2c-43db54fd2b27
VfModuleModelDescription:NULL
Artifacts UUID List:{
f92d5dd5-77c7-4de8-87fb-e99ebb99c653
,
87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5
}
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-03T06:05:32.919Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f92d5dd5-77c7-4de8-87fb-e99ebb99c653 from URL: /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml
2023-03-03T06:05:32.920Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-03T06:05:32.920Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml
2023-03-03T06:05:33.044Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-03T06:05:33.044Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml f92d5dd5-77c7-4de8-87fb-e99ebb99c653 5033
2023-03-03T06:05:33.045Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-03T06:05:33.045Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml
2023-03-03T06:05:33.045Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:05:33.045Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:33.045Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:33.045Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823533045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:34.046Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5 from URL: /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env
2023-03-03T06:05:34.046Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-03T06:05:34.047Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env
2023-03-03T06:05:34.160Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-03T06:05:34.160Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env 87f40b88-ead7-4dd5-bc4b-27aa5f32a8d5 909
2023-03-03T06:05:34.160Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-03T06:05:34.160Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env
2023-03-03T06:05:34.161Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:05:34.161Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:34.161Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:34.161Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823534160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:35.162Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 481304bd-3383-42b7-bf42-2501bff1f07d
2023-03-03T06:05:35.162Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jTnaCf 0 2eb81cfa-df4f-4764-bd54-c0b679c46a26 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-03T06:05:35.191Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19967489, org.onap.sdc.toscaparser.api.parameters.Input@77a3bb0d, org.onap.sdc.toscaparser.api.parameters.Input@35a2d6e8, org.onap.sdc.toscaparser.api.parameters.Input@37d5126a, org.onap.sdc.toscaparser.api.parameters.Input@1dcd0a25]
2023-03-03T06:05:35.192Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.193Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:35.193Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2023-03-03T06:05:35.193Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6176d071-ed0b-40b8-820f-0284d4ea4219
2023-03-03T06:05:35.193Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6176d071-ed0b-40b8-820f-0284d4ea4219 matches Tosca VF Customization UUID: 6176d071-ed0b-40b8-820f-0284d4ea4219
2023-03-03T06:05:35.193Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6176d071-ed0b-40b8-820f-0284d4ea4219 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-03T06:05:35.196Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.197Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:35.197Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6176d071-ed0b-40b8-820f-0284d4ea4219: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-03T06:05:35.197Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4bb32262
2023-03-03T06:05:35.197Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.197Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-03T06:05:35.198Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f47831db-e967-48e9-9584-fd4312cb2905
2023-03-03T06:05:35.198Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f47831db-e967-48e9-9584-fd4312cb2905
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-03T06:05:35.202Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.202Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is matching search criteria
2023-03-03T06:05:35.202Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jTnaCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:05:35.202Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.202Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is matching search criteria
2023-03-03T06:05:35.203Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jTnaCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:05:35.203Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.203Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is not matching search criteria
2023-03-03T06:05:35.203Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-03T06:05:35.203Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-03T06:05:35.203Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6468c322-d44c-4945-af4d-ff5598f426e8
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-03T06:05:35.206Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.206Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is matching search criteria
2023-03-03T06:05:35.207Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jTnaCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-03T06:05:35.207Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.207Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jTnaCf 0 is matching search criteria
2023-03-03T06:05:35.207Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jTnaCf 0] matching following query criteria: sdcType=VF, customizationUUID=6176d071-ed0b-40b8-820f-0284d4ea4219
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-03T06:05:35.209Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.210Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:35.210Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 481304bd-3383-42b7-bf42-2501bff1f07d: basic_onboard_jTnaCf
2023-03-03T06:05:35.210Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.210Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:35.210Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.210Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:35.211Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.211Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:35.211Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.211Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:35.211Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:05:35.211Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jTnaCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:05:35.212Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_jTnaCf
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-03T06:05:35.362Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jTnaCf 2eb81cfa-df4f-4764-bd54-c0b679c46a26 1 ASDC deployResourceStructure
2023-03-03T06:05:35.362Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json ASDC sendASDCNotification
2023-03-03T06:05:35.363Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json
2023-03-03T06:05:35.363Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-03T06:05:35.363Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:35.363Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:35.363Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823535362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:36.364Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-03T06:05:36.364Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml
2023-03-03T06:05:36.365Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-03T06:05:36.365Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:36.365Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:36.365Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823536364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:37.366Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-03T06:05:37.367Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env
2023-03-03T06:05:37.367Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-03T06:05:37.367Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:37.367Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:37.367Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823537366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:38.369Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar ASDC sendASDCNotification
2023-03-03T06:05:38.369Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar
2023-03-03T06:05:38.369Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-03T06:05:38.370Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:05:38.370Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:05:38.370Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823538369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:05:39.371Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45b107e0-77b6-42e4-98d9-cd20a97b3a77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:05:39.387Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45b107e0-77b6-42e4-98d9-cd20a97b3a77
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-03T06:05:39.392Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:05:39.392Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-03T06:05:39.392Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-03T06:05:39.392Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-03T06:05:39.392Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:05:39.393Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:05:39.393Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:05:39.393Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:05:39.393Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||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-03T06:05:39.422Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-03T06:06:08.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:06:08.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.866Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d432eb04-d0ff-49a7-b38f-be4548617c6a",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823521283,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-03T06:06:08.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.867Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:06:08.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.868Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "NOTIFIED"
}
2023-03-03T06:06:08.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.868Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-03T06:06:08.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.869Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:06:08.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.870Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-03T06:06:08.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.870Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:06:08.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.871Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823522308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:06:08.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.872Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823529474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:06:08.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.872Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823531910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:06:08.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.873Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823533045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:06:08.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.873Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823534160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:06:08.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.874Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823535362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/basic_onboard_jtnacf0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-03T06:06:08.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.874Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823536364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-03-03T06:06:08.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.875Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823537366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/resourceInstances/basic_onboard_jtnacf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-03-03T06:06:08.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:08.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:06:08.876Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823538369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtnacf/1.0/artifacts/service-BasicOnboardJtnacf-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:06:08.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:06:09.422Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45b107e0-77b6-42e4-98d9-cd20a97b3a77 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-03T06:06:09.437Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45b107e0-77b6-42e4-98d9-cd20a97b3a77 and serviceModelVersionId: 481304bd-3383-42b7-bf42-2501bff1f07d
2023-03-03T06:06:09.437Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99dbed4e-02c3-4221-82ad-f9fbe980eaf3
2023-03-03T06:06:09.437Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99dbed4e-02c3-4221-82ad-f9fbe980eaf3/model-vers/model-ver/481304bd-3383-42b7-bf42-2501bff1f07d?depth=0
2023-03-03T06:06:09.443Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-03T06:06:09.496Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99dbed4e-02c3-4221-82ad-f9fbe980eaf3/model-vers/model-ver/481304bd-3383-42b7-bf42-2501bff1f07d?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-03T06:06:09.498Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99dbed4e-02c3-4221-82ad-f9fbe980eaf3/model-vers/model-ver/481304bd-3383-42b7-bf42-2501bff1f07d?depth=0|INFO|500||Invoke
2023-03-03T06:06:09.505Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99dbed4e-02c3-4221-82ad-f9fbe980eaf3/model-vers/model-ver/481304bd-3383-42b7-bf42-2501bff1f07d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-03T06:06:09.797Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99dbed4e-02c3-4221-82ad-f9fbe980eaf3/model-vers/model-ver/481304bd-3383-42b7-bf42-2501bff1f07d?depth=0|INFO|500||InvokeReturn
2023-03-03T06:06:09.798Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99dbed4e-02c3-4221-82ad-f9fbe980eaf3/model-vers/model-ver/481304bd-3383-42b7-bf42-2501bff1f07d?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Mar 2023 06:06:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[288], vertex-id=[417872], x-aai-txid=[2-aai-resources-230303-06:06:09:975-99563], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-03T06:06:09.799Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-03T06:06:09.799Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-03T06:06:09.800Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||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-03T06:06:09.809Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||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-03T06:06:09.810Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45b107e0-77b6-42e4-98d9-cd20a97b3a77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-03T06:06:09.810Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-03T06:06:09.811Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:06:09.811Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:06:09.811Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823569810,
"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-03T06:06:10.831Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:07:08.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:07:08.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-03T06:07:08.864Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "45b107e0-77b6-42e4-98d9-cd20a97b3a77",
"consumerID": "SO-sdc-controller",
"timestamp": 1677823569810,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-03T06:07:08.865Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:07:10.832Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:08:08.857Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:08:10.833Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:09:08.858Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:09:10.833Z|45b107e0-77b6-42e4-98d9-cd20a97b3a77|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:10:08.859Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:10:10.833Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:11:08.860Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:11:10.834Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:12:08.861Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:12:10.834Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:13:08.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:13:10.834Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:14:08.863Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:14:10.836Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:15:08.865Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:15:10.836Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:16:08.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:16:10.838Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:17:08.869Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:17:10.838Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:17:32.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-03T06:17:32.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4ef205d8-f4fb-4277-bd5e-b4ec47afc55f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1a9c29ed-8cc5-47d1-89f1-075db9bc2d08","serviceDescription":"service","serviceInvariantUUID":"386f1cd1-9227-453b-a0da-b53148a2d684","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c6dd7c06-a74b-4a01-990c-79fb0d73e49c","resourceInvariantUUID":"21f85bd7-6ea6-4439-9708-2f08c6ea45f8","resourceCustomizationUUID":"b6cd328d-cf98-4060-b784-c67a701522e8","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":"MWI1OWZmOGM2MWVhMDJiMDExNTU4NTdhNWRjOGFhN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"126e5081-e9a2-464f-9700-cc6afe30b121","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmZiZjYwNDI3NmU0MWE4MjJlNDA0YzQ1NjM4YjU2OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d596292-3d9d-41c2-935a-2e163d5c3f2f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-03T06:17:32.245Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:17:32.246Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:17:32.247Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:17:32.248Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824230838,
"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-03T06:17:32.253Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:17:32.254Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:17:32.254Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:17:32.254Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:17:32.254Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:17:32.254Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7b5fc7f-ce00-4c19-9d17-fce0c1c71125] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to TtLPB1uXQtmnfucyG-MU-Q
2023-03-03T06:17:32.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:17:32.279Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "policy-distribution-id",
"timestamp": 1677824246778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:17:32.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:17:33.261Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:17:33.261Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:17:33.262Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:17:33.262Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824230838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:17:34.263Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "1a9c29ed-8cc5-47d1-89f1-075db9bc2d08",
"serviceDescription": "service",
"serviceInvariantUUID": "386f1cd1-9227-453b-a0da-b53148a2d684",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b6cd328d-cf98-4060-b784-c67a701522e8",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c6dd7c06-a74b-4a01-990c-79fb0d73e49c",
"resourceInvariantUUID": "21f85bd7-6ea6-4439-9708-2f08c6ea45f8",
"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": "ZmZiZjYwNDI3NmU0MWE4MjJlNDA0YzQ1NjM4YjU2OGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3d596292-3d9d-41c2-935a-2e163d5c3f2f"
}
],
"workloadContext": "Production"
}
2023-03-03T06:17:34.263Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-03T06:17:34.264Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1a9c29ed-8cc5-47d1-89f1-075db9bc2d08 ASDC
2023-03-03T06:17:34.264Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1a9c29ed-8cc5-47d1-89f1-075db9bc2d08
ServiceInvariantUUID:386f1cd1-9227-453b-a0da-b53148a2d684
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:3d596292-3d9d-41c2-935a-2e163d5c3f2f
ArtifactChecksum:ZmZiZjYwNDI3NmU0MWE4MjJlNDA0YzQ1NjM4YjU2OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b6cd328d-cf98-4060-b784-c67a701522e8
ResourceInvariantUUID:21f85bd7-6ea6-4439-9708-2f08c6ea45f8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c6dd7c06-a74b-4a01-990c-79fb0d73e49c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-03T06:17:34.265Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a9c29ed-8cc5-47d1-89f1-075db9bc2d08 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-03T06:17:34.315Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-03T06:17:34.317Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-03T06:17:34.317Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-03T06:17:34.318Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3d596292-3d9d-41c2-935a-2e163d5c3f2f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-03T06:17:34.318Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-03T06:17:34.318Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-03T06:17:34.571Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-03T06:17:34.574Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3d596292-3d9d-41c2-935a-2e163d5c3f2f 57793
2023-03-03T06:17:34.574Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:34.574Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:34.575Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:17:34.575Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:17:34.576Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:17:34.576Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824254574,
"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-03T06:17:35.577Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-03T06:17:35.578Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-03T06:17:35.578Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3d596292-3d9d-41c2-935a-2e163d5c3f2f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-03T06:17:35.579Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-03T06:17:35.579Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-03T06:17:35.580Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-03T06:17:35.789Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14528232558793893841/Definitions/service-BasicNetwork-template.yml
2023-03-03T06:17:36.430Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-03T06:17:36.431Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-03T06:17:36.431Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-03T06:17:36.431Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-03T06:17:36.431Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.431Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.432Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.432Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.432Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.432Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.432Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.432Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.432Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-03T06:17:36.432Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.433Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.433Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-03T06:17:36.433Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-03T06:17:36.433Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-03T06:17:36.433Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.434Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.434Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-03T06:17:36.434Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-03T06:17:36.434Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-03T06:17:36.434Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.434Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.435Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.435Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.435Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.435Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.435Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.436Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.436Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.436Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.436Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:1a9c29ed-8cc5-47d1-89f1-075db9bc2d08
Model Version:NULL
Model InvariantUuid:386f1cd1-9227-453b-a0da-b53148a2d684
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:21f85bd7-6ea6-4439-9708-2f08c6ea45f8
Model UUID:472ea2f5-39d6-4b72-96bd-5237e7cd7242
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b6cd328d-cf98-4060-b784-c67a701522e8
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-03T06:17:36.447Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: c6dd7c06-a74b-4a01-990c-79fb0d73e49c
2023-03-03T06:17:36.448Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||No resources found for Service: 1a9c29ed-8cc5-47d1-89f1-075db9bc2d08
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-03T06:17:36.458Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||
2023-03-03T06:17:36.458Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-03T06:17:36.459Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 1a9c29ed-8cc5-47d1-89f1-075db9bc2d08
2023-03-03T06:17:36.460Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 1a9c29ed-8cc5-47d1-89f1-075db9bc2d08
2023-03-03T06:17:36.460Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-03T06:17:36.460Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.466Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71a38822, org.onap.sdc.toscaparser.api.parameters.Input@2ba99a5a, org.onap.sdc.toscaparser.api.parameters.Input@319e5e3e, org.onap.sdc.toscaparser.api.parameters.Input@30ee2f79, org.onap.sdc.toscaparser.api.parameters.Input@5d6153de]
2023-03-03T06:17:36.468Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.468Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.469Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.469Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.469Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 1a9c29ed-8cc5-47d1-89f1-075db9bc2d08: Generic NeutronNet
2023-03-03T06:17:36.469Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.470Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.470Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.470Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.513Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.514Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.514Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.514Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.514Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:17:36.515Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:17:36.515Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.603Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-03-03T06:17:36.603Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.603Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:17:36.604Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-03T06:17:36.605Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:17:36.605Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:17:36.605Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824256603,
"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-03T06:17:37.607Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:17:37.641Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
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-03T06:17:37.643Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:17:37.643Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-03T06:17:37.643Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-03T06:18:07.644Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:18:07.684Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
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-03T06:18:07.695Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:18:07.695Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-03T06:18:07.696Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-03T06:18:08.857Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:18:08.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:18:08.859Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824216173,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:18:08.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:18:08.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:18:08.861Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "multicloud-k8s",
"timestamp": 1677824248541,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:18:08.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:18:08.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:18:08.863Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824230838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:18:08.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:18:37.696Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:18:37.729Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
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-03T06:18:37.733Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:18:37.734Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-03T06:18:37.734Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-03T06:19:07.734Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:19:07.786Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
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-03T06:19:07.788Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:19:07.788Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-03T06:19:07.788Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-03T06:19:08.857Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:19:08.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.860Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "aai-model-loader",
"timestamp": 1677824244317,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:19:08.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.861Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824249264,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:19:08.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.862Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "aai-model-loader",
"timestamp": 1677824244317,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:19:08.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.862Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "policy-distribution-id",
"timestamp": 1677824246778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:19:08.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.862Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824216173,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:19:08.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.863Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "multicloud-k8s",
"timestamp": 1677824248541,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:19:08.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.863Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824230838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:19:08.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.863Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824249264,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:19:08.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.864Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824256556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:19:08.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.864Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824254574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:19:08.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.865Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "aai-model-loader",
"timestamp": 1677824254591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:19:08.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.865Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "policy-distribution-id",
"timestamp": 1677824255181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:19:08.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.865Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824255503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:19:08.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.866Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "policy-distribution-id",
"timestamp": 1677824256185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:19:08.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.866Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824256603,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:19:08.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.866Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "policy-distribution-id",
"timestamp": 1677824257188,
"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-03T06:19:08.925Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
2023-03-03T06:19:08.925Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f 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-03T06:19:08.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.980Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824257789,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:19:08.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:08.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:08.981Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824258793,
"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-03T06:19:09.012Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
2023-03-03T06:19:09.012Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f 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-03T06:19:09.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:09.091Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "aai-model-loader",
"timestamp": 1677824259318,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:19:09.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:19:09.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:19:09.091Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "aai-model-loader",
"timestamp": 1677824260321,
"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-03T06:19:09.118Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
2023-03-03T06:19:09.119Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f 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-03T06:19:37.789Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:19:37.854Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f
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-03T06:19:37.864Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:19:37.864Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-03T06:19:37.864Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-03T06:19:37.864Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-03T06:19:37.864Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:19:37.865Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:19:37.865Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:19:37.865Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:19:37.865Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:19:37.886Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-03T06:20:07.887Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f 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-03T06:20:07.897Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f and serviceModelVersionId: 1a9c29ed-8cc5-47d1-89f1-075db9bc2d08
2023-03-03T06:20:07.897Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 386f1cd1-9227-453b-a0da-b53148a2d684
2023-03-03T06:20:07.898Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/386f1cd1-9227-453b-a0da-b53148a2d684/model-vers/model-ver/1a9c29ed-8cc5-47d1-89f1-075db9bc2d08?depth=0
2023-03-03T06:20:07.903Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-03T06:20:07.996Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/386f1cd1-9227-453b-a0da-b53148a2d684/model-vers/model-ver/1a9c29ed-8cc5-47d1-89f1-075db9bc2d08?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-03T06:20:07.998Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/386f1cd1-9227-453b-a0da-b53148a2d684/model-vers/model-ver/1a9c29ed-8cc5-47d1-89f1-075db9bc2d08?depth=0|INFO|500||Invoke
2023-03-03T06:20:08.005Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/386f1cd1-9227-453b-a0da-b53148a2d684/model-vers/model-ver/1a9c29ed-8cc5-47d1-89f1-075db9bc2d08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-03T06:20:08.247Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/386f1cd1-9227-453b-a0da-b53148a2d684/model-vers/model-ver/1a9c29ed-8cc5-47d1-89f1-075db9bc2d08?depth=0|INFO|500||InvokeReturn
2023-03-03T06:20:08.248Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/386f1cd1-9227-453b-a0da-b53148a2d684/model-vers/model-ver/1a9c29ed-8cc5-47d1-89f1-075db9bc2d08?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Mar 2023 06:20:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[239], vertex-id=[180408], x-aai-txid=[2-aai-resources-230303-06:20:08:486-53759], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-03T06:20:08.248Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-03T06:20:08.249Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-03T06:20:08.249Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:20:08.263Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||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-03T06:20:08.263Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ef205d8-f4fb-4277-bd5e-b4ec47afc55f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-03T06:20:08.263Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-03T06:20:08.264Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:08.264Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:08.264Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824408263,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:08.857Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:08.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.860Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824318192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.861Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824334317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.862Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824317566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.863Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "multicloud-k8s",
"timestamp": 1677824314269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.864Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824318192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.864Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824317566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.865Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824334317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.866Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "multicloud-k8s",
"timestamp": 1677824314269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.866Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824318192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.867Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824317566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.867Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824334317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.868Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "multicloud-k8s",
"timestamp": 1677824314269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.869Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824318192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.870Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824334317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.870Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824317566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.871Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "multicloud-k8s",
"timestamp": 1677824314269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.871Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.871Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824339263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.872Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824317566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.873Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824318192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.873Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824334317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.874Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "multicloud-k8s",
"timestamp": 1677824314269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.874Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824339263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.875Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824317566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.876Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824318192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.876Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824334317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.877Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "multicloud-k8s",
"timestamp": 1677824314269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.877Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824339263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.878Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824317566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.879Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824318192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.880Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824334317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.881Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "multicloud-k8s",
"timestamp": 1677824314269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.881Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.882Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824339263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.882Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824318192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:20:08.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.883Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824334317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:20:08.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.883Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824317566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:20:08.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.884Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "multicloud-k8s",
"timestamp": 1677824314269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:20:08.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.885Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824339263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.886Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824343760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:20:08.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.887Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824344324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:20:08.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.888Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824345761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:20:08.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.889Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824339263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.890Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824345328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:20:08.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.890Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824339263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:08.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:08.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:08.891Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "policy-distribution-id",
"timestamp": 1677824346330,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-03T06:20:09.034Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 386f174f-f4c7-48c4-bdc9-46ac9c207cc7
2023-03-03T06:20:09.035Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 386f174f-f4c7-48c4-bdc9-46ac9c207cc7 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-03T06:20:09.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.122Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824343660,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:09.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:09.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.122Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824346772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:09.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:09.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.123Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824339263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:20:09.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:09.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.124Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "policy-distribution-id",
"timestamp": 1677824347331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:09.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:09.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.124Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824346772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:09.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.125Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824343660,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-03-03T06:20:09.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.125Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824348039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:20:09.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.126Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "policy-distribution-id",
"timestamp": 1677824347331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:09.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.126Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824346772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:20:09.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.127Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824343660,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-03T06:20:09.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:20:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.127Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "policy-distribution-id",
"timestamp": 1677824347331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-03T06:20:09.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-03T06:20:09.313Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-03T06:20:09.324Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-03T06:20:09.324Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"386f174f-f4c7-48c4-bdc9-46ac9c207cc7","serviceName":"Demo_pNF_DPoNOvyyoLN4FUaacIpx","serviceVersion":"1.0","serviceUUID":"a180c951-60af-4639-ae16-84f4bb93c999","serviceDescription":"catalog service description","serviceInvariantUUID":"3368530d-1da5-4b37-a7e1-a571cf5b633c","resources":[{"resourceInstanceName":"pNF 7b57bff2-c1fb 0","resourceName":"pNF 7b57bff2-c1fb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7a7bedf6-0b72-42d7-8d47-6836a0dcd189","resourceInvariantUUID":"36c6b3d3-4093-4c8f-b132-2b25bbbabefc","resourceCustomizationUUID":"1e1c0e7a-c65e-40e9-96f8-99da4a1349d6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vf-license-model.xml","artifactChecksum":"NzRlNmMwNGZhZjg3NmVmOGViMDM2ODkxMTY5NDEzNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44aa252a-74a8-47be-bdca-3edb2111eb3c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/pNF.csar","artifactChecksum":"OTJiOWI0YjZlODUyMmQ5N2E5NGM0MjczM2U1YWM5MGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e62d9c5-9765-43c0-8fea-35706d5a0dae","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"655e6c95-b1c1-4ef7-9eb3-9020a34256b0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vendor-license-model.xml","artifactChecksum":"N2FjY2Y2ZTgxNmZhMDNmNGVkMmM2MjhmMDMxYmQ0ZTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"00c4f792-84b2-4e95-a330-7276be18cb60","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c3e3546-4b95-44a6-9c3b-0254f6abdcda","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7701424a-087a-4b34-b0c8-b76eac574bda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDponovyyoln4fuaacipx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-template.yml","artifactChecksum":"ZjgzOThkZjVmMGI4N2FjNmEwM2VmMjg4NGNkNzBjNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d513e280-1413-4b4f-a868-90a8c5db2c40","artifactVersion":"1"},{"artifactName":"service-DemoPnfDponovyyoln4fuaacipx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar","artifactChecksum":"MTExYTRkMzZmNGIxMjc0MjhkNjhmMTk5MDZiODIyY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e04021c4-e979-4793-9d56-e3a4cd607cb6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-03T06:20:09.327Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:20:09.327Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:09.327Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:09.327Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:10.328Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:20:10.329Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:10.329Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:10.329Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:11.330Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:20:11.330Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:11.330Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:11.331Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:12.331Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:20:12.332Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:12.332Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:12.332Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:13.333Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:20:13.334Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:13.334Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:13.334Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:14.335Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:20:14.336Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:14.336Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:14.336Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/resourceInstances/pnf7b57bff2c1fb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:15.336Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:20:15.337Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:15.337Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:15.337Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:16.338Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:20:16.338Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:16.338Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:16.339Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:17.339Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"serviceName": "Demo_pNF_DPoNOvyyoLN4FUaacIpx",
"serviceVersion": "1.0",
"serviceUUID": "a180c951-60af-4639-ae16-84f4bb93c999",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3368530d-1da5-4b37-a7e1-a571cf5b633c",
"resources": [
{
"resourceInstanceName": "pNF 7b57bff2-c1fb 0",
"resourceCustomizationUUID": "1e1c0e7a-c65e-40e9-96f8-99da4a1349d6",
"resourceName": "pNF 7b57bff2-c1fb",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "7a7bedf6-0b72-42d7-8d47-6836a0dcd189",
"resourceInvariantUUID": "36c6b3d3-4093-4c8f-b132-2b25bbbabefc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"artifactChecksum": "MTExYTRkMzZmNGIxMjc0MjhkNjhmMTk5MDZiODIyY2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e04021c4-e979-4793-9d56-e3a4cd607cb6"
}
],
"workloadContext": "Production"
}
2023-03-03T06:20:17.340Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-03T06:20:17.340Z|4ef205d8-f4fb-4277-bd5e-b4ec47afc55f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a180c951-60af-4639-ae16-84f4bb93c999 ASDC
2023-03-03T06:20:17.341Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:386f174f-f4c7-48c4-bdc9-46ac9c207cc7
ServiceName:Demo_pNF_DPoNOvyyoLN4FUaacIpx
ServiceVersion:1.0
ServiceUUID:a180c951-60af-4639-ae16-84f4bb93c999
ServiceInvariantUUID:3368530d-1da5-4b37-a7e1-a571cf5b633c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDponovyyoln4fuaacipx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar
ArtifactUUID:e04021c4-e979-4793-9d56-e3a4cd607cb6
ArtifactChecksum:MTExYTRkMzZmNGIxMjc0MjhkNjhmMTk5MDZiODIyY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7b57bff2-c1fb 0
ResourceCustomizationUUID:1e1c0e7a-c65e-40e9-96f8-99da4a1349d6
ResourceInvariantUUID:36c6b3d3-4093-4c8f-b132-2b25bbbabefc
ResourceName:pNF 7b57bff2-c1fb
ResourceType:PNF
ResourceUUID:7a7bedf6-0b72-42d7-8d47-6836a0dcd189
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-03-03T06:20:17.341Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a180c951-60af-4639-ae16-84f4bb93c999 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-03T06:20:17.377Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-03T06:20:17.378Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-03T06:20:17.378Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-03T06:20:17.379Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e04021c4-e979-4793-9d56-e3a4cd607cb6 from URL: /sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:17.379Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-03T06:20:17.379Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:17.526Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-03T06:20:17.527Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar e04021c4-e979-4793-9d56-e3a4cd607cb6 88000
2023-03-03T06:20:17.528Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar ASDC sendASDCNotification
2023-03-03T06:20:17.528Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:17.528Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:20:17.528Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:17.529Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:17.529Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824417528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:18.529Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-03T06:20:18.530Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-03T06:20:18.530Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e04021c4-e979-4793-9d56-e3a4cd607cb6, URL: /sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar to file: /app/ASDC/1/service-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:18.531Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:18.532Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:18.532Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:18.635Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6040028314093439258/Definitions/service-DemoPnfDponovyyoln4fuaacipx-template.yml
2023-03-03T06:20:19.363Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-03T06:20:19.363Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-03T06:20:19.364Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:19.364Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-03T06:20:19.364Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7b57bff2-c1fb 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-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:19.364Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||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-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:19.364Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:19.365Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||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-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:19.365Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||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-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:19.365Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||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-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:19.365Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||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-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:19.365Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-03T06:20:19.366Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:20:19.366Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DPoNOvyyoLN4FUaacIpx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:20:19.366Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Node template pNF 7b57bff2-c1fb 0 is matching search criteria
2023-03-03T06:20:19.366Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-03T06:20:19.367Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7b57bff2-c1fb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-03T06:20:19.367Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:20:19.367Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DPoNOvyyoLN4FUaacIpx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:20:19.367Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Node template pNF 7b57bff2-c1fb 0 is matching search criteria
2023-03-03T06:20:19.367Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-03T06:20:19.368Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7b57bff2-c1fb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-03T06:20:19.368Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:20:19.368Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DPoNOvyyoLN4FUaacIpx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:20:19.368Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:20:19.369Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DPoNOvyyoLN4FUaacIpx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:20:19.369Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:20:19.369Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DPoNOvyyoLN4FUaacIpx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:20:19.369Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:20:19.369Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DPoNOvyyoLN4FUaacIpx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:20:19.370Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:20:19.370Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DPoNOvyyoLN4FUaacIpx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:20:19.370Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_DPoNOvyyoLN4FUaacIpx
Description:catalog service description
Model UUID:a180c951-60af-4639-ae16-84f4bb93c999
Model Version:NULL
Model InvariantUuid:3368530d-1da5-4b37-a7e1-a571cf5b633c
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-03T06:20:19.420Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7a7bedf6-0b72-42d7-8d47-6836a0dcd189
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-03T06:20:19.428Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||pNF 7b57bff2-c1fb 0
2023-03-03T06:20:19.429Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7a7bedf6-0b72-42d7-8d47-6836a0dcd189
2023-03-03T06:20:19.429Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||No resources found for Service: a180c951-60af-4639-ae16-84f4bb93c999
2023-03-03T06:20:19.429Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a180c951-60af-4639-ae16-84f4bb93c999
2023-03-03T06:20:19.430Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7b57bff2-c1fb 0 7a7bedf6-0b72-42d7-8d47-6836a0dcd189 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-03T06:20:19.444Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8257068, org.onap.sdc.toscaparser.api.parameters.Input@1e59b23e, org.onap.sdc.toscaparser.api.parameters.Input@7473029a, org.onap.sdc.toscaparser.api.parameters.Input@60428fa1, org.onap.sdc.toscaparser.api.parameters.Input@43c715f1]
2023-03-03T06:20:19.445Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:20:19.445Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DPoNOvyyoLN4FUaacIpx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:20:19.445Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a180c951-60af-4639-ae16-84f4bb93c999: pNF 7b57bff2-c1fb
2023-03-03T06:20:19.446Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Processing PNF resource: 7a7bedf6-0b72-42d7-8d47-6836a0dcd189
2023-03-03T06:20:19.446Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-03T06:20:19.446Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DPoNOvyyoLN4FUaacIpx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-03T06:20:19.446Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1e1c0e7a-c65e-40e9-96f8-99da4a1349d6 is the same as notified resource customizationUUID: 1e1c0e7a-c65e-40e9-96f8-99da4a1349d6
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-03T06:20:19.558Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7b57bff2-c1fb 7a7bedf6-0b72-42d7-8d47-6836a0dcd189 0 ASDC deployResourceStructure
2023-03-03T06:20:19.559Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar ASDC sendASDCNotification
2023-03-03T06:20:19.559Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar
2023-03-03T06:20:19.559Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-03T06:20:19.559Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:20:19.560Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:20:19.560Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824419559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:20:20.561Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 386f174f-f4c7-48c4-bdc9-46ac9c207cc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:20:20.599Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 386f174f-f4c7-48c4-bdc9-46ac9c207cc7
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-03T06:20:20.602Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:20:20.602Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-03T06:20:20.603Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-03T06:20:50.603Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 386f174f-f4c7-48c4-bdc9-46ac9c207cc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:20:50.648Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 386f174f-f4c7-48c4-bdc9-46ac9c207cc7
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-03T06:20:50.651Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:20:50.652Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-03T06:20:50.652Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-03T06:21:08.857Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:21:08.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.860Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824349283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:21:08.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.861Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824346772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:08.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.861Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824343660,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:08.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.861Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "policy-distribution-id",
"timestamp": 1677824347331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:08.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.862Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824350508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDponovyyoln4fuaacipx/1.0/artifacts/service-DemoPnfDponovyyoln4fuaacipx-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:21:08.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.862Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "aai-model-loader",
"timestamp": 1677824350285,
"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-03T06:21:08.876Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 386f174f-f4c7-48c4-bdc9-46ac9c207cc7
2023-03-03T06:21:08.877Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 386f174f-f4c7-48c4-bdc9-46ac9c207cc7 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-03T06:21:08.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.920Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824343660,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-03-03T06:21:08.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.921Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824346772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:08.922Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.922Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "policy-distribution-id",
"timestamp": 1677824347331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:08.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.923Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824351514,
"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-03T06:21:08.935Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 386f174f-f4c7-48c4-bdc9-46ac9c207cc7
2023-03-03T06:21:08.936Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 386f174f-f4c7-48c4-bdc9-46ac9c207cc7 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-03T06:21:08.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.961Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824346772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:08.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.961Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824343660,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:08.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.962Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "policy-distribution-id",
"timestamp": 1677824347331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:08.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.962Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824346772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:21:08.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.962Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824343660,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:21:08.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.963Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "policy-distribution-id",
"timestamp": 1677824347331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:21:08.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.963Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824353716,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:21:08.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.964Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "cds-sdc-listener",
"timestamp": 1677824355717,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:21:08.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.964Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "policy-distribution-id",
"timestamp": 1677824354442,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:21:08.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.964Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824354818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:21:08.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.964Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "policy-distribution-id",
"timestamp": 1677824355450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:21:08.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:08.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:08.965Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "policy-distribution-id",
"timestamp": 1677824356452,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-03T06:21:09.039Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2596273-4f88-4650-a62e-b971b1072a63
2023-03-03T06:21:09.040Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2596273-4f88-4650-a62e-b971b1072a63 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-03T06:21:09.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.110Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824355901,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:21:09.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.111Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824356962,
"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-03T06:21:09.155Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2596273-4f88-4650-a62e-b971b1072a63
2023-03-03T06:21:09.156Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2596273-4f88-4650-a62e-b971b1072a63 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-03T06:21:09.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.226Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "multicloud-k8s",
"timestamp": 1677824357964,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-03T06:21:09.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.226Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "aai-model-loader",
"timestamp": 1677824364317,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "aai-model-loader",
"timestamp": 1677824364317,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "aai-model-loader",
"timestamp": 1677824364317,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "aai-model-loader",
"timestamp": 1677824364317,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.227Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "aai-model-loader",
"timestamp": 1677824364317,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "aai-model-loader",
"timestamp": 1677824364317,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824369265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "aai-model-loader",
"timestamp": 1677824364317,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:21:09.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824369265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "aai-model-loader",
"timestamp": 1677824371453,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:21:09.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824369265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824369265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824369265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824369265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-03T06:21:09.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824369265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-03T06:21:09.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824377139,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-03T06:21:09.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "aai-model-loader",
"timestamp": 1677824379068,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:21:09.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824379917,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-03T06:21:09.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:09.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "aai-model-loader",
"timestamp": 1677824380070,
"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-03T06:21:09.302Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2596273-4f88-4650-a62e-b971b1072a63
2023-03-03T06:21:09.302Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2596273-4f88-4650-a62e-b971b1072a63 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-03T06:21:09.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.386Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677824380920,
"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-03T06:21:09.416Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2596273-4f88-4650-a62e-b971b1072a63
2023-03-03T06:21:09.416Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2596273-4f88-4650-a62e-b971b1072a63 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-03T06:21:09.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-03T06:21:09.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4ef205d8-f4fb-4277-bd5e-b4ec47afc55f",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824408263,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-03T06:21:09.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-03T06:21:20.652Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 386f174f-f4c7-48c4-bdc9-46ac9c207cc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T06:21:20.702Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 386f174f-f4c7-48c4-bdc9-46ac9c207cc7
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-03T06:21:20.733Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-03T06:21:20.733Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-03T06:21:20.733Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-03T06:21:20.733Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-03T06:21:20.734Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:21:20.734Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:21:20.734Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:21:20.734Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-03T06:21:20.734Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||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-03T06:21:20.813Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-03T06:21:50.813Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 386f174f-f4c7-48c4-bdc9-46ac9c207cc7 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-03T06:21:50.891Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 386f174f-f4c7-48c4-bdc9-46ac9c207cc7 and serviceModelVersionId: a180c951-60af-4639-ae16-84f4bb93c999
2023-03-03T06:21:50.891Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3368530d-1da5-4b37-a7e1-a571cf5b633c
2023-03-03T06:21:50.892Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3368530d-1da5-4b37-a7e1-a571cf5b633c/model-vers/model-ver/a180c951-60af-4639-ae16-84f4bb93c999?depth=0
2023-03-03T06:21:50.895Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-03T06:21:50.935Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3368530d-1da5-4b37-a7e1-a571cf5b633c/model-vers/model-ver/a180c951-60af-4639-ae16-84f4bb93c999?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-03T06:21:50.937Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3368530d-1da5-4b37-a7e1-a571cf5b633c/model-vers/model-ver/a180c951-60af-4639-ae16-84f4bb93c999?depth=0|INFO|500||Invoke
2023-03-03T06:21:50.942Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3368530d-1da5-4b37-a7e1-a571cf5b633c/model-vers/model-ver/a180c951-60af-4639-ae16-84f4bb93c999?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-03T06:21:51.148Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3368530d-1da5-4b37-a7e1-a571cf5b633c/model-vers/model-ver/a180c951-60af-4639-ae16-84f4bb93c999?depth=0|INFO|500||InvokeReturn
2023-03-03T06:21:51.149Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3368530d-1da5-4b37-a7e1-a571cf5b633c/model-vers/model-ver/a180c951-60af-4639-ae16-84f4bb93c999?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Mar 2023 06:21:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[191], vertex-id=[208944], x-aai-txid=[1-aai-resources-230303-06:21:51:425-91909], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-03T06:21:51.149Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-03T06:21:51.150Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-03T06:21:51.150Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||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-03T06:21:51.190Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||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-03T06:21:51.191Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 386f174f-f4c7-48c4-bdc9-46ac9c207cc7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-03T06:21:51.191Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-03T06:21:51.191Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:21:51.191Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:21:51.191Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "386f174f-f4c7-48c4-bdc9-46ac9c207cc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824511191,
"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-03T06:21:52.231Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-03T06:21:52.231Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d2596273-4f88-4650-a62e-b971b1072a63","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"745aa8bc-f4d6-47b0-bc47-b3f56ee931b2","serviceDescription":"service","serviceInvariantUUID":"d329a704-8d98-44c6-a9ba-550f7057b0e0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8f6b068-de44-485b-a770-e497334b7e3f","resourceInvariantUUID":"4b62f9f0-1363-4cc7-bc5d-01655ebff359","resourceCustomizationUUID":"d859be90-6ac8-4c28-a1f9-c656dfa6e171","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":"OGFmZjM5OTY3MjcwNDBkNzJiYmFjN2UwM2FjODcyMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ec0c5b5-a7cf-49c5-80cc-ce82cc79d8ff","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":"NTA0NmJhNWZlYzM2MzliNzFlN2QwNzhmNzUzOWUwNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b6fa542-786c-4955-a009-b699cea68b0c","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":"da38edde-60ce-4808-9add-641ec0ca89c6","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":"3a4e2ff5-98ec-4acd-940c-2e2d26df9997","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":"e782f6ff-2d70-4566-b7be-f2432251d5ce","artifactVersion":"2","generatedFromUUID":"da38edde-60ce-4808-9add-641ec0ca89c6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGMyOWM0ZTdkNWU3ODE0MTJlZDBhNmViOTgwNGM5Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39fc6b4c-cb4a-4ce7-bf87-65c2d68bab99","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjQ4ZjY3YmIwMzU2NmUxMDE5NGQ5NDllMWZkYTQzY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d25e0fb-32ea-4d23-b62d-9108edb2f2a2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-03T06:21:52.231Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:21:52.232Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:21:52.232Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:21:52.232Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"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-03T06:21:53.232Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:21:53.233Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:21:53.233Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:21:53.233Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"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-03T06:21:54.234Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:21:54.235Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:21:54.235Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:21:54.235Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"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-03T06:21:55.236Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:21:55.237Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:21:55.237Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:21:55.237Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"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-03T06:21:56.238Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:21:56.239Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:21:56.239Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:21:56.239Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"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-03T06:21:57.239Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:21:57.240Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:21:57.240Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:21:57.240Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"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-03T06:21:58.241Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-03T06:21:58.241Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:21:58.241Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:21:58.241Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824409313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-03T06:21:59.243Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "745aa8bc-f4d6-47b0-bc47-b3f56ee931b2",
"serviceDescription": "service",
"serviceInvariantUUID": "d329a704-8d98-44c6-a9ba-550f7057b0e0",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "d859be90-6ac8-4c28-a1f9-c656dfa6e171",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d8f6b068-de44-485b-a770-e497334b7e3f",
"resourceInvariantUUID": "4b62f9f0-1363-4cc7-bc5d-01655ebff359",
"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": "NTA0NmJhNWZlYzM2MzliNzFlN2QwNzhmNzUzOWUwNGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8b6fa542-786c-4955-a009-b699cea68b0c",
"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": "da38edde-60ce-4808-9add-641ec0ca89c6",
"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": "e782f6ff-2d70-4566-b7be-f2432251d5ce",
"generatedFromUUID": "da38edde-60ce-4808-9add-641ec0ca89c6"
},
"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": "e782f6ff-2d70-4566-b7be-f2432251d5ce",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NjQ4ZjY3YmIwMzU2NmUxMDE5NGQ5NDllMWZkYTQzY2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3d25e0fb-32ea-4d23-b62d-9108edb2f2a2"
}
],
"workloadContext": "Production"
}
2023-03-03T06:21:59.243Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-03T06:21:59.243Z|386f174f-f4c7-48c4-bdc9-46ac9c207cc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 745aa8bc-f4d6-47b0-bc47-b3f56ee931b2 ASDC
2023-03-03T06:21:59.244Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d2596273-4f88-4650-a62e-b971b1072a63
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:745aa8bc-f4d6-47b0-bc47-b3f56ee931b2
ServiceInvariantUUID:d329a704-8d98-44c6-a9ba-550f7057b0e0
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:3d25e0fb-32ea-4d23-b62d-9108edb2f2a2
ArtifactChecksum:NjQ4ZjY3YmIwMzU2NmUxMDE5NGQ5NDllMWZkYTQzY2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d859be90-6ac8-4c28-a1f9-c656dfa6e171
ResourceInvariantUUID:4b62f9f0-1363-4cc7-bc5d-01655ebff359
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d8f6b068-de44-485b-a770-e497334b7e3f
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:8b6fa542-786c-4955-a009-b699cea68b0c
ArtifactChecksum:NTA0NmJhNWZlYzM2MzliNzFlN2QwNzhmNzUzOWUwNGE=
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:da38edde-60ce-4808-9add-641ec0ca89c6
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:e782f6ff-2d70-4566-b7be-f2432251d5ce
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:e782f6ff-2d70-4566-b7be-f2432251d5ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-03T06:21:59.244Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 745aa8bc-f4d6-47b0-bc47-b3f56ee931b2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-03T06:22:02.444Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-03T06:22:02.445Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-03T06:22:02.445Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-03T06:22:02.445Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3d25e0fb-32ea-4d23-b62d-9108edb2f2a2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-03T06:22:02.445Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-03T06:22:02.445Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-03T06:22:02.629Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-03T06:22:02.629Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3d25e0fb-32ea-4d23-b62d-9108edb2f2a2 75197
2023-03-03T06:22:02.630Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||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-03T06:22:02.630Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||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-03T06:22:02.630Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-03T06:22:02.630Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-03T06:22:02.631Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-03T06:22:02.631Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "d2596273-4f88-4650-a62e-b971b1072a63",
"consumerID": "SO-sdc-controller",
"timestamp": 1677824522630,
"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-03T06:22:03.631Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-03T06:22:03.632Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-03T06:22:03.632Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3d25e0fb-32ea-4d23-b62d-9108edb2f2a2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-03T06:22:03.632Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-03T06:22:03.633Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-03T06:22:03.633Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-03T06:22:03.781Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5792108875299843191/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-03T06:22:04.922Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-03T06:22:04.922Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-03T06:22:04.922Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-03T06:22:04.922Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-03T06:22:04.922Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||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-03T06:22:04.922Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||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-03T06:22:04.923Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||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-03T06:22:04.923Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||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-03T06:22:04.923Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||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-03T06:22:04.923Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||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-03T06:22:04.923Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||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-03T06:22:04.923Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-03T06:22:04.923Z|d2596273-4f88-4650-a62e-b971b1072a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery