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-28T00:08:46.870Z||main|||||INFO|500||The following profiles are active: basic
2023-03-28T00:08:58.180Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-28T00:08:58.181Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-28T00:08:58.348Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-28T00:09:00.944Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-28T00:09:01.521Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-28T00:09:02.058Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-28T00:09:02.419Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-28T00:09:03.349Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-28T00:09:06.185Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-28T00:09:06.629Z||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-28T00:09:08.776Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-28T00:09:08.901Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-28T00:09:08.957Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-28T00:09:08.981Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-28T00:09:09.582Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-28T00:09:10.102Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-28T00:09:11.050Z||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-28T00:09:11.899Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-28T00:09:11.900Z||main|||||ERROR|500||(conn=757) Table 'catalogdb.activity_spec' doesn't exist
2023-03-28T00:09:11.916Z||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-28T00:09:14.192Z||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-28T00:09:16.448Z||main|||||WARN|500||---
2023-03-28T00:09:16.448Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-28T00:09:16.448Z||main|||||WARN|500||---
2023-03-28T00:09:16.816Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-28T00:09:20.835Z||main|||||INFO|500||Started Application in 39.71 seconds (JVM running for 42.828)
2023-03-28T00:09:20.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-28T00:09:20.870Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-28T00:09:20.916Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-28T00:09:20.971Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 36d9ee3d-086f-4e84-b095-24cd6d95c9db url= /sdc/v1/artifactTypes
2023-03-28T00:09:20.978Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-28T00:09:21.184Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-28T00:09:21.235Z||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-28T00:09:21.236Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-28T00:09:21.236Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 306609d4-8db6-4f4a-bcc7-bcddc0ce8cbe url= /sdc/v1/distributionKafkaData
2023-03-28T00:09:21.236Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-28T00:09:21.282Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-28T00:09:21.288Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@706a0af
2023-03-28T00:09:21.344Z||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-a5dea4a2-f077-4cba-89b8-03f6f4f326f2
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-28T00:09:21.390Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2] Instantiated an idempotent producer.
2023-03-28T00:09:21.469Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-28T00:09:21.517Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-28T00:09:21.518Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-28T00:09:21.518Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679962161515
2023-03-28T00:09:21.523Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-28T00:09:21.613Z||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-567aec32-8ab9-43f1-ae23-c8a5c7942fd7
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-28T00:09:21.721Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-28T00:09:21.721Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-28T00:09:21.721Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679962161721
2023-03-28T00:09:21.723Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:09:21.725Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:09:21.726Z||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-99612623-31c4-4cbe-995f-2c80cf56390a
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-28T00:09:21.733Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-28T00:09:21.733Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-28T00:09:21.734Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679962161733
2023-03-28T00:09:21.734Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:09:21.736Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:09:21.759Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-28T00:09:22.469Z||kafka-producer-network-thread | SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2] Cluster ID: 2FA2H0i7RO6REt4J-f5H5Q
2023-03-28T00:09:22.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T00:09:22.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T00:09:22.471Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:22.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T00:09:22.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:22.472Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T00:09:22.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:22.472Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T00:09:22.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:22.472Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T00:09:22.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:22.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:22.475Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Cluster ID: 2FA2H0i7RO6REt4J-f5H5Q
2023-03-28T00:09:22.511Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Cluster ID: 2FA2H0i7RO6REt4J-f5H5Q
2023-03-28T00:09:22.512Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-28T00:09:22.511Z||kafka-producer-network-thread | SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2] ProducerId set to 2001 with epoch 0
2023-03-28T00:09:22.512Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-28T00:09:22.541Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] (Re-)joining group
2023-03-28T00:09:22.541Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] (Re-)joining group
2023-03-28T00:09:22.618Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e
2023-03-28T00:09:22.620Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-08e3cb91-9f2c-4f00-951a-439fbbf854b8
2023-03-28T00:09:22.620Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T00:09:22.620Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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-28T00:09:22.621Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] (Re-)joining group
2023-03-28T00:09:22.621Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] (Re-)joining group
2023-03-28T00:09:28.631Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e', protocol='range'}
2023-03-28T00:09:28.631Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-08e3cb91-9f2c-4f00-951a-439fbbf854b8', protocol='range'}
2023-03-28T00:09:28.731Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:28.732Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:28.732Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:28.733Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:28.733Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:28.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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 bStZ20GYS8y4gS5OTdIhHA
2023-03-28T00:09:28.748Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-08e3cb91-9f2c-4f00-951a-439fbbf854b8=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-28T00:09:28.772Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-08e3cb91-9f2c-4f00-951a-439fbbf854b8', protocol='range'}
2023-03-28T00:09:28.772Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e', protocol='range'}
2023-03-28T00:09:28.773Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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-28T00:09:28.773Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T00:09:28.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T00:09:28.777Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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-28T00:09:28.792Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-28T00:09:28.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-28T00:09:28.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-28T00:09:28.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-28T00:09:28.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-28T00:09:28.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-28T00:09:28.794Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-28T00:09:28.794Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-28T00:09:28.794Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-28T00:09:28.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-28T00:09:28.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-28T00:09:28.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-28T00:09:28.820Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-28T00:09:28.821Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-28T00:09:28.870Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-28T00:09:28.870Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-28T00:09:28.870Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-28T00:09:28.870Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-28T00:09:28.873Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T00:09:28.873Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T00:09:28.875Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T00:09:28.876Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T00:09:28.877Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T00:09:28.877Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T00:10:21.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:10:21.737Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:11:21.733Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:11:21.738Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:12:21.734Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:12:21.739Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:13:21.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:13:21.741Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:14:21.737Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:14:21.742Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:15:21.738Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:15:21.743Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:16:21.740Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:16:21.745Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:17:21.740Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:17:21.745Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:18:21.742Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:18:21.747Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:18:22.659Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Node -1 disconnected.
2023-03-28T00:18:22.659Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Node -1 disconnected.
2023-03-28T00:18:22.779Z||kafka-producer-network-thread | SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2] Node -1 disconnected.
2023-03-28T00:18:56.315Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-28T00:19:21.743Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:19:21.747Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:20:21.745Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:20:21.749Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:21:21.747Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:21:21.750Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:22:21.747Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:22:21.751Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:23:21.749Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:23:21.759Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:24:21.750Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:24:21.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:25:21.753Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:25:21.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:26:21.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:26:21.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:27:21.756Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:27:21.763Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:28:21.757Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:28:21.764Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:29:21.758Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:29:21.765Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:30:21.759Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:30:21.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:31:21.762Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:31:21.769Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:32:21.764Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:32:21.770Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:33:21.766Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:33:21.772Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:34:21.767Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:34:21.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:35:21.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:35:21.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:36:21.769Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:36:21.774Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:37:21.769Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:37:21.776Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:38:21.770Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:38:21.777Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:39:21.771Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:39:21.777Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:40:21.772Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:40:21.778Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:41:21.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:41:21.779Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:42:21.775Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:42:21.780Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:43:21.775Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:43:21.782Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:44:21.777Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:44:21.783Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:45:21.778Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:45:21.784Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:46:21.780Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:46:21.785Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:47:21.782Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:47:21.785Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:48:21.783Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:48:21.785Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:49:21.783Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:49:21.786Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:50:21.784Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:50:21.788Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:51:21.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:51:21.789Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:52:21.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:52:21.789Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:53:21.787Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:53:21.790Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:54:21.788Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:54:21.792Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:55:21.789Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:55:21.792Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:56:21.791Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:56:21.794Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:57:21.793Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:57:21.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:58:21.795Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:58:21.796Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T00:59:21.796Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T00:59:21.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:00:21.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:00:21.798Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:01:21.799Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:01:21.799Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:02:21.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:02:21.801Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:03:21.801Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:03:21.803Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:04:21.802Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:04:21.803Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:05:21.804Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:05:21.804Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:06:21.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:06:21.805Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:07:21.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:07:21.806Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:08:21.807Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:08:21.807Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:09:21.809Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:09:21.809Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:10:21.810Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:10:21.810Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:11:21.811Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:11:21.812Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:12:21.811Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:12:21.812Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:13:21.811Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:13:21.814Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:14:21.813Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:14:21.815Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:15:21.813Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:15:21.816Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:16:21.815Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:16:21.818Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:17:21.816Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:17:21.819Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:18:21.816Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:18:21.819Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:19:21.818Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:19:21.819Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:20:21.819Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:20:21.820Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:21:21.820Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:21:21.821Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:22:21.821Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:22:21.822Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:23:21.821Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:23:21.822Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:24:21.822Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:24:21.824Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:25:21.822Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:25:21.826Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:26:21.824Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:26:21.826Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:27:21.826Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:27:21.826Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:28:21.827Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:28:21.828Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:29:21.828Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:29:21.828Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:30:21.829Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:30:21.830Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:31:21.830Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:31:21.830Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:32:21.830Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:32:21.831Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:33:21.832Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:33:21.833Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:34:21.834Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:34:21.834Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:35:21.835Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:35:21.835Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:36:21.837Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:36:21.837Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:37:21.837Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:37:21.838Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:38:21.838Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:38:21.839Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:39:21.839Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:39:21.840Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:40:21.841Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:40:21.842Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:41:21.842Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:41:21.842Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:42:21.844Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:42:21.844Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:43:21.844Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:43:21.845Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:44:21.845Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:44:21.846Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:45:21.846Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:45:21.847Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:46:21.848Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:46:21.848Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:47:21.850Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:47:21.850Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:48:21.851Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:48:21.851Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:49:21.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:49:21.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:50:21.854Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:50:21.854Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:51:21.854Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:51:21.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:52:21.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:52:21.858Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:53:21.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:53:21.858Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:54:21.856Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:54:21.859Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:55:21.858Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:55:21.861Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:56:21.858Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:56:21.862Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:57:21.859Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:57:21.864Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:58:21.860Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:58:21.865Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T01:59:21.862Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T01:59:21.865Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:00:21.863Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:00:21.865Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:01:21.864Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:01:21.866Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:02:21.867Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:02:21.868Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:03:21.869Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:03:21.869Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:04:21.870Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:04:21.871Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:05:21.871Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:05:21.871Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:06:21.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:06:21.871Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:07:21.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:07:21.872Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:08:21.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:08:21.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:09:21.874Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:09:21.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:10:21.874Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:10:21.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:11:21.875Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:11:21.876Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:12:21.876Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:12:21.876Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:13:21.876Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:13:21.877Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:14:21.877Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:14:21.878Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:15:21.879Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:15:21.879Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:16:21.880Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:16:21.880Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:17:21.880Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:17:21.882Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:18:21.882Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:18:21.882Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:19:21.884Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:19:21.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:20:21.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:20:21.884Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:21:21.886Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:21:21.886Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:22:21.887Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:22:21.887Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:23:21.888Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:23:21.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:24:21.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:24:21.890Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:25:21.891Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:25:21.891Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:26:21.891Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:26:21.891Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:27:21.892Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:27:21.893Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:28:21.894Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:28:21.894Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:29:21.896Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:29:21.896Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:30:21.897Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:30:21.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:31:21.897Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:31:21.899Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:32:21.899Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:32:21.899Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:33:21.899Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:33:21.900Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:34:21.901Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:34:21.902Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:35:21.903Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:35:21.903Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:36:21.904Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:36:21.904Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:37:21.904Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:37:21.905Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:38:21.905Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:38:21.906Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:39:21.906Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:39:21.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:40:21.907Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:40:21.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:41:21.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:41:21.909Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:42:21.910Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:42:21.911Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:43:21.910Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:43:21.911Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:44:21.912Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:44:21.911Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:45:21.912Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:45:21.913Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:46:21.913Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:46:21.914Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:47:21.915Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:47:21.915Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:48:21.915Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:48:21.915Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:49:21.915Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:49:21.916Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:50:21.917Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:50:21.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:51:21.917Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:51:21.919Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:52:21.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:52:21.919Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:53:21.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:53:21.920Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:54:21.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:54:21.921Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:55:21.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:55:21.921Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:56:21.922Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:56:21.923Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:57:21.923Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:57:21.924Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:58:21.924Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:58:21.925Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T02:59:21.925Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T02:59:21.925Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:00:21.926Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:00:21.927Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:01:21.927Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:01:21.928Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:02:21.928Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:02:21.928Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:03:21.929Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:03:21.930Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:04:21.929Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:04:21.930Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:05:21.930Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:05:21.931Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:06:21.932Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:06:21.932Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:07:21.933Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:07:21.934Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:08:21.934Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:08:21.934Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:09:21.935Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:09:21.935Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:10:21.936Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:10:21.937Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:11:21.937Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:11:21.938Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:12:21.937Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:12:21.938Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:13:21.939Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:13:21.938Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:14:21.939Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:14:21.940Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:15:21.941Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:15:21.941Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:16:21.941Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:16:21.942Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:17:21.942Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:17:21.943Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:18:21.943Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:18:21.944Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:19:21.945Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:19:21.945Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:20:21.945Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:20:21.945Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:21:21.946Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:21:21.947Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:22:21.948Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:22:21.948Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:23:21.948Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:23:21.949Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:24:21.950Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:24:21.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:25:21.951Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:25:21.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:26:21.951Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:26:21.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:27:21.953Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:27:21.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:28:21.954Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:28:21.955Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:29:21.955Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:29:21.956Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:30:21.956Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:30:21.957Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:31:21.957Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:31:21.957Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:32:21.958Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:32:21.959Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:33:21.959Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:33:21.960Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:34:21.960Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:34:21.961Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:35:21.961Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:35:21.962Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:36:21.963Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:36:21.963Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:37:21.963Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:37:21.964Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:38:21.964Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:38:21.964Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:39:21.965Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:39:21.965Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:40:21.965Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:40:21.966Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:41:21.966Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:41:21.967Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:42:21.966Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:42:21.968Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:43:21.967Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:43:21.968Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:44:21.968Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:44:21.969Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:45:21.969Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:45:21.970Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:46:21.969Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:46:21.970Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:47:21.970Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:47:21.971Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:48:21.972Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:48:21.972Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:49:21.973Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:49:21.973Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:50:21.973Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:50:21.973Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:51:21.973Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:51:21.974Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:52:21.974Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:52:21.974Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:53:21.975Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:53:21.976Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:54:21.976Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:54:21.976Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:55:21.976Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:55:21.977Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:56:21.978Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:56:21.978Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:57:21.979Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:57:21.980Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:58:21.979Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:58:21.981Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T03:59:21.980Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T03:59:21.981Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:00:21.981Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:00:21.982Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:01:21.983Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:01:21.983Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:02:21.984Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:02:21.984Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:03:21.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:03:21.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:04:21.987Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:04:21.987Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:05:21.987Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:05:21.988Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:06:21.988Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:06:21.989Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:07:21.989Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:07:21.989Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:08:21.989Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:08:21.989Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:09:21.989Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:09:21.990Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:10:21.991Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:10:21.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:11:21.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:11:21.992Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:12:21.992Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:12:21.993Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:13:21.993Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:13:21.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:14:21.994Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:14:21.994Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:15:21.996Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:15:21.996Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:16:21.996Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:16:21.997Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:17:21.998Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:17:21.998Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:18:21.998Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:18:21.999Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:19:21.998Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:19:21.999Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:20:21.999Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:20:22.000Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:21:22.000Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:21:22.001Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:22:22.001Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:22:22.001Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:23:22.001Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:23:22.001Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:24:22.003Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:24:22.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:25:22.003Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:25:22.004Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:26:22.005Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:26:22.005Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:27:22.005Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:27:22.006Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:28:22.006Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:28:22.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:29:22.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:29:22.009Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:30:22.008Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:30:22.009Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:31:22.009Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:31:22.011Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:32:22.009Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:32:22.012Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:33:22.010Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:33:22.012Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:34:22.011Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:34:22.013Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:35:22.013Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:35:22.014Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:36:22.014Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:36:22.014Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:37:22.015Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:37:22.016Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:38:22.016Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:38:22.017Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:39:22.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:39:22.019Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:40:22.019Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:40:22.019Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:41:22.019Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:41:22.020Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:42:22.021Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:42:22.021Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:43:22.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:43:22.022Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:44:22.022Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:44:22.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:45:22.023Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:45:22.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:46:22.025Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:46:22.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:47:22.026Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:47:22.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:48:22.027Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:48:22.027Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:49:22.027Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:49:22.028Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:50:22.029Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:50:22.030Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:51:22.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:51:22.030Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:52:22.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:52:22.031Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:53:22.032Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:53:22.032Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:54:22.033Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:54:22.033Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:55:22.034Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:55:22.034Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:56:22.034Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:56:22.035Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:57:22.034Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:57:22.035Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:58:22.035Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:58:22.036Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T04:59:22.035Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T04:59:22.037Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:00:22.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:00:22.037Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:01:22.037Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:01:22.038Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:02:22.039Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:02:22.040Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:03:22.039Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:03:22.040Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:04:22.040Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:04:22.041Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:05:22.040Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:05:22.042Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:06:22.040Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:06:22.042Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:07:22.042Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:07:22.044Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:08:22.043Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:08:22.045Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:09:22.044Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:09:22.046Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:10:22.045Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:10:22.047Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:11:22.045Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:11:22.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:12:22.046Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:12:22.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:13:22.047Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:13:22.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:14:22.048Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:14:22.050Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:15:22.050Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:15:22.051Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:16:22.051Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:16:22.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:17:22.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:17:22.054Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:18:22.055Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:18:22.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:19:22.056Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:19:22.057Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:20:22.057Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:20:22.057Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:21:22.057Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:21:22.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:22:22.058Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:22:22.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:23:22.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:22.061Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:23:36.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-28T05:23:36.842Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"851d61ad-274c-4af3-b422-33c98082cdcd","serviceName":"vFW 2023-03-28 05-21-29","serviceVersion":"1.0","serviceUUID":"3e29c507-7598-4faa-b59c-c6d805d89831","serviceDescription":"catalog service description","serviceInvariantUUID":"6592767a-d23f-4e7f-914d-944875f7c35d","resources":[{"resourceInstanceName":"vFW e0fdd614-992f 0","resourceName":"vFW e0fdd614-992f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4bb838ef-55d0-4b5d-ab7a-c1e67fcb3c67","resourceInvariantUUID":"8916e00d-0dc8-4d5c-8e63-1a7bdfb7c0cf","resourceCustomizationUUID":"00968c1f-a84e-4bb0-b361-5743337886de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vf-license-model.xml","artifactChecksum":"NDMwNjAwZDgzNDk3YTVmNjBhNDBjNjJlN2EyNWQ3MDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dac8fc5-17b0-4ac6-95a7-4fba64756950","artifactVersion":"1"},{"artifactName":"vfwe0fdd614992f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json","artifactChecksum":"MjVjNzc0ZTczMmZkY2FhODNkYjQzMWQ2ZGQxODU5NDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d7efbd8-63e2-4946-a971-eb61b6975955","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vendor-license-model.xml","artifactChecksum":"NjA2YzlmMjljMGZiNWYzYzk1MzIxMWM1MTgxZmNhOTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef0f46ca-b0fe-46db-90ad-0be6a9a88d4f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"769ade83-06e7-4026-a779-5c8d848bc21d","artifactVersion":"2","generatedFromUUID":"b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230328052129-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-template.yml","artifactChecksum":"ZmU0MzQ5MDhiNmQ1N2NkNTg1OWRhYTZiZjA0OTM3ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"125529c4-933e-4b38-b01e-29efddf598f1","artifactVersion":"1"},{"artifactName":"service-Vfw20230328052129-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar","artifactChecksum":"ZWJlNzkxMWM5MDc5Zjc5NjVmOWVjZjg2YzYxNzJhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08bdbeb3-3e7b-45d5-8ca6-201b085f4057","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-28T05:23:36.855Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:23:36.861Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:36.862Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:36.862Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:36.868Z||kafka-producer-network-thread | SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA
2023-03-28T05:23:36.868Z||kafka-producer-network-thread | SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA
2023-03-28T05:23:36.868Z||kafka-producer-network-thread | SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA
2023-03-28T05:23:36.868Z||kafka-producer-network-thread | SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA
2023-03-28T05:23:36.869Z||kafka-producer-network-thread | SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA
2023-03-28T05:23:36.869Z||kafka-producer-network-thread | SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a5dea4a2-f077-4cba-89b8-03f6f4f326f2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA
2023-03-28T05:23:36.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:23:36.909Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "policy-distribution-id",
"timestamp": 1679981014566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:23:36.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:23:37.890Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:23:37.890Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:37.890Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:37.891Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:38.892Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:23:38.893Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:38.893Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:38.893Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:39.895Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:23:39.896Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:39.896Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:39.896Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:40.898Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:23:40.899Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:40.899Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:40.899Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:41.900Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:23:41.901Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:41.901Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:41.901Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:42.902Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:23:42.903Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:42.903Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:42.903Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:43.906Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"serviceName": "vFW 2023-03-28 05-21-29",
"serviceVersion": "1.0",
"serviceUUID": "3e29c507-7598-4faa-b59c-c6d805d89831",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6592767a-d23f-4e7f-914d-944875f7c35d",
"resources": [
{
"resourceInstanceName": "vFW e0fdd614-992f 0",
"resourceCustomizationUUID": "00968c1f-a84e-4bb0-b361-5743337886de",
"resourceName": "vFW e0fdd614-992f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4bb838ef-55d0-4b5d-ab7a-c1e67fcb3c67",
"resourceInvariantUUID": "8916e00d-0dc8-4d5c-8e63-1a7bdfb7c0cf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe0fdd614992f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"artifactChecksum": "MjVjNzc0ZTczMmZkY2FhODNkYjQzMWQ2ZGQxODU5NDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d7efbd8-63e2-4946-a971-eb61b6975955",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "769ade83-06e7-4026-a779-5c8d848bc21d",
"generatedFromUUID": "b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "769ade83-06e7-4026-a779-5c8d848bc21d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230328052129-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"artifactChecksum": "ZWJlNzkxMWM5MDc5Zjc5NjVmOWVjZjg2YzYxNzJhYjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "08bdbeb3-3e7b-45d5-8ca6-201b085f4057"
}
],
"workloadContext": "Production"
}
2023-03-28T05:23:43.912Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-28T05:23:43.913Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3e29c507-7598-4faa-b59c-c6d805d89831 ASDC
2023-03-28T05:23:43.980Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:851d61ad-274c-4af3-b422-33c98082cdcd
ServiceName:vFW 2023-03-28 05-21-29
ServiceVersion:1.0
ServiceUUID:3e29c507-7598-4faa-b59c-c6d805d89831
ServiceInvariantUUID:6592767a-d23f-4e7f-914d-944875f7c35d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230328052129-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar
ArtifactUUID:08bdbeb3-3e7b-45d5-8ca6-201b085f4057
ArtifactChecksum:ZWJlNzkxMWM5MDc5Zjc5NjVmOWVjZjg2YzYxNzJhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e0fdd614-992f 0
ResourceCustomizationUUID:00968c1f-a84e-4bb0-b361-5743337886de
ResourceInvariantUUID:8916e00d-0dc8-4d5c-8e63-1a7bdfb7c0cf
ResourceName:vFW e0fdd614-992f
ResourceType:VF
ResourceUUID:4bb838ef-55d0-4b5d-ab7a-c1e67fcb3c67
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe0fdd614992f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json
ArtifactUUID:0d7efbd8-63e2-4946-a971-eb61b6975955
ArtifactChecksum:MjVjNzc0ZTczMmZkY2FhODNkYjQzMWQ2ZGQxODU5NDM=
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/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml
ArtifactUUID:b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f
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/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env
ArtifactUUID:769ade83-06e7-4026-a779-5c8d848bc21d
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/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env
ArtifactUUID:769ade83-06e7-4026-a779-5c8d848bc21d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-28T05:23:43.980Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e29c507-7598-4faa-b59c-c6d805d89831 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-28T05:23:44.177Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-28T05:23:44.178Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-28T05:23:44.178Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-28T05:23:44.178Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 08bdbeb3-3e7b-45d5-8ca6-201b085f4057 from URL: /sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:44.178Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-28T05:23:44.179Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:44.290Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-28T05:23:44.298Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar 08bdbeb3-3e7b-45d5-8ca6-201b085f4057 101489
2023-03-28T05:23:44.299Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar ASDC sendASDCNotification
2023-03-28T05:23:44.299Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:44.300Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-28T05:23:44.301Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:44.301Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:44.302Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981024298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:45.302Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-28T05:23:45.303Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-28T05:23:45.304Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 08bdbeb3-3e7b-45d5-8ca6-201b085f4057, URL: /sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar to file: /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:45.304Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230328052129-csar.csar
2023-03-28T05:23:45.384Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:45.384Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:45.795Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8646793778159246206/Definitions/service-Vfw20230328052129-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-28T05:23:48.063Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e0fdd614-992f 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-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||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-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||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-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.067Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||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-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.068Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.068Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.068Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:48.068Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-28T05:23:48.075Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.076Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:48.080Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:48.081Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-28T05:23:48.082Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-28T05:23:48.084Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.084Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:48.084Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:48.084Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-28T05:23:48.084Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-28T05:23:48.084Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.084Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:48.088Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.088Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is not matching search criteria
2023-03-28T05:23:48.088Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-28T05:23:48.089Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-28T05:23:48.089Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-28T05:23:48.089Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.089Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:48.089Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-28T05:23:48.089Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.089Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-28T05:23:48.089Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-28T05:23:48.089Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.089Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:48.090Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-28T05:23:48.090Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:48.090Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-28T05:23:48.090Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.090Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-28T05:23:48.090Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.090Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-28T05:23:48.091Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.091Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:48.092Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:23:48.092Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.092Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:48.092Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:23:48.092Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.092Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:48.092Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:23:48.092Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.092Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is not matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-28T05:23:48.093Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.094Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea52f628-5e7f-4695-83fc-eaccea0158ea
2023-03-28T05:23:48.094Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.094Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is not matching search criteria
2023-03-28T05:23:48.094Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-28T05:23:48.094Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-28T05:23:48.094Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-28T05:23:48.094Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.094Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:48.094Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-28T05:23:48.094Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.095Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-28T05:23:48.095Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-28T05:23:48.095Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:48.095Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-28T05:23:48.095Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.095Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1b427924-9709-497a-b039-02acb5b1ca02
2023-03-28T05:23:48.096Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.096Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is not matching search criteria
2023-03-28T05:23:48.096Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-28T05:23:48.096Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-28T05:23:48.096Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-28T05:23:48.096Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.096Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:48.096Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-28T05:23:48.096Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.096Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2cef5e9-481b-410c-a894-35f62edd6162
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.097Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:48.111Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:48.111Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:48.111Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-28 05-21-29
Description:catalog service description
Model UUID:3e29c507-7598-4faa-b59c-c6d805d89831
Model Version:NULL
Model InvariantUuid:6592767a-d23f-4e7f-914d-944875f7c35d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e0fdd614-992f
Model UUID:12146109-b886-4244-b0e7-dca18727cf80
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8916e00d-0dc8-4d5c-8e63-1a7bdfb7c0cf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:00968c1f-a84e-4bb0-b361-5743337886de
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:87a81546-31e1-4e89-8cef-aae3a01b9ddc
ModelName:VfwE0fdd614992f..base_vfw..module-0
ModelUuid:3d24b42f-a128-40dc-bf2b-e29162869165
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ea52f628-5e7f-4695-83fc-eaccea0158ea
ModelInvariantUuid:43b9f5c0-a46c-44ca-9f8e-a20cf8a96bff
ModelName:vFW e0fdd614-992f-nodes.vfwCvfc
ModelUuid:be972435-5a9d-479c-99a6-37bf6368ab2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:db3f1928-9ed3-421e-9b84-89da88044fc8
ModelInvariantUuid:726e1e9e-4ae0-440c-9bca-fc5c088337a7
ModelName:VfwE0fdd614992f.compute.nodes.heat.vfw
ModelUuid:c8625e28-4193-4e0b-90d2-2c34d157d343
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1b427924-9709-497a-b039-02acb5b1ca02
ModelInvariantUuid:020996b6-0cdb-4c71-a0c0-a3b45b9de0d9
ModelName:vFW e0fdd614-992f-nodes.vsnCvfc
ModelUuid:4cf5a1dc-d1ca-46f9-8b92-9f8f27206943
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:434b312c-99c7-4365-b99d-dc5d0a4017c5
ModelInvariantUuid:269f4516-f318-4698-a567-e9d7ec5019dc
ModelName:VfwE0fdd614992f.compute.nodes.heat.vsn
ModelUuid:dd95e3dc-57ce-4bd4-822b-c2b1a957ab9d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b2cef5e9-481b-410c-a894-35f62edd6162
ModelInvariantUuid:3aa9194e-890e-4b10-8d49-9540ce6cf780
ModelName:vFW e0fdd614-992f-nodes.vpgCvfc
ModelUuid:f8696693-8f2d-46a4-8585-9c23cfaa4a04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:393ce04e-be75-4a50-ab1e-821f4274e904
ModelInvariantUuid:297fab81-a363-48b8-82e1-7fbee37e848d
ModelName:VfwE0fdd614992f.compute.nodes.heat.vpg
ModelUuid:194d5f86-1720-4f66-bb8b-de32b08d6906
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-28T05:23:48.149Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4bb838ef-55d0-4b5d-ab7a-c1e67fcb3c67
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-28T05:23:48.200Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||vFW e0fdd614-992f 0
2023-03-28T05:23:48.207Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4bb838ef-55d0-4b5d-ab7a-c1e67fcb3c67
2023-03-28T05:23:48.207Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d7efbd8-63e2-4946-a971-eb61b6975955 from URL: /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json
2023-03-28T05:23:48.207Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-28T05:23:48.207Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json
2023-03-28T05:23:48.287Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-28T05:23:48.287Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json 0d7efbd8-63e2-4946-a971-eb61b6975955 785
2023-03-28T05:23:48.288Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json ASDC sendASDCNotification
2023-03-28T05:23:48.288Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json
2023-03-28T05:23:48.288Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-28T05:23:48.288Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:48.288Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:48.288Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981028288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:49.290Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE0fdd614992f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "87a81546-31e1-4e89-8cef-aae3a01b9ddc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3d24b42f-a128-40dc-bf2b-e29162869165",
"vfModuleModelCustomizationUUID": "1a24ffcd-9e15-44aa-9aec-9eecb5bbd09c",
"isBase": true,
"artifacts": [
"b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f",
"769ade83-06e7-4026-a779-5c8d848bc21d"
],
"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-28T05:23:49.314Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE0fdd614992f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3d24b42f-a128-40dc-bf2b-e29162869165
VfModuleModelInvariantUUID:87a81546-31e1-4e89-8cef-aae3a01b9ddc
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f
,
769ade83-06e7-4026-a779-5c8d848bc21d
}
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-28T05:23:49.316Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE0fdd614992f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "87a81546-31e1-4e89-8cef-aae3a01b9ddc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3d24b42f-a128-40dc-bf2b-e29162869165",
"vfModuleModelCustomizationUUID": "1a24ffcd-9e15-44aa-9aec-9eecb5bbd09c",
"isBase": true,
"artifacts": [
"b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f",
"769ade83-06e7-4026-a779-5c8d848bc21d"
],
"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-28T05:23:49.316Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE0fdd614992f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3d24b42f-a128-40dc-bf2b-e29162869165
VfModuleModelInvariantUUID:87a81546-31e1-4e89-8cef-aae3a01b9ddc
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f
,
769ade83-06e7-4026-a779-5c8d848bc21d
}
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-28T05:23:49.317Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f from URL: /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml
2023-03-28T05:23:49.317Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-28T05:23:49.317Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml
2023-03-28T05:23:49.419Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-28T05:23:49.419Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml b2f0b6c2-0df3-4510-a3c8-1ca15fc54c1f 20368
2023-03-28T05:23:49.420Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-28T05:23:49.420Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml
2023-03-28T05:23:49.420Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-28T05:23:49.420Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:49.420Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:49.420Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981029420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:50.421Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 769ade83-06e7-4026-a779-5c8d848bc21d from URL: /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env
2023-03-28T05:23:50.421Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-28T05:23:50.422Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env
2023-03-28T05:23:50.502Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-28T05:23:50.502Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env 769ade83-06e7-4026-a779-5c8d848bc21d 2098
2023-03-28T05:23:50.503Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-28T05:23:50.503Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env
2023-03-28T05:23:50.503Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-28T05:23:50.504Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:50.504Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:50.504Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981030503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:51.505Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3e29c507-7598-4faa-b59c-c6d805d89831
2023-03-28T05:23:51.505Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e0fdd614-992f 0 4bb838ef-55d0-4b5d-ab7a-c1e67fcb3c67 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-28T05:23:51.581Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4496f697, org.onap.sdc.toscaparser.api.parameters.Input@4d9fa284, org.onap.sdc.toscaparser.api.parameters.Input@b31b6ea, org.onap.sdc.toscaparser.api.parameters.Input@3ac95f05, org.onap.sdc.toscaparser.api.parameters.Input@49182485]
2023-03-28T05:23:51.584Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.584Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:51.584Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2023-03-28T05:23:51.585Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 00968c1f-a84e-4bb0-b361-5743337886de
2023-03-28T05:23:51.585Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 00968c1f-a84e-4bb0-b361-5743337886de matches Tosca VF Customization UUID: 00968c1f-a84e-4bb0-b361-5743337886de
2023-03-28T05:23:51.585Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 00968c1f-a84e-4bb0-b361-5743337886de 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-28T05:23:51.592Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.593Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:51.593Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 00968c1f-a84e-4bb0-b361-5743337886de: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-28T05:23:51.594Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@438839be
2023-03-28T05:23:51.594Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.594Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-28T05:23:51.594Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a24ffcd-9e15-44aa-9aec-9eecb5bbd09c
2023-03-28T05:23:51.595Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a24ffcd-9e15-44aa-9aec-9eecb5bbd09c
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-28T05:23:51.603Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.603Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:51.603Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:23:51.603Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is not matching search criteria
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:51.604Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-28T05:23:51.605Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:51.605Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-28T05:23:51.605Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-28T05:23:51.605Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea52f628-5e7f-4695-83fc-eaccea0158ea
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-28T05:23:51.625Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is not matching search criteria
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-28T05:23:51.626Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-28T05:23:51.627Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-28T05:23:51.627Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-28T05:23:51.627Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:51.627Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-28T05:23:51.627Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-28T05:23:51.627Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1b427924-9709-497a-b039-02acb5b1ca02
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-28T05:23:51.631Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.632Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:51.632Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:23:51.634Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.634Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is not matching search criteria
2023-03-28T05:23:51.634Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-28T05:23:51.634Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-28T05:23:51.634Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-28T05:23:51.634Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-28T05:23:51.634Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:51.634Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-28T05:23:51.634Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-28T05:23:51.635Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-28T05:23:51.635Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-28T05:23:51.635Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-28T05:23:51.635Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-28T05:23:51.635Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-28T05:23:51.635Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2cef5e9-481b-410c-a894-35f62edd6162
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-28T05:23:51.640Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.640Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:51.640Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:23:51.640Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.641Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Node template vFW e0fdd614-992f 0 is matching search criteria
2023-03-28T05:23:51.641Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e0fdd614-992f 0] matching following query criteria: sdcType=VF, customizationUUID=00968c1f-a84e-4bb0-b361-5743337886de
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-28T05:23:51.645Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.645Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:51.645Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3e29c507-7598-4faa-b59c-c6d805d89831: vFW e0fdd614-992f
2023-03-28T05:23:51.645Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.646Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:51.646Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.646Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:51.646Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.646Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:51.646Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.646Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:51.646Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:23:51.646Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-28 05-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:23:51.647Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-03-28 05-21-29
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-28T05:23:52.250Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e0fdd614-992f 4bb838ef-55d0-4b5d-ab7a-c1e67fcb3c67 1 ASDC deployResourceStructure
2023-03-28T05:23:52.250Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json ASDC sendASDCNotification
2023-03-28T05:23:52.253Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json
2023-03-28T05:23:52.253Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-28T05:23:52.253Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:52.253Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:52.254Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981032250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:53.255Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-28T05:23:53.255Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml
2023-03-28T05:23:53.255Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-28T05:23:53.255Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:53.255Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:53.255Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981033254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:54.256Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-28T05:23:54.257Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env
2023-03-28T05:23:54.257Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-28T05:23:54.257Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:54.258Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:54.258Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981034256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:55.259Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar ASDC sendASDCNotification
2023-03-28T05:23:55.259Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar
2023-03-28T05:23:55.260Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-28T05:23:55.260Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:23:55.260Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:23:55.260Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981035259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:23:56.261Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 851d61ad-274c-4af3-b422-33c98082cdcd
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-28T05:23:56.307Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 851d61ad-274c-4af3-b422-33c98082cdcd
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-28T05:23:56.313Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-28T05:23:56.313Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:23:56.313Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:24:21.735Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:24:21.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:24:21.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:24:21.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:24:26.313Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 851d61ad-274c-4af3-b422-33c98082cdcd
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-28T05:24:26.341Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 851d61ad-274c-4af3-b422-33c98082cdcd
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-28T05:24:26.346Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-28T05:24:26.347Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:24:26.347Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:24:56.347Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 851d61ad-274c-4af3-b422-33c98082cdcd
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-28T05:24:56.370Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 851d61ad-274c-4af3-b422-33c98082cdcd
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-28T05:24:56.374Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-28T05:24:56.375Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:24:56.375Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:25:21.735Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:25:21.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.743Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981008030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.745Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "aai-model-loader",
"timestamp": 1679981012867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.745Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981002391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.745Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981005345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.746Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981011529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.746Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "policy-distribution-id",
"timestamp": 1679981014566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.746Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981008030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.747Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981002391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.747Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.747Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "aai-model-loader",
"timestamp": 1679981012867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981005345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981011529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "policy-distribution-id",
"timestamp": 1679981014566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981008030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.751Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981002391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.751Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.751Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "aai-model-loader",
"timestamp": 1679981012867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.751Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981005345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.752Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981011529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.752Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "policy-distribution-id",
"timestamp": 1679981014566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.752Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981008030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.753Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981002391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.753Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.754Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "aai-model-loader",
"timestamp": 1679981012867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.754Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981005345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.755Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981011529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.755Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "policy-distribution-id",
"timestamp": 1679981014566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.755Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981008030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.756Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.756Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981002391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.756Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.756Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.756Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "aai-model-loader",
"timestamp": 1679981012867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981005345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981011529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "policy-distribution-id",
"timestamp": 1679981014566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.757Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981008030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.758Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981002391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.758Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.758Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "aai-model-loader",
"timestamp": 1679981012867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.759Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981005345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.759Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981011529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.759Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "policy-distribution-id",
"timestamp": 1679981014566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981008030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981002391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981002061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "aai-model-loader",
"timestamp": 1679981012867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981005345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981011529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "aai-model-loader",
"timestamp": 1679981023226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981023275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "policy-distribution-id",
"timestamp": 1679981022976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981023789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981024298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981024302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "policy-distribution-id",
"timestamp": 1679981023997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:25:21.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981024386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "policy-distribution-id",
"timestamp": 1679981025000,
"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-28T05:25:21.784Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 851d61ad-274c-4af3-b422-33c98082cdcd
2023-03-28T05:25:21.787Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 851d61ad-274c-4af3-b422-33c98082cdcd 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-28T05:25:21.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.811Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981025479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.811Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981027237,
"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-28T05:25:21.826Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 851d61ad-274c-4af3-b422-33c98082cdcd
2023-03-28T05:25:21.826Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 851d61ad-274c-4af3-b422-33c98082cdcd 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-28T05:25:21.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.846Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981028288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.846Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "multicloud-k8s",
"timestamp": 1679981028238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-28T05:25:21.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.846Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981029420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.847Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981029163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:25:21.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.847Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981030503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:25:21.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.847Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981030169,
"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-28T05:25:21.862Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 851d61ad-274c-4af3-b422-33c98082cdcd
2023-03-28T05:25:21.862Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 851d61ad-274c-4af3-b422-33c98082cdcd 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-28T05:25:21.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.886Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981032250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981033254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981034256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "aai-model-loader",
"timestamp": 1679981034249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.888Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981035259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:25:21.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:25:21.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:25:21.888Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "aai-model-loader",
"timestamp": 1679981035252,
"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-28T05:25:21.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 851d61ad-274c-4af3-b422-33c98082cdcd
2023-03-28T05:25:21.904Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 851d61ad-274c-4af3-b422-33c98082cdcd 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-28T05:25:26.375Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 851d61ad-274c-4af3-b422-33c98082cdcd
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-28T05:25:26.402Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 851d61ad-274c-4af3-b422-33c98082cdcd
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-28T05:25:26.408Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-28T05:25:26.408Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-28T05:25:26.408Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-28T05:25:26.408Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-28T05:25:26.409Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-28T05:25:26.409Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-28T05:25:26.409Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-28T05:25:26.409Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-28T05:25:26.409Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||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-28T05:25:26.423Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-28T05:25:56.424Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 851d61ad-274c-4af3-b422-33c98082cdcd 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-28T05:25:56.442Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 851d61ad-274c-4af3-b422-33c98082cdcd and serviceModelVersionId: 3e29c507-7598-4faa-b59c-c6d805d89831
2023-03-28T05:25:56.442Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6592767a-d23f-4e7f-914d-944875f7c35d
2023-03-28T05:26:07.684Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6592767a-d23f-4e7f-914d-944875f7c35d/model-vers/model-ver/3e29c507-7598-4faa-b59c-c6d805d89831?depth=0
2023-03-28T05:26:07.792Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:26:08.238Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6592767a-d23f-4e7f-914d-944875f7c35d/model-vers/model-ver/3e29c507-7598-4faa-b59c-c6d805d89831?depth=0|INFO|500||Invoke
2023-03-28T05:26:08.243Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6592767a-d23f-4e7f-914d-944875f7c35d/model-vers/model-ver/3e29c507-7598-4faa-b59c-c6d805d89831?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6592767a-d23f-4e7f-914d-944875f7c35d/model-vers/model-ver/3e29c507-7598-4faa-b59c-c6d805d89831?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[851d61ad-274c-4af3-b422-33c98082cdcd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81216cd7-10da-4fae-be9a-76aabc9b0e20], X-ECOMP-RequestID=[851d61ad-274c-4af3-b422-33c98082cdcd], X-TransactionId=[], X-ONAP-RequestID=[851d61ad-274c-4af3-b422-33c98082cdcd], Content-Type=[application/merge-patch+json]}
2023-03-28T05:26:08.267Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6592767a-d23f-4e7f-914d-944875f7c35d/model-vers/model-ver/3e29c507-7598-4faa-b59c-c6d805d89831?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-28T05:26:08.533Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6592767a-d23f-4e7f-914d-944875f7c35d/model-vers/model-ver/3e29c507-7598-4faa-b59c-c6d805d89831?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6592767a-d23f-4e7f-914d-944875f7c35d/model-vers/model-ver/3e29c507-7598-4faa-b59c-c6d805d89831?depth=0 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:26:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[238], vertex-id=[360688], x-aai-txid=[0-aai-resources-230328-05:26:07:062-62945], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:26:08.534Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6592767a-d23f-4e7f-914d-944875f7c35d/model-vers/model-ver/3e29c507-7598-4faa-b59c-c6d805d89831?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-28T05:26:08.535Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6592767a-d23f-4e7f-914d-944875f7c35d/model-vers/model-ver/3e29c507-7598-4faa-b59c-c6d805d89831?depth=0|INFO|500||InvokeReturn
2023-03-28T05:26:08.538Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-28T05:26:08.538Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||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-28T05:26:08.553Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||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-28T05:26:08.560Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 851d61ad-274c-4af3-b422-33c98082cdcd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-28T05:26:08.561Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-28T05:26:08.561Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:26:08.561Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:26:08.561Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981168560,
"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-28T05:26:09.602Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:26:21.735Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:26:21.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:26:21.741Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981168560,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-28T05:26:21.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:27:09.603Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:27:21.735Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:28:09.604Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:28:21.737Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:29:09.605Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:29:21.738Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:30:09.606Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:30:21.739Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:31:09.606Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:31:21.740Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:32:09.607Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:32:21.741Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:33:09.608Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:33:21.741Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:34:09.610Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:34:21.743Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:35:09.611Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:35:21.744Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:36:09.613Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:36:21.744Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:09.615Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:37:21.745Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:33.653Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-28T05:37:33.653Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"e03c40b6-f5bf-4f3e-979a-0380c4e17941","serviceName":"basic_onboard_CpOPgh","serviceVersion":"1.0","serviceUUID":"13446838-c2d8-44e0-b023-218e9441e598","serviceDescription":"service","serviceInvariantUUID":"d3cf4123-39c1-4298-8213-e654cf9416c1","resources":[{"resourceInstanceName":"basic_onboard_CpOPgh 0","resourceName":"basic_onboard_CpOPgh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73ba253e-0e40-441b-afec-54085ad7e813","resourceInvariantUUID":"6002ed1d-5224-4b6b-aaa8-0f927fe416af","resourceCustomizationUUID":"f5e6c79d-d784-4751-8533-f0be853b4df4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5MjkzZjEzMmE2ZjUxOTNhODgzZmY2MGY0NTUwODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4fda2bd3-130c-4db8-8d9f-1a669addb589","artifactVersion":"1"},{"artifactName":"basic_onboard_cpopgh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json","artifactChecksum":"MWI3MWU3ZTNmYTZiNWYxNDliNTk5MWMwNzFjYmQwNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d49abee0-4bec-416c-9067-93b96e5134d5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d091e00a-e439-48c5-9343-1a8f7e419e15","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"349a23d8-d9f8-4d78-a145-36df663da992","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"62053107-d388-4069-937d-8160145dff29","artifactVersion":"2","generatedFromUUID":"d091e00a-e439-48c5-9343-1a8f7e419e15"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCpopgh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml","artifactChecksum":"OGMyYTlmMTY5MzI1MGQ3OTJkYmQ1NmU3NjBkZjA2MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c231bc34-8339-4209-961c-84a597fe9856","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCpopgh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar","artifactChecksum":"YTNjNzNlZjIzY2Y2NWEzNjQzYmQxZTY4YTI1Y2RiYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eec29ca7-3c5a-4d95-b138-64e248ca5e0e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-28T05:37:33.657Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:37:33.657Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:37:33.657Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:37:33.657Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:33.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:37:33.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981843567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:37:33.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:37:33.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:37:33.677Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981839264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:37:33.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:37:34.663Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:37:34.664Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:37:34.664Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:37:34.664Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:35.665Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:37:35.666Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:37:35.666Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:37:35.666Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:36.667Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:37:36.668Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:37:36.668Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:37:36.668Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:37.669Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:37:37.669Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:37:37.669Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:37:37.670Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:38.671Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:37:38.671Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:37:38.672Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:37:38.672Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:39.673Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:37:39.673Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:37:39.673Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:37:39.674Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:40.676Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"serviceName": "basic_onboard_CpOPgh",
"serviceVersion": "1.0",
"serviceUUID": "13446838-c2d8-44e0-b023-218e9441e598",
"serviceDescription": "service",
"serviceInvariantUUID": "d3cf4123-39c1-4298-8213-e654cf9416c1",
"resources": [
{
"resourceInstanceName": "basic_onboard_CpOPgh 0",
"resourceCustomizationUUID": "f5e6c79d-d784-4751-8533-f0be853b4df4",
"resourceName": "basic_onboard_CpOPgh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "73ba253e-0e40-441b-afec-54085ad7e813",
"resourceInvariantUUID": "6002ed1d-5224-4b6b-aaa8-0f927fe416af",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cpopgh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"artifactChecksum": "MWI3MWU3ZTNmYTZiNWYxNDliNTk5MWMwNzFjYmQwNzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d49abee0-4bec-416c-9067-93b96e5134d5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d091e00a-e439-48c5-9343-1a8f7e419e15",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "62053107-d388-4069-937d-8160145dff29",
"generatedFromUUID": "d091e00a-e439-48c5-9343-1a8f7e419e15"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "62053107-d388-4069-937d-8160145dff29",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCpopgh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"artifactChecksum": "YTNjNzNlZjIzY2Y2NWEzNjQzYmQxZTY4YTI1Y2RiYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eec29ca7-3c5a-4d95-b138-64e248ca5e0e"
}
],
"workloadContext": "Production"
}
2023-03-28T05:37:40.676Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-28T05:37:40.677Z|851d61ad-274c-4af3-b422-33c98082cdcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13446838-c2d8-44e0-b023-218e9441e598 ASDC
2023-03-28T05:37:40.677Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e03c40b6-f5bf-4f3e-979a-0380c4e17941
ServiceName:basic_onboard_CpOPgh
ServiceVersion:1.0
ServiceUUID:13446838-c2d8-44e0-b023-218e9441e598
ServiceInvariantUUID:d3cf4123-39c1-4298-8213-e654cf9416c1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCpopgh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar
ArtifactUUID:eec29ca7-3c5a-4d95-b138-64e248ca5e0e
ArtifactChecksum:YTNjNzNlZjIzY2Y2NWEzNjQzYmQxZTY4YTI1Y2RiYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CpOPgh 0
ResourceCustomizationUUID:f5e6c79d-d784-4751-8533-f0be853b4df4
ResourceInvariantUUID:6002ed1d-5224-4b6b-aaa8-0f927fe416af
ResourceName:basic_onboard_CpOPgh
ResourceType:VF
ResourceUUID:73ba253e-0e40-441b-afec-54085ad7e813
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cpopgh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json
ArtifactUUID:d49abee0-4bec-416c-9067-93b96e5134d5
ArtifactChecksum:MWI3MWU3ZTNmYTZiNWYxNDliNTk5MWMwNzFjYmQwNzU=
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/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d091e00a-e439-48c5-9343-1a8f7e419e15
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/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env
ArtifactUUID:62053107-d388-4069-937d-8160145dff29
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/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env
ArtifactUUID:62053107-d388-4069-937d-8160145dff29
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-28T05:37:40.677Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13446838-c2d8-44e0-b023-218e9441e598 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-28T05:37:40.748Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-28T05:37:40.749Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-28T05:37:40.749Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-28T05:37:40.749Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eec29ca7-3c5a-4d95-b138-64e248ca5e0e from URL: /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:40.749Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-28T05:37:40.749Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:40.858Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-28T05:37:40.862Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar eec29ca7-3c5a-4d95-b138-64e248ca5e0e 75669
2023-03-28T05:37:40.863Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar ASDC sendASDCNotification
2023-03-28T05:37:40.863Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:40.863Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-28T05:37:40.864Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:37:40.864Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:37:40.864Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981860863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:41.865Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-28T05:37:41.866Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-28T05:37:41.866Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: eec29ca7-3c5a-4d95-b138-64e248ca5e0e, URL: /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar to file: /app/ASDC/1/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:41.867Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:41.867Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:41.867Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:41.974Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17314146387751045753/Definitions/service-BasicOnboardCpopgh-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-28T05:37:42.987Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-28T05:37:42.988Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-28T05:37:42.988Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:42.988Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-28T05:37:42.988Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:42.988Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CpOPgh 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-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:42.988Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||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-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:42.988Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||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-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:42.988Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:42.988Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:42.989Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||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-BasicOnboardCpopgh-csar.csar
2023-03-28T05:37:42.989Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-28T05:37:42.989Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:42.990Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CpOPgh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:37:42.990Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CpOPgh 0 is matching search criteria
2023-03-28T05:37:42.991Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-28T05:37:42.991Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CpOPgh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-28T05:37:42.991Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:42.992Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CpOPgh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:37:42.992Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CpOPgh 0 is matching search criteria
2023-03-28T05:37:42.992Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-28T05:37:42.992Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CpOPgh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-28T05:37:42.992Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:42.993Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CpOPgh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:37:42.993Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:42.993Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CpOPgh 0 is not matching search criteria
2023-03-28T05:37:42.993Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-28T05:37:42.994Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-28T05:37:42.994Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-28T05:37:42.994Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-28T05:37:42.994Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-28T05:37:42.995Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:42.995Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CpOPgh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-28T05:37:42.995Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:42.996Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CpOPgh 0 is matching search criteria
2023-03-28T05:37:42.996Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CpOPgh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:37:42.996Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:42.997Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CpOPgh 0 is matching search criteria
2023-03-28T05:37:42.997Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CpOPgh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:37:42.997Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:42.998Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CpOPgh 0 is matching search criteria
2023-03-28T05:37:42.998Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CpOPgh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:37:42.998Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:42.998Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CpOPgh 0 is not matching search criteria
2023-03-28T05:37:42.999Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-28T05:37:42.999Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-28T05:37:42.999Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ba5d5587-58d4-4692-822d-748054bf337c
2023-03-28T05:37:43.000Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:43.000Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CpOPgh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:37:43.000Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:43.000Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CpOPgh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:37:43.000Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:43.001Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CpOPgh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:37:43.001Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:37:43.001Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CpOPgh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:37:43.001Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CpOPgh
Description:service
Model UUID:13446838-c2d8-44e0-b023-218e9441e598
Model Version:NULL
Model InvariantUuid:d3cf4123-39c1-4298-8213-e654cf9416c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CpOPgh
Model UUID:5ee0aba8-e1f0-4997-be9d-cbd9ff2940ad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6002ed1d-5224-4b6b-aaa8-0f927fe416af
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f5e6c79d-d784-4751-8533-f0be853b4df4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:904178a2-b6fb-49da-bfa7-2fd25315f3b6
ModelName:BasicOnboardCpopgh..base_ubuntu18..module-0
ModelUuid:ec0d94af-09c6-4a4e-b5b5-d3361bbf272e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ba5d5587-58d4-4692-822d-748054bf337c
ModelInvariantUuid:96ac3316-fc0b-4a6b-8bc0-e8ab11ed972e
ModelName:basic_onboard_CpOPgh-nodes.ubuntu18Cvfc
ModelUuid:8d19f985-21be-4915-bbdc-3fbf9fcdedf7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:be6b71a7-d5de-447a-8161-5330e2f152ea
ModelInvariantUuid:a339f927-b3a6-4be1-9df7-c642fa7e593d
ModelName:BasicOnboardCpopgh.compute.nodes.heat.ubuntu18
ModelUuid:cb1da562-ebf8-46d6-9f23-d6790b0389f0
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-28T05:37:43.025Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 73ba253e-0e40-441b-afec-54085ad7e813
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-28T05:37:43.031Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||basic_onboard_CpOPgh 0
2023-03-28T05:37:43.031Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73ba253e-0e40-441b-afec-54085ad7e813
2023-03-28T05:37:43.032Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d49abee0-4bec-416c-9067-93b96e5134d5 from URL: /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json
2023-03-28T05:37:43.032Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-28T05:37:43.032Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json
2023-03-28T05:37:43.096Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-28T05:37:43.097Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@58f216d
2023-03-28T05:37:43.098Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-28T05:37:43.099Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardCpopgh"
]
}
}
}
2023-03-28T05:37:43.101Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_cpopgh0_modules.json /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json d49abee0-4bec-416c-9067-93b96e5134d5 Specified artifact is not found 300 ASDC artifact download fail
2023-03-28T05:37:43.107Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json ASDC sendASDCNotification
2023-03-28T05:37:43.107Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json(Specified artifact is not found)
2023-03-28T05:37:43.107Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-28T05:37:43.108Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:37:43.108Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:37:43.108Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981863102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:37:44.134Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_cpopgh0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json(UUID:d49abee0-4bec-416c-9067-93b96e5134d5)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-28T05:37:44.134Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:37:44.155Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:37:44.158Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:37:44.159Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:38:14.159Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:38:14.183Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:38:14.188Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:38:14.188Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:38:21.735Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:38:21.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:38:21.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:38:21.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:38:44.189Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:38:44.216Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:38:44.221Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:38:44.221Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:39:14.222Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:39:14.254Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:39:14.259Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:39:14.259Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:39:21.735Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:39:21.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.742Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "policy-distribution-id",
"timestamp": 1679981836020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981804821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.744Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "aai-model-loader",
"timestamp": 1679981852867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.744Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981851530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.744Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981839264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981843567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981804821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "policy-distribution-id",
"timestamp": 1679981836020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "aai-model-loader",
"timestamp": 1679981852867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981851530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981839264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981843567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981804821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "policy-distribution-id",
"timestamp": 1679981836020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "aai-model-loader",
"timestamp": 1679981852867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981851530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981843567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981839264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981804821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "policy-distribution-id",
"timestamp": 1679981836020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "aai-model-loader",
"timestamp": 1679981852867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981851530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981839264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981843567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981804821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "policy-distribution-id",
"timestamp": 1679981836020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "aai-model-loader",
"timestamp": 1679981852867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981851530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981839264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981843567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "policy-distribution-id",
"timestamp": 1679981836020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981804821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "aai-model-loader",
"timestamp": 1679981852867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981851530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "ves-openapi-manager",
"timestamp": 1679981843567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981829615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981839264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981804821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "policy-distribution-id",
"timestamp": 1679981836020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "aai-model-loader",
"timestamp": 1679981852867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981851530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "policy-distribution-id",
"timestamp": 1679981859549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981859891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "cds-sdc-listener",
"timestamp": 1679981860387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981860863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "aai-model-loader",
"timestamp": 1679981859972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981861117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "policy-distribution-id",
"timestamp": 1679981860552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981860974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_ERROR",
"errorReason": "Failed to download artifact with name: base_ubuntu18.yaml due to: Specified artifact is not found"
}
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "policy-distribution-id",
"timestamp": 1679981861556,
"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-28T05:39:21.766Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e03c40b6-f5bf-4f3e-979a-0380c4e17941
2023-03-28T05:39:21.766Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e03c40b6-f5bf-4f3e-979a-0380c4e17941 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-28T05:39:21.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.784Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981861978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_ERROR",
"errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.yaml due to: Specified artifact is not found"
}
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679981863102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981863392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981863017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_ERROR",
"errorReason": "Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is not found"
}
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.785Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679981864397,
"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-28T05:39:21.795Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e03c40b6-f5bf-4f3e-979a-0380c4e17941
2023-03-28T05:39:21.795Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e03c40b6-f5bf-4f3e-979a-0380c4e17941 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-28T05:39:21.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.814Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981864020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_ERROR",
"errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is not found"
}
2023-03-28T05:39:21.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.814Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "multicloud-k8s",
"timestamp": 1679981865087,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "Failed to process the artifact",
"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-28T05:39:21.824Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of e03c40b6-f5bf-4f3e-979a-0380c4e17941
2023-03-28T05:39:21.824Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e03c40b6-f5bf-4f3e-979a-0380c4e17941 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-28T05:39:21.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.846Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "aai-model-loader",
"timestamp": 1679981865256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:39:21.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:39:21.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-28T05:39:21.847Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "aai-model-loader",
"timestamp": 1679981866259,
"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-28T05:39:21.861Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e03c40b6-f5bf-4f3e-979a-0380c4e17941
2023-03-28T05:39:21.862Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e03c40b6-f5bf-4f3e-979a-0380c4e17941 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-28T05:39:44.259Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:39:44.283Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:39:44.290Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:39:44.290Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:40:14.291Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:40:14.322Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:40:14.330Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:40:14.330Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:40:21.735Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:40:44.331Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:40:44.361Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:40:44.371Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:40:44.371Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:41:14.372Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:41:14.397Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:41:14.402Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:41:14.402Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:41:21.737Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:41:44.402Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:41:44.430Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:41:44.436Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:41:44.437Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:42:14.437Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:42:14.466Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:42:14.471Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:42:14.472Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:42:21.737Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:42:33.378Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-28T05:42:33.378Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Member SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-08e3cb91-9f2c-4f00-951a-439fbbf854b8 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-28T05:42:33.380Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-28T05:42:33.380Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-28T05:42:36.305Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:42:36.323Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Revoke previously 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-28T05:42:36.324Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] (Re-)joining group
2023-03-28T05:42:36.331Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e', protocol='range'}
2023-03-28T05:42:36.331Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e=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-28T05:42:36.349Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e', protocol='range'}
2023-03-28T05:42:36.350Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T05:42:36.350Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T05:42:36.358Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-28T05:42:36.358Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-28T05:42:36.358Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-28T05:42:36.360Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=140, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-28T05:42:36.360Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-28T05:42:36.360Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-28T05:42:44.472Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-28T05:42:44.473Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941 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-28T05:42:44.487Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941 and serviceModelVersionId: 13446838-c2d8-44e0-b023-218e9441e598
2023-03-28T05:42:44.487Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3cf4123-39c1-4298-8213-e654cf9416c1
2023-03-28T05:42:44.488Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0
2023-03-28T05:42:44.493Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:42:44.531Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?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-28T05:42:44.531Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|INFO|500||Invoke
2023-03-28T05:42:44.539Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2023-03-28T05:42:44.711Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|INFO|500||InvokeReturn
2023-03-28T05:42:44.712Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:42:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[381168], x-aai-txid=[0-aai-resources-230328-05:42:43:326-93200], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:42:44.712Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-28T05:42:44.712Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-28T05:42:44.712Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||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-28T05:42:44.724Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||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-28T05:42:44.725Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e03c40b6-f5bf-4f3e-979a-0380c4e17941 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-28T05:42:44.725Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-28T05:42:44.725Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:42:44.726Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:42:44.726Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982164725,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:42:44.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:42:44.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982164725,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-28T05:42:44.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-28T05:42:45.763Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:42:45.764Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-28T05:42:45.766Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-28T05:42:45.766Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-28T05:42:45.766Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Lost previously 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-28T05:42:45.766Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] (Re-)joining group
2023-03-28T05:42:45.772Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-efe278dc-1bad-4524-a4f9-8cd224c04f8e
2023-03-28T05:42:45.773Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-28T05:42:45.773Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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-28T05:42:45.773Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] (Re-)joining group
2023-03-28T05:42:48.451Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:42:51.460Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:42:54.468Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:42:57.477Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:43:00.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:43:03.494Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:43:06.503Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:43:09.511Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:43:12.520Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:43:15.528Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:43:18.537Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:43:21.545Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:43:21.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:43:21.749Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Revoke previously 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-28T05:43:21.749Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] (Re-)joining group
2023-03-28T05:43:21.756Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-efe278dc-1bad-4524-a4f9-8cd224c04f8e', protocol='range'}
2023-03-28T05:43:21.756Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e', protocol='range'}
2023-03-28T05:43:21.762Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T05:43:21.762Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T05:43:21.762Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T05:43:21.762Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T05:43:21.762Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T05:43:21.762Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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 HuD_iLjFTq-iTFrs9WY31Q
2023-03-28T05:43:21.763Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-efe278dc-1bad-4524-a4f9-8cd224c04f8e=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-28T05:43:21.778Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-efe278dc-1bad-4524-a4f9-8cd224c04f8e', protocol='range'}
2023-03-28T05:43:21.778Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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-28T05:43:21.778Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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-28T05:43:21.779Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e', protocol='range'}
2023-03-28T05:43:21.780Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T05:43:21.780Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T05:43:21.784Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-28T05:43:21.784Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-28T05:43:21.784Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-28T05:43:21.784Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-28T05:43:21.784Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-28T05:43:21.785Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-28T05:43:21.787Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-28T05:43:21.788Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-28T05:43:21.788Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-28T05:43:21.788Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=141, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-28T05:43:21.788Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-28T05:43:21.788Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-28T05:43:22.803Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-28T05:43:22.804Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"e03c40b6-f5bf-4f3e-979a-0380c4e17941","serviceName":"basic_onboard_CpOPgh","serviceVersion":"1.0","serviceUUID":"13446838-c2d8-44e0-b023-218e9441e598","serviceDescription":"service","serviceInvariantUUID":"d3cf4123-39c1-4298-8213-e654cf9416c1","resources":[{"resourceInstanceName":"basic_onboard_CpOPgh 0","resourceName":"basic_onboard_CpOPgh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73ba253e-0e40-441b-afec-54085ad7e813","resourceInvariantUUID":"6002ed1d-5224-4b6b-aaa8-0f927fe416af","resourceCustomizationUUID":"f5e6c79d-d784-4751-8533-f0be853b4df4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5MjkzZjEzMmE2ZjUxOTNhODgzZmY2MGY0NTUwODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4fda2bd3-130c-4db8-8d9f-1a669addb589","artifactVersion":"1"},{"artifactName":"basic_onboard_cpopgh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json","artifactChecksum":"MWI3MWU3ZTNmYTZiNWYxNDliNTk5MWMwNzFjYmQwNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d49abee0-4bec-416c-9067-93b96e5134d5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d091e00a-e439-48c5-9343-1a8f7e419e15","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"349a23d8-d9f8-4d78-a145-36df663da992","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"62053107-d388-4069-937d-8160145dff29","artifactVersion":"2","generatedFromUUID":"d091e00a-e439-48c5-9343-1a8f7e419e15"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCpopgh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml","artifactChecksum":"OGMyYTlmMTY5MzI1MGQ3OTJkYmQ1NmU3NjBkZjA2MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c231bc34-8339-4209-961c-84a597fe9856","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCpopgh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar","artifactChecksum":"YTNjNzNlZjIzY2Y2NWEzNjQzYmQxZTY4YTI1Y2RiYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eec29ca7-3c5a-4d95-b138-64e248ca5e0e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-28T05:43:22.805Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:43:22.805Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:43:22.805Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:43:22.805Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:43:22.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:43:22.819Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:43:22.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:43:23.806Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:43:23.806Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:43:23.807Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:43:23.807Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:43:24.808Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:43:24.808Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:43:24.808Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:43:24.809Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:43:25.810Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:43:25.810Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:43:25.810Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:43:25.811Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:43:26.811Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:43:26.812Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:43:26.812Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:43:26.812Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:43:27.813Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:43:27.814Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:43:27.814Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:43:27.814Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:43:28.815Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:43:28.816Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:43:28.816Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:43:28.816Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:43:29.818Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"serviceName": "basic_onboard_CpOPgh",
"serviceVersion": "1.0",
"serviceUUID": "13446838-c2d8-44e0-b023-218e9441e598",
"serviceDescription": "service",
"serviceInvariantUUID": "d3cf4123-39c1-4298-8213-e654cf9416c1",
"resources": [
{
"resourceInstanceName": "basic_onboard_CpOPgh 0",
"resourceCustomizationUUID": "f5e6c79d-d784-4751-8533-f0be853b4df4",
"resourceName": "basic_onboard_CpOPgh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "73ba253e-0e40-441b-afec-54085ad7e813",
"resourceInvariantUUID": "6002ed1d-5224-4b6b-aaa8-0f927fe416af",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cpopgh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"artifactChecksum": "MWI3MWU3ZTNmYTZiNWYxNDliNTk5MWMwNzFjYmQwNzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d49abee0-4bec-416c-9067-93b96e5134d5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d091e00a-e439-48c5-9343-1a8f7e419e15",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "62053107-d388-4069-937d-8160145dff29",
"generatedFromUUID": "d091e00a-e439-48c5-9343-1a8f7e419e15"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "62053107-d388-4069-937d-8160145dff29",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCpopgh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"artifactChecksum": "YTNjNzNlZjIzY2Y2NWEzNjQzYmQxZTY4YTI1Y2RiYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eec29ca7-3c5a-4d95-b138-64e248ca5e0e"
}
],
"workloadContext": "Production"
}
2023-03-28T05:43:29.819Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-28T05:43:29.819Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13446838-c2d8-44e0-b023-218e9441e598 ASDC
2023-03-28T05:43:29.819Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e03c40b6-f5bf-4f3e-979a-0380c4e17941
ServiceName:basic_onboard_CpOPgh
ServiceVersion:1.0
ServiceUUID:13446838-c2d8-44e0-b023-218e9441e598
ServiceInvariantUUID:d3cf4123-39c1-4298-8213-e654cf9416c1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCpopgh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar
ArtifactUUID:eec29ca7-3c5a-4d95-b138-64e248ca5e0e
ArtifactChecksum:YTNjNzNlZjIzY2Y2NWEzNjQzYmQxZTY4YTI1Y2RiYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CpOPgh 0
ResourceCustomizationUUID:f5e6c79d-d784-4751-8533-f0be853b4df4
ResourceInvariantUUID:6002ed1d-5224-4b6b-aaa8-0f927fe416af
ResourceName:basic_onboard_CpOPgh
ResourceType:VF
ResourceUUID:73ba253e-0e40-441b-afec-54085ad7e813
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cpopgh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json
ArtifactUUID:d49abee0-4bec-416c-9067-93b96e5134d5
ArtifactChecksum:MWI3MWU3ZTNmYTZiNWYxNDliNTk5MWMwNzFjYmQwNzU=
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/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d091e00a-e439-48c5-9343-1a8f7e419e15
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/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env
ArtifactUUID:62053107-d388-4069-937d-8160145dff29
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/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env
ArtifactUUID:62053107-d388-4069-937d-8160145dff29
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-28T05:43:29.819Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13446838-c2d8-44e0-b023-218e9441e598 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: 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-28T05:43:29.871Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-28T05:43:29.872Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-28T05:43:29.872Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-28T05:43:29.872Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eec29ca7-3c5a-4d95-b138-64e248ca5e0e from URL: /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:43:29.872Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-28T05:43:29.872Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:43:29.899Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-28T05:43:29.899Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@15b654f6
2023-03-28T05:43:29.899Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-28T05:43:29.900Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardCpopgh"
]
}
}
}
2023-03-28T05:43:29.900Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCpopgh-csar.csar /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar eec29ca7-3c5a-4d95-b138-64e248ca5e0e Specified artifact is not found 300 ASDC artifact download fail
2023-03-28T05:43:29.900Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar ASDC sendASDCNotification
2023-03-28T05:43:29.900Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar(Specified artifact is not found)
2023-03-28T05:43:29.900Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-28T05:43:29.901Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:43:29.901Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:43:29.901Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982209900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:43:30.902Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardCpopgh-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar(UUID:eec29ca7-3c5a-4d95-b138-64e248ca5e0e)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
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-28T05:43:30.924Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||error NSST process resource failure
java.lang.NullPointerException: null
at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-28T05:43:30.925Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 73ba253e-0e40-441b-afec-54085ad7e813
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-28T05:43:30.930Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||basic_onboard_CpOPgh 0
2023-03-28T05:43:30.931Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73ba253e-0e40-441b-afec-54085ad7e813
2023-03-28T05:43:30.931Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d49abee0-4bec-416c-9067-93b96e5134d5 from URL: /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json
2023-03-28T05:43:30.931Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-28T05:43:30.931Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json
2023-03-28T05:43:30.949Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-28T05:43:30.950Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@44b0893b
2023-03-28T05:43:30.950Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-28T05:43:30.950Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardCpopgh"
]
}
}
}
2023-03-28T05:43:30.950Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_cpopgh0_modules.json /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json d49abee0-4bec-416c-9067-93b96e5134d5 Specified artifact is not found 300 ASDC artifact download fail
2023-03-28T05:43:30.951Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json ASDC sendASDCNotification
2023-03-28T05:43:30.951Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json(Specified artifact is not found)
2023-03-28T05:43:30.951Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-28T05:43:30.951Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:43:30.951Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:43:30.951Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982210951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:43:31.952Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_cpopgh0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json(UUID:d49abee0-4bec-416c-9067-93b96e5134d5)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-28T05:43:31.953Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:43:31.977Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:43:31.982Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:43:31.982Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:44:01.982Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:44:02.012Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:44:02.018Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:44:02.019Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:44:21.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:44:21.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:44:21.743Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOTIFIED"
}
2023-03-28T05:44:21.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:44:21.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:44:21.744Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:44:21.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:44:21.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:44:21.745Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:44:21.745Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:44:21.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:44:21.745Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-28T05:44:21.745Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:44:21.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:44:21.745Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:44:21.745Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:44:21.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:44:21.745Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982165763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:44:21.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:44:21.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:44:21.746Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982209900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-28T05:44:21.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:44:21.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:44:21.746Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982210951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-28T05:44:21.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:44:32.019Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:44:32.042Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:44:32.047Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:44:32.047Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:45:02.047Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:45:02.072Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:45:02.077Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:45:02.077Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:45:21.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:45:32.077Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:45:32.101Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:45:32.106Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:45:32.106Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:46:02.107Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:46:02.129Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:46:02.134Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:46:02.135Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:46:16.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:46:16.151Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "policy-distribution-id",
"timestamp": 1679982372567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:46:16.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:46:21.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:46:21.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:46:21.737Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982361536,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:46:21.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:46:21.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:46:21.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "aai-model-loader",
"timestamp": 1679982362867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:46:21.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:46:21.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:46:21.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "multicloud-k8s",
"timestamp": 1679982346102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:46:21.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:46:32.135Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:46:32.155Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:46:32.158Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:46:32.159Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:47:02.159Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:47:02.184Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:47:02.190Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:47:02.191Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:47:21.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:47:21.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.737Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982341398,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:47:21.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:21.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "policy-distribution-id",
"timestamp": 1679982372567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:47:21.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:21.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982361536,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:47:21.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:21.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "multicloud-k8s",
"timestamp": 1679982346102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:47:21.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:21.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "aai-model-loader",
"timestamp": 1679982362867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:47:21.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:21.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.740Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982341398,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:47:21.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:21.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.740Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "policy-distribution-id",
"timestamp": 1679982377148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:47:21.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:21.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.740Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982377950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:47:21.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:21.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "aai-model-loader",
"timestamp": 1679982377459,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:47:21.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:21.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "policy-distribution-id",
"timestamp": 1679982378152,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:47:21.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:21.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "policy-distribution-id",
"timestamp": 1679982379153,
"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-28T05:47:21.773Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d315fdc-3a43-437b-b276-edcee10041ec
2023-03-28T05:47:21.773Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d315fdc-3a43-437b-b276-edcee10041ec 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-28T05:47:21.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:47:21.792Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "aai-model-loader",
"timestamp": 1679982380389,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:47:21.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:47:32.191Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:47:32.213Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:47:32.218Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:47:32.218Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:48:02.218Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:48:02.248Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:48:02.255Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:48:02.256Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:48:21.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:48:21.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:48:21.737Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "aai-model-loader",
"timestamp": 1679982381391,
"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-28T05:48:21.754Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d315fdc-3a43-437b-b276-edcee10041ec
2023-03-28T05:48:21.754Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d315fdc-3a43-437b-b276-edcee10041ec 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-28T05:48:21.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:48:21.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982391529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:48:21.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:48:21.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:48:21.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982391529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:48:21.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:48:21.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:48:21.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982394329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:48:21.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:48:21.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:48:21.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982395807,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:48:21.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:48:21.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:48:21.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982396811,
"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-28T05:48:21.787Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d315fdc-3a43-437b-b276-edcee10041ec
2023-03-28T05:48:21.787Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d315fdc-3a43-437b-b276-edcee10041ec 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-28T05:48:22.855Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-28T05:48:22.855Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Member SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-efe278dc-1bad-4524-a4f9-8cd224c04f8e sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-28T05:48:22.856Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-28T05:48:22.856Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-28T05:48:25.563Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:28.572Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:31.584Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:32.256Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-28T05:48:32.257Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941 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-28T05:48:32.267Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941 and serviceModelVersionId: 13446838-c2d8-44e0-b023-218e9441e598
2023-03-28T05:48:32.267Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3cf4123-39c1-4298-8213-e654cf9416c1
2023-03-28T05:48:32.268Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0
2023-03-28T05:48:32.277Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:48:32.312Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?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-28T05:48:32.312Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|INFO|500||Invoke
2023-03-28T05:48:32.321Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2023-03-28T05:48:32.459Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|INFO|500||InvokeReturn
2023-03-28T05:48:32.460Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:48:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[381168], x-aai-txid=[0-aai-resources-230328-05:48:31:103-15580], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:48:32.460Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-28T05:48:32.460Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-28T05:48:32.460Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||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-28T05:48:32.475Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||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-28T05:48:32.476Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e03c40b6-f5bf-4f3e-979a-0380c4e17941 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-28T05:48:32.476Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-28T05:48:32.476Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:48:32.476Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:48:32.476Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982512476,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
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-28T05:48:33.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T05:48:33.508Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-28T05:48:33.508Z||pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-28T05:48:33.508Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-28T05:48:33.508Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Lost previously 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-28T05:48:33.509Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] (Re-)joining group
2023-03-28T05:48:33.513Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-6e47823a-aee6-4a7e-82c0-7894caafda66
2023-03-28T05:48:33.514Z||pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-28T05:48:33.514Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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-28T05:48:33.514Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] (Re-)joining group
2023-03-28T05:48:34.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:37.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:40.612Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:43.620Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:46.628Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:49.641Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:52.649Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:55.663Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:48:58.672Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:49:01.684Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:49:04.693Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:49:07.704Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:49:10.713Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:49:13.722Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:49:16.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:49:19.740Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:49:21.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:49:21.749Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Revoke previously 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-28T05:49:21.750Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] (Re-)joining group
2023-03-28T05:49:21.757Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e', protocol='range'}
2023-03-28T05:49:21.757Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-6e47823a-aee6-4a7e-82c0-7894caafda66', protocol='range'}
2023-03-28T05:49:21.761Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-6e47823a-aee6-4a7e-82c0-7894caafda66=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-28T05:49:21.775Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e', protocol='range'}
2023-03-28T05:49:21.775Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-6e47823a-aee6-4a7e-82c0-7894caafda66', protocol='range'}
2023-03-28T05:49:21.776Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T05:49:21.776Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T05:49:21.776Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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-28T05:49:21.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, 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-28T05:49:21.782Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-28T05:49:21.782Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-28T05:49:21.782Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-28T05:49:21.782Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-28T05:49:21.782Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-28T05:49:21.782Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=172, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-28T05:49:21.783Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-28T05:49:21.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-28T05:49:21.783Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-28T05:49:21.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-28T05:49:21.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-28T05:49:21.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-28T05:49:22.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.801Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"e03c40b6-f5bf-4f3e-979a-0380c4e17941","serviceName":"basic_onboard_CpOPgh","serviceVersion":"1.0","serviceUUID":"13446838-c2d8-44e0-b023-218e9441e598","serviceDescription":"service","serviceInvariantUUID":"d3cf4123-39c1-4298-8213-e654cf9416c1","resources":[{"resourceInstanceName":"basic_onboard_CpOPgh 0","resourceName":"basic_onboard_CpOPgh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73ba253e-0e40-441b-afec-54085ad7e813","resourceInvariantUUID":"6002ed1d-5224-4b6b-aaa8-0f927fe416af","resourceCustomizationUUID":"f5e6c79d-d784-4751-8533-f0be853b4df4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5MjkzZjEzMmE2ZjUxOTNhODgzZmY2MGY0NTUwODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4fda2bd3-130c-4db8-8d9f-1a669addb589","artifactVersion":"1"},{"artifactName":"basic_onboard_cpopgh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json","artifactChecksum":"MWI3MWU3ZTNmYTZiNWYxNDliNTk5MWMwNzFjYmQwNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d49abee0-4bec-416c-9067-93b96e5134d5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d091e00a-e439-48c5-9343-1a8f7e419e15","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"349a23d8-d9f8-4d78-a145-36df663da992","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"62053107-d388-4069-937d-8160145dff29","artifactVersion":"2","generatedFromUUID":"d091e00a-e439-48c5-9343-1a8f7e419e15"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCpopgh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml","artifactChecksum":"OGMyYTlmMTY5MzI1MGQ3OTJkYmQ1NmU3NjBkZjA2MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c231bc34-8339-4209-961c-84a597fe9856","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCpopgh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar","artifactChecksum":"YTNjNzNlZjIzY2Y2NWEzNjQzYmQxZTY4YTI1Y2RiYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eec29ca7-3c5a-4d95-b138-64e248ca5e0e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-28T05:49:22.804Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:49:22.805Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:49:22.805Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:49:22.805Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:49:22.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "policy-distribution-id",
"timestamp": 1679982440156,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "aai-model-loader",
"timestamp": 1679982452867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982437218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982461524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982438957,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "aai-model-loader",
"timestamp": 1679982452867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982438957,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982437218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.809Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982461524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.809Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "policy-distribution-id",
"timestamp": 1679982440156,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.809Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "policy-distribution-id",
"timestamp": 1679982440156,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "aai-model-loader",
"timestamp": 1679982452867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982438957,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982437218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982461524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "aai-model-loader",
"timestamp": 1679982452867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982438957,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.811Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982437218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.812Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982461524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.812Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "policy-distribution-id",
"timestamp": 1679982440156,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.812Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982438957,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "policy-distribution-id",
"timestamp": 1679982440156,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "aai-model-loader",
"timestamp": 1679982452867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982461524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.813Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982437218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982438957,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "policy-distribution-id",
"timestamp": 1679982440156,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "aai-model-loader",
"timestamp": 1679982452867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982437218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982461524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982438957,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "aai-model-loader",
"timestamp": 1679982452867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982461524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982437218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "policy-distribution-id",
"timestamp": 1679982440156,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982468943,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "policy-distribution-id",
"timestamp": 1679982468646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982469445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "aai-model-loader",
"timestamp": 1679982468953,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "policy-distribution-id",
"timestamp": 1679982469649,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982470033,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.816Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "policy-distribution-id",
"timestamp": 1679982470650,
"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-28T05:49:22.859Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1101844-7f05-4c6e-8dec-0936c7401cd2
2023-03-28T05:49:22.859Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1101844-7f05-4c6e-8dec-0936c7401cd2 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-28T05:49:22.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982471162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:22.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982472208,
"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-28T05:49:22.897Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1101844-7f05-4c6e-8dec-0936c7401cd2
2023-03-28T05:49:22.898Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1101844-7f05-4c6e-8dec-0936c7401cd2 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-28T05:49:22.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.917Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "multicloud-k8s",
"timestamp": 1679982473211,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-28T05:49:22.917Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.917Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "aai-model-loader",
"timestamp": 1679982474195,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:49:22.917Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.917Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "aai-model-loader",
"timestamp": 1679982475198,
"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-28T05:49:22.932Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b1101844-7f05-4c6e-8dec-0936c7401cd2
2023-03-28T05:49:22.933Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1101844-7f05-4c6e-8dec-0936c7401cd2 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-28T05:49:22.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.966Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982470449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982471652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "multicloud-k8s",
"timestamp": 1679982474213,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982481519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "multicloud-k8s",
"timestamp": 1679982474213,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982471652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982470449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.968Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982481519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "multicloud-k8s",
"timestamp": 1679982474213,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982470449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.969Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982471652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.970Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982482867,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.970Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982481519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.970Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.971Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "multicloud-k8s",
"timestamp": 1679982474213,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.971Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982471652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.971Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982470449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.972Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982482867,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.972Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982481519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.973Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.973Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "multicloud-k8s",
"timestamp": 1679982474213,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.973Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982470449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.974Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982471652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.974Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982482867,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.974Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982481519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.975Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.975Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "multicloud-k8s",
"timestamp": 1679982474213,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.975Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982470449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.975Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982471652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982482867,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982481519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982470449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "multicloud-k8s",
"timestamp": 1679982474213,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982471652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982482867,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982481519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982470449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "multicloud-k8s",
"timestamp": 1679982474213,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982471652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982482867,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1679982481519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982489327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982482867,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "cds-sdc-listener",
"timestamp": 1679982489420,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.980Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982488632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:22.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.980Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982482867,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:49:22.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.980Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982489634,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:49:22.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:22.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:22.980Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "policy-distribution-id",
"timestamp": 1679982490639,
"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-28T05:49:23.008Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2cb142b-b896-4d67-9f54-19b9dd862b28
2023-03-28T05:49:23.009Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2cb142b-b896-4d67-9f54-19b9dd862b28 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-28T05:49:23.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982490959,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:23.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982491474,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:49:23.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982492477,
"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-28T05:49:23.035Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b1101844-7f05-4c6e-8dec-0936c7401cd2
2023-03-28T05:49:23.035Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1101844-7f05-4c6e-8dec-0936c7401cd2 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-28T05:49:23.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982494459,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:23.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.054Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "aai-model-loader",
"timestamp": 1679982495461,
"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-28T05:49:23.067Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2cb142b-b896-4d67-9f54-19b9dd862b28
2023-03-28T05:49:23.067Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2cb142b-b896-4d67-9f54-19b9dd862b28 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-28T05:49:23.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:49:23.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982481529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982501611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982503371,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.088Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679982504375,
"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-28T05:49:23.101Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2cb142b-b896-4d67-9f54-19b9dd862b28
2023-03-28T05:49:23.101Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2cb142b-b896-4d67-9f54-19b9dd862b28 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-28T05:49:23.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:49:23.123Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982512476,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-28T05:49:23.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:49:23.806Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:49:23.807Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:49:23.807Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:49:23.807Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:49:24.808Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:49:24.809Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:49:24.809Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:49:24.809Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:49:25.810Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:49:25.810Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:49:25.811Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:49:25.811Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:49:26.811Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:49:26.812Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:49:26.812Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:49:26.812Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:49:27.813Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:49:27.813Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:49:27.814Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:49:27.814Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:49:28.816Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:49:28.816Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:49:28.816Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:49:28.817Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:49:29.818Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"serviceName": "basic_onboard_CpOPgh",
"serviceVersion": "1.0",
"serviceUUID": "13446838-c2d8-44e0-b023-218e9441e598",
"serviceDescription": "service",
"serviceInvariantUUID": "d3cf4123-39c1-4298-8213-e654cf9416c1",
"resources": [
{
"resourceInstanceName": "basic_onboard_CpOPgh 0",
"resourceCustomizationUUID": "f5e6c79d-d784-4751-8533-f0be853b4df4",
"resourceName": "basic_onboard_CpOPgh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "73ba253e-0e40-441b-afec-54085ad7e813",
"resourceInvariantUUID": "6002ed1d-5224-4b6b-aaa8-0f927fe416af",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cpopgh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"artifactChecksum": "MWI3MWU3ZTNmYTZiNWYxNDliNTk5MWMwNzFjYmQwNzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d49abee0-4bec-416c-9067-93b96e5134d5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d091e00a-e439-48c5-9343-1a8f7e419e15",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "62053107-d388-4069-937d-8160145dff29",
"generatedFromUUID": "d091e00a-e439-48c5-9343-1a8f7e419e15"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "62053107-d388-4069-937d-8160145dff29",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCpopgh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"artifactChecksum": "YTNjNzNlZjIzY2Y2NWEzNjQzYmQxZTY4YTI1Y2RiYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eec29ca7-3c5a-4d95-b138-64e248ca5e0e"
}
],
"workloadContext": "Production"
}
2023-03-28T05:49:29.819Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-28T05:49:29.819Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13446838-c2d8-44e0-b023-218e9441e598 ASDC
2023-03-28T05:49:29.819Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e03c40b6-f5bf-4f3e-979a-0380c4e17941
ServiceName:basic_onboard_CpOPgh
ServiceVersion:1.0
ServiceUUID:13446838-c2d8-44e0-b023-218e9441e598
ServiceInvariantUUID:d3cf4123-39c1-4298-8213-e654cf9416c1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCpopgh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar
ArtifactUUID:eec29ca7-3c5a-4d95-b138-64e248ca5e0e
ArtifactChecksum:YTNjNzNlZjIzY2Y2NWEzNjQzYmQxZTY4YTI1Y2RiYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CpOPgh 0
ResourceCustomizationUUID:f5e6c79d-d784-4751-8533-f0be853b4df4
ResourceInvariantUUID:6002ed1d-5224-4b6b-aaa8-0f927fe416af
ResourceName:basic_onboard_CpOPgh
ResourceType:VF
ResourceUUID:73ba253e-0e40-441b-afec-54085ad7e813
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cpopgh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json
ArtifactUUID:d49abee0-4bec-416c-9067-93b96e5134d5
ArtifactChecksum:MWI3MWU3ZTNmYTZiNWYxNDliNTk5MWMwNzFjYmQwNzU=
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/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d091e00a-e439-48c5-9343-1a8f7e419e15
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/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env
ArtifactUUID:62053107-d388-4069-937d-8160145dff29
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/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env
ArtifactUUID:62053107-d388-4069-937d-8160145dff29
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-28T05:49:29.819Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13446838-c2d8-44e0-b023-218e9441e598 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: 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-28T05:49:29.871Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-28T05:49:29.871Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-28T05:49:29.871Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-28T05:49:29.871Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eec29ca7-3c5a-4d95-b138-64e248ca5e0e from URL: /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:49:29.871Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-28T05:49:29.871Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar
2023-03-28T05:49:29.891Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-28T05:49:29.891Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3fd14ffd
2023-03-28T05:49:29.891Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-28T05:49:29.891Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardCpopgh"
]
}
}
}
2023-03-28T05:49:29.891Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCpopgh-csar.csar /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar eec29ca7-3c5a-4d95-b138-64e248ca5e0e Specified artifact is not found 300 ASDC artifact download fail
2023-03-28T05:49:29.892Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar ASDC sendASDCNotification
2023-03-28T05:49:29.892Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar(Specified artifact is not found)
2023-03-28T05:49:29.892Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-28T05:49:29.892Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:49:29.892Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:49:29.892Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982569892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:49:30.893Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardCpopgh-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar(UUID:eec29ca7-3c5a-4d95-b138-64e248ca5e0e)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
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-28T05:49:30.914Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||ERROR|500||error NSST process resource failure
java.lang.NullPointerException: null
at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-28T05:49:30.914Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 73ba253e-0e40-441b-afec-54085ad7e813
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-28T05:49:30.920Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||basic_onboard_CpOPgh 0
2023-03-28T05:49:30.921Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73ba253e-0e40-441b-afec-54085ad7e813
2023-03-28T05:49:30.921Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d49abee0-4bec-416c-9067-93b96e5134d5 from URL: /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json
2023-03-28T05:49:30.921Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-28T05:49:30.921Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json
2023-03-28T05:49:30.937Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-28T05:49:30.938Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@764b530e
2023-03-28T05:49:30.938Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-28T05:49:30.938Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardCpopgh"
]
}
}
}
2023-03-28T05:49:30.938Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_cpopgh0_modules.json /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json d49abee0-4bec-416c-9067-93b96e5134d5 Specified artifact is not found 300 ASDC artifact download fail
2023-03-28T05:49:30.938Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json ASDC sendASDCNotification
2023-03-28T05:49:30.938Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json(Specified artifact is not found)
2023-03-28T05:49:30.938Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-28T05:49:30.939Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:49:30.939Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:49:30.939Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982570938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:49:31.940Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_cpopgh0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json(UUID:d49abee0-4bec-416c-9067-93b96e5134d5)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-28T05:49:31.940Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:49:31.963Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:49:31.968Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:49:31.968Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:50:01.969Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:50:01.991Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:50:01.996Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:50:01.996Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:50:21.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:50:21.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:50:21.737Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:50:21.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:50:31.996Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:50:32.021Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:50:32.026Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:50:32.027Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:51:02.027Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:51:02.049Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:51:02.053Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:51:02.053Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:51:21.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:51:21.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:51:21.737Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "NOTIFIED"
}
2023-03-28T05:51:21.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:51:21.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:51:21.738Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:51:21.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:51:21.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:51:21.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:51:21.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:51:21.740Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982569892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-28T05:51:21.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:51:21.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-28T05:51:21.740Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982570938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-28T05:51:21.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:51:32.054Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:51:32.079Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:51:32.083Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:51:32.083Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:52:02.083Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:52:02.099Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:52:02.102Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:52:02.103Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:52:21.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:52:32.103Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:52:32.125Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:52:32.130Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:52:32.131Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:53:02.131Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:53:02.152Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:53:02.156Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:53:02.156Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:53:21.735Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:53:32.156Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:53:32.174Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:53:32.178Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:53:32.178Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:54:02.178Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:54:02.201Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941
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-28T05:54:02.207Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-28T05:54:02.207Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-28T05:54:21.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:54:22.807Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-28T05:54:22.808Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Member SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7-6e47823a-aee6-4a7e-82c0-7894caafda66 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-28T05:54:22.808Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-28T05:54:22.808Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-567aec32-8ab9-43f1-ae23-c8a5c7942fd7, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-28T05:54:25.300Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Request joining group due to: group is already rebalancing
2023-03-28T05:54:25.314Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Revoke previously 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-28T05:54:25.315Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] (Re-)joining group
2023-03-28T05:54:25.321Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e', protocol='range'}
2023-03-28T05:54:25.322Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e=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-28T05:54:25.337Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a-ca40a6a5-96fb-44c8-abca-6ec842ac902e', protocol='range'}
2023-03-28T05:54:25.337Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T05:54:25.338Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, 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-28T05:54:25.343Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-28T05:54:25.343Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-28T05:54:25.344Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-28T05:54:25.344Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=297, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-28T05:54:25.344Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-28T05:54:25.344Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99612623-31c4-4cbe-995f-2c80cf56390a, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-28T05:54:32.208Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-28T05:54:32.209Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941 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-28T05:54:32.220Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e03c40b6-f5bf-4f3e-979a-0380c4e17941 and serviceModelVersionId: 13446838-c2d8-44e0-b023-218e9441e598
2023-03-28T05:54:32.220Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3cf4123-39c1-4298-8213-e654cf9416c1
2023-03-28T05:54:32.221Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0
2023-03-28T05:54:32.226Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:54:32.265Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|INFO|500||Invoke
2023-03-28T05:54:32.266Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e03c40b6-f5bf-4f3e-979a-0380c4e17941], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2f32614-d3d8-4db9-b929-d0c2ae5b670f], X-ECOMP-RequestID=[e03c40b6-f5bf-4f3e-979a-0380c4e17941], X-TransactionId=[], X-ONAP-RequestID=[e03c40b6-f5bf-4f3e-979a-0380c4e17941], Content-Type=[application/merge-patch+json]}
2023-03-28T05:54:32.273Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2023-03-28T05:54:32.400Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:54:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[381168], x-aai-txid=[2-aai-resources-230328-05:54:31:056-47101], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:54:32.401Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-28T05:54:32.401Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d3cf4123-39c1-4298-8213-e654cf9416c1/model-vers/model-ver/13446838-c2d8-44e0-b023-218e9441e598?depth=0|INFO|500||InvokeReturn
2023-03-28T05:54:32.401Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-28T05:54:32.401Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-28T05:54:32.412Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-28T05:54:32.412Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e03c40b6-f5bf-4f3e-979a-0380c4e17941 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-28T05:54:32.412Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-28T05:54:32.413Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:54:32.413Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:54:32.413Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982872412,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:54:32.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-28T05:54:32.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982872412,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-28T05:54:32.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-28T05:54:33.441Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-28T05:54:33.442Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"6d315fdc-3a43-437b-b276-edcee10041ec","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"baa19d62-62c3-43ef-9567-048930744e84","serviceDescription":"service","serviceInvariantUUID":"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2d73a0cf-88be-4d48-bac8-32bf0bef18a1","resourceInvariantUUID":"d29d359d-e7f2-4e47-82d7-f803b9e570ef","resourceCustomizationUUID":"23a5224b-144f-4925-95ad-3b6fb3010917","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":"YWUyNzM0NWRhMGRmMjVhN2I4OTgzMTA2MjI5NzBhZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"526996e8-0ef8-4444-add7-8f8225061ef9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmQ1NjkyMjU4ZGIyZThkYTZlNGQ1Yjk2ZDdjNGNiZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f7e269d-4c3d-442a-ac24-b1a1721ffda4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-28T05:54:33.442Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:54:33.442Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:54:33.442Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:54:33.442Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"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-28T05:54:34.443Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:54:34.443Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:54:34.443Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:54:34.443Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:54:35.445Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "baa19d62-62c3-43ef-9567-048930744e84",
"serviceDescription": "service",
"serviceInvariantUUID": "68899c2d-d5d8-40ff-9f1c-97dbc2695d9d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "23a5224b-144f-4925-95ad-3b6fb3010917",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2d73a0cf-88be-4d48-bac8-32bf0bef18a1",
"resourceInvariantUUID": "d29d359d-e7f2-4e47-82d7-f803b9e570ef",
"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": "ZmQ1NjkyMjU4ZGIyZThkYTZlNGQ1Yjk2ZDdjNGNiZTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3f7e269d-4c3d-442a-ac24-b1a1721ffda4"
}
],
"workloadContext": "Production"
}
2023-03-28T05:54:35.445Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-28T05:54:35.445Z|e03c40b6-f5bf-4f3e-979a-0380c4e17941|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 baa19d62-62c3-43ef-9567-048930744e84 ASDC
2023-03-28T05:54:35.445Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6d315fdc-3a43-437b-b276-edcee10041ec
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:baa19d62-62c3-43ef-9567-048930744e84
ServiceInvariantUUID:68899c2d-d5d8-40ff-9f1c-97dbc2695d9d
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:3f7e269d-4c3d-442a-ac24-b1a1721ffda4
ArtifactChecksum:ZmQ1NjkyMjU4ZGIyZThkYTZlNGQ1Yjk2ZDdjNGNiZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:23a5224b-144f-4925-95ad-3b6fb3010917
ResourceInvariantUUID:d29d359d-e7f2-4e47-82d7-f803b9e570ef
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2d73a0cf-88be-4d48-bac8-32bf0bef18a1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-28T05:54:35.445Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF baa19d62-62c3-43ef-9567-048930744e84 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-28T05:54:35.508Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-28T05:54:35.509Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-28T05:54:35.509Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-28T05:54:35.509Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3f7e269d-4c3d-442a-ac24-b1a1721ffda4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-28T05:54:35.510Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-28T05:54:35.510Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-28T05:54:35.747Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-28T05:54:35.749Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3f7e269d-4c3d-442a-ac24-b1a1721ffda4 57804
2023-03-28T05:54:35.749Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-28T05:54:35.750Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-28T05:54:35.750Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-28T05:54:35.750Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:54:35.751Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:54:35.751Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982875749,
"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-28T05:54:36.752Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-28T05:54:36.753Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-28T05:54:36.753Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3f7e269d-4c3d-442a-ac24-b1a1721ffda4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:36.754Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-28T05:54:36.754Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:36.755Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:36.832Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7161794114059796256/Definitions/service-BasicNetwork-template.yml
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:37.148Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:37.149Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-28T05:54:37.149Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-28T05:54:37.149Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.149Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.149Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.151Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.152Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.152Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.152Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.152Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.152Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.152Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.152Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:baa19d62-62c3-43ef-9567-048930744e84
Model Version:NULL
Model InvariantUuid:68899c2d-d5d8-40ff-9f1c-97dbc2695d9d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d29d359d-e7f2-4e47-82d7-f803b9e570ef
Model UUID:75383ecb-7901-4f5c-a494-d9d593a8d5ff
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:23a5224b-144f-4925-95ad-3b6fb3010917
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-28T05:54:37.173Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 2d73a0cf-88be-4d48-bac8-32bf0bef18a1
2023-03-28T05:54:37.173Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||No resources found for Service: baa19d62-62c3-43ef-9567-048930744e84
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-28T05:54:37.180Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||
2023-03-28T05:54:37.180Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-28T05:54:37.180Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||No resources found for Service: baa19d62-62c3-43ef-9567-048930744e84
2023-03-28T05:54:37.180Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: baa19d62-62c3-43ef-9567-048930744e84
2023-03-28T05:54:37.180Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-28T05:54:37.180Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-28T05:54:37.193Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66ae3142, org.onap.sdc.toscaparser.api.parameters.Input@4c042fc7, org.onap.sdc.toscaparser.api.parameters.Input@49627f74, org.onap.sdc.toscaparser.api.parameters.Input@6999b78d, org.onap.sdc.toscaparser.api.parameters.Input@7e2aafdd]
2023-03-28T05:54:37.194Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.195Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.195Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.195Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.195Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid baa19d62-62c3-43ef-9567-048930744e84: Generic NeutronNet
2023-03-28T05:54:37.195Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.195Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.195Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.195Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-28T05:54:37.251Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.251Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.251Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.251Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.251Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:54:37.251Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:54:37.251Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-28T05:54:37.419Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-03-28T05:54:37.419Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-28T05:54:37.419Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-28T05:54:37.419Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-28T05:54:37.419Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:54:37.419Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:54:37.419Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982877419,
"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-28T05:54:38.421Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d315fdc-3a43-437b-b276-edcee10041ec
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-28T05:54:38.445Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d315fdc-3a43-437b-b276-edcee10041ec
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-28T05:54:38.450Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-28T05:54:38.450Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-28T05:54:38.450Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-28T05:54:38.450Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-28T05:54:38.450Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-28T05:54:38.450Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-28T05:54:38.451Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-28T05:54:38.451Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-28T05:54:38.451Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-28T05:54:38.464Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-28T05:55:08.465Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d315fdc-3a43-437b-b276-edcee10041ec 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-28T05:55:08.477Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d315fdc-3a43-437b-b276-edcee10041ec and serviceModelVersionId: baa19d62-62c3-43ef-9567-048930744e84
2023-03-28T05:55:08.477Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68899c2d-d5d8-40ff-9f1c-97dbc2695d9d
2023-03-28T05:55:08.478Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d/model-vers/model-ver/baa19d62-62c3-43ef-9567-048930744e84?depth=0
2023-03-28T05:55:08.482Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:55:08.511Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d/model-vers/model-ver/baa19d62-62c3-43ef-9567-048930744e84?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-28T05:55:08.512Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d/model-vers/model-ver/baa19d62-62c3-43ef-9567-048930744e84?depth=0|INFO|500||Invoke
2023-03-28T05:55:08.521Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d/model-vers/model-ver/baa19d62-62c3-43ef-9567-048930744e84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-28T05:55:08.655Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d/model-vers/model-ver/baa19d62-62c3-43ef-9567-048930744e84?depth=0|INFO|500||InvokeReturn
2023-03-28T05:55:08.656Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d/model-vers/model-ver/baa19d62-62c3-43ef-9567-048930744e84?depth=0 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:55:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[241832], x-aai-txid=[1-aai-resources-230328-05:55:07:301-56075], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:55:08.656Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-28T05:55:08.656Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-28T05:55:08.656Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-28T05:55:08.669Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-28T05:55:08.669Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d315fdc-3a43-437b-b276-edcee10041ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-28T05:55:08.669Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-28T05:55:08.670Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:08.670Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:08.670Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982908669,
"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-28T05:55:09.703Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-28T05:55:09.703Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"b1101844-7f05-4c6e-8dec-0936c7401cd2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f13ca837-ae90-403c-9881-446f755d4bf8","serviceDescription":"service","serviceInvariantUUID":"22d33c51-a0cb-43ff-b88c-056b90379b28","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"34e5bbe9-7741-4165-b12d-b84e25d08f32","resourceInvariantUUID":"f898deb2-e327-4ee2-9a03-34e07a677d6e","resourceCustomizationUUID":"42b32958-f457-419a-b9ad-9d83f09d3632","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":"MjNiOTJiYjJhZDBkN2MyNjhhMDRmMDUxMDViZWRiMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62f26e84-bf2e-40e5-988d-2a7a91849eff","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":"N2RhYjY1YjFjMTkyMDgwODU0OTI2YWVkMTg3OTQzZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7aeb8003-1803-4624-aedf-ffe1fcf931c8","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":"f806266e-6d66-42df-a556-de319d652129","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":"c09a72b0-0f8e-476e-82f1-16dcd82ad64c","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":"f6289936-6aac-441c-8af2-efa335579f8c","artifactVersion":"2","generatedFromUUID":"f806266e-6d66-42df-a556-de319d652129"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2JlNzI4MTFhZWI4NTgxOWU3OGZhNmM4ODRkNTViN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8b8d456-25e5-4024-b0fb-35d62ebfbac0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTdiNjRjZjVlYzU0MjIwNGNlNDk0YTUxODZkNWJmMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88db2004-e0d0-45c3-b086-5eac73849247","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-28T05:55:09.704Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:55:09.704Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:09.704Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:09.704Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"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-28T05:55:10.705Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:55:10.706Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:10.706Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:10.706Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"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-28T05:55:11.707Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:55:11.707Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:11.707Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:11.708Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"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-28T05:55:12.708Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:55:12.709Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:12.709Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:12.709Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"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-28T05:55:13.710Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:55:13.711Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:13.711Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:13.711Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"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-28T05:55:14.712Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:55:14.712Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:14.712Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:14.712Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"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-28T05:55:15.713Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-28T05:55:15.714Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:15.714Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:15.714Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:55:16.715Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "f13ca837-ae90-403c-9881-446f755d4bf8",
"serviceDescription": "service",
"serviceInvariantUUID": "22d33c51-a0cb-43ff-b88c-056b90379b28",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "42b32958-f457-419a-b9ad-9d83f09d3632",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "34e5bbe9-7741-4165-b12d-b84e25d08f32",
"resourceInvariantUUID": "f898deb2-e327-4ee2-9a03-34e07a677d6e",
"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": "N2RhYjY1YjFjMTkyMDgwODU0OTI2YWVkMTg3OTQzZTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7aeb8003-1803-4624-aedf-ffe1fcf931c8",
"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": "f806266e-6d66-42df-a556-de319d652129",
"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": "f6289936-6aac-441c-8af2-efa335579f8c",
"generatedFromUUID": "f806266e-6d66-42df-a556-de319d652129"
},
"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": "f6289936-6aac-441c-8af2-efa335579f8c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NTdiNjRjZjVlYzU0MjIwNGNlNDk0YTUxODZkNWJmMWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "88db2004-e0d0-45c3-b086-5eac73849247"
}
],
"workloadContext": "Production"
}
2023-03-28T05:55:16.715Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-28T05:55:16.715Z|6d315fdc-3a43-437b-b276-edcee10041ec|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f13ca837-ae90-403c-9881-446f755d4bf8 ASDC
2023-03-28T05:55:16.716Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b1101844-7f05-4c6e-8dec-0936c7401cd2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f13ca837-ae90-403c-9881-446f755d4bf8
ServiceInvariantUUID:22d33c51-a0cb-43ff-b88c-056b90379b28
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:88db2004-e0d0-45c3-b086-5eac73849247
ArtifactChecksum:NTdiNjRjZjVlYzU0MjIwNGNlNDk0YTUxODZkNWJmMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:42b32958-f457-419a-b9ad-9d83f09d3632
ResourceInvariantUUID:f898deb2-e327-4ee2-9a03-34e07a677d6e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:34e5bbe9-7741-4165-b12d-b84e25d08f32
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:7aeb8003-1803-4624-aedf-ffe1fcf931c8
ArtifactChecksum:N2RhYjY1YjFjMTkyMDgwODU0OTI2YWVkMTg3OTQzZTY=
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:f806266e-6d66-42df-a556-de319d652129
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:f6289936-6aac-441c-8af2-efa335579f8c
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:f6289936-6aac-441c-8af2-efa335579f8c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-28T05:55:16.716Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f13ca837-ae90-403c-9881-446f755d4bf8 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-28T05:55:16.792Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-28T05:55:16.792Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-28T05:55:16.792Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-28T05:55:16.792Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 88db2004-e0d0-45c3-b086-5eac73849247 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-28T05:55:16.793Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-28T05:55:16.793Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-28T05:55:17.034Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-28T05:55:17.038Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88db2004-e0d0-45c3-b086-5eac73849247 75178
2023-03-28T05:55:17.039Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-28T05:55:17.039Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-28T05:55:17.039Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-28T05:55:17.039Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:17.039Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:17.039Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982917039,
"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-28T05:55:18.040Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-28T05:55:18.041Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-28T05:55:18.041Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 88db2004-e0d0-45c3-b086-5eac73849247, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:18.042Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-28T05:55:18.042Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:18.042Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:18.137Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14964015365630090508/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-28T05:55:19.032Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-28T05:55:19.032Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:19.033Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-28T05:55:19.034Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-28T05:55:19.034Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-28T05:55:19.034Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.034Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:19.034Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-28T05:55:19.034Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-28T05:55:19.034Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-28T05:55:19.034Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.034Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.035Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-28T05:55:19.036Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:55:19.036Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.036Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-28T05:55:19.036Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:55:19.036Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.036Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-28T05:55:19.036Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=97201ecf-eba5-4080-bb98-326a846dec4e
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:19.037Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f13ca837-ae90-403c-9881-446f755d4bf8
Model Version:NULL
Model InvariantUuid:22d33c51-a0cb-43ff-b88c-056b90379b28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:625c049c-8631-4145-bce7-919347276518
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f898deb2-e327-4ee2-9a03-34e07a677d6e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:42b32958-f457-419a-b9ad-9d83f09d3632
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:91ba9a10-a41d-4478-96d8-5f1e5ffeecc3
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a8bb7870-f84f-48bb-a5dd-ba379e6381df
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:97201ecf-eba5-4080-bb98-326a846dec4e
ModelInvariantUuid:f99e8f56-ca33-4796-8c29-a548210305d3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:46247b73-da61-4796-a1cf-29f398f333b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:d600f0bf-ba02-4634-9b34-e969a282d3eb
ModelInvariantUuid:640aade7-35ec-40d3-982d-2923b4afc932
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2008e8c7-1ba6-4283-8300-e5c2c5f7ab39
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-28T05:55:19.060Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 34e5bbe9-7741-4165-b12d-b84e25d08f32
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-28T05:55:19.067Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||basic_vm 0
2023-03-28T05:55:19.068Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 34e5bbe9-7741-4165-b12d-b84e25d08f32
2023-03-28T05:55:19.068Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7aeb8003-1803-4624-aedf-ffe1fcf931c8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-28T05:55:19.068Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-28T05:55:19.069Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-28T05:55:19.158Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-28T05:55:19.159Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7aeb8003-1803-4624-aedf-ffe1fcf931c8 787
2023-03-28T05:55:19.159Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-03-28T05:55:19.159Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-28T05:55:19.160Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-28T05:55:19.160Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:19.160Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:19.160Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982919159,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:55:20.162Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "91ba9a10-a41d-4478-96d8-5f1e5ffeecc3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a8bb7870-f84f-48bb-a5dd-ba379e6381df",
"vfModuleModelCustomizationUUID": "b528a88c-0c5f-4bf8-8c17-87d39878fdd2",
"isBase": true,
"artifacts": [
"f806266e-6d66-42df-a556-de319d652129",
"f6289936-6aac-441c-8af2-efa335579f8c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-28T05:55:20.168Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a8bb7870-f84f-48bb-a5dd-ba379e6381df
VfModuleModelInvariantUUID:91ba9a10-a41d-4478-96d8-5f1e5ffeecc3
VfModuleModelDescription:NULL
Artifacts UUID List:{
f806266e-6d66-42df-a556-de319d652129
,
f6289936-6aac-441c-8af2-efa335579f8c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-28T05:55:20.171Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "91ba9a10-a41d-4478-96d8-5f1e5ffeecc3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a8bb7870-f84f-48bb-a5dd-ba379e6381df",
"vfModuleModelCustomizationUUID": "b528a88c-0c5f-4bf8-8c17-87d39878fdd2",
"isBase": true,
"artifacts": [
"f806266e-6d66-42df-a556-de319d652129",
"f6289936-6aac-441c-8af2-efa335579f8c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-28T05:55:20.172Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a8bb7870-f84f-48bb-a5dd-ba379e6381df
VfModuleModelInvariantUUID:91ba9a10-a41d-4478-96d8-5f1e5ffeecc3
VfModuleModelDescription:NULL
Artifacts UUID List:{
f806266e-6d66-42df-a556-de319d652129
,
f6289936-6aac-441c-8af2-efa335579f8c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-28T05:55:20.172Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f806266e-6d66-42df-a556-de319d652129 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-28T05:55:20.172Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-28T05:55:20.172Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-28T05:55:20.253Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-28T05:55:20.254Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f806266e-6d66-42df-a556-de319d652129 5033
2023-03-28T05:55:20.254Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-28T05:55:20.254Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-28T05:55:20.254Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-28T05:55:20.254Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:20.255Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:20.255Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982920254,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:55:21.257Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f6289936-6aac-441c-8af2-efa335579f8c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-28T05:55:21.257Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-28T05:55:21.257Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-28T05:55:21.348Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-28T05:55:21.348Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f6289936-6aac-441c-8af2-efa335579f8c 903
2023-03-28T05:55:21.349Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-28T05:55:21.349Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-28T05:55:21.349Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-28T05:55:21.349Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-28T05:55:21.349Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-28T05:55:21.349Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982921349,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:55:21.735Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T05:55:21.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.741Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:55:21.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.742Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:55:21.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.743Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982875749,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:55:21.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.744Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982877419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-28T05:55:21.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.744Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982908669,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-28T05:55:21.745Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.745Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:55:21.745Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.745Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-03-28T05:55:21.745Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.746Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-28T05:55:21.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.746Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:55:21.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.747Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-03-28T05:55:21.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.747Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-28T05:55:21.748Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.748Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982513507,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-28T05:55:21.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.749Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982917039,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:55:21.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.749Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982919159,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:55:21.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.749Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982920254,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:55:21.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:21.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-28T05:55:21.750Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679982921349,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-03-28T05:55:21.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-28T05:55:22.351Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f13ca837-ae90-403c-9881-446f755d4bf8
2023-03-28T05:55:22.351Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 34e5bbe9-7741-4165-b12d-b84e25d08f32 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-28T05:55:22.379Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57a339a6, org.onap.sdc.toscaparser.api.parameters.Input@549d169a, org.onap.sdc.toscaparser.api.parameters.Input@740ad01b, org.onap.sdc.toscaparser.api.parameters.Input@16de4d72, org.onap.sdc.toscaparser.api.parameters.Input@587e2806]
2023-03-28T05:55:22.381Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:22.381Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:22.381Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-03-28T05:55:22.381Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 42b32958-f457-419a-b9ad-9d83f09d3632
2023-03-28T05:55:22.381Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42b32958-f457-419a-b9ad-9d83f09d3632 matches Tosca VF Customization UUID: 42b32958-f457-419a-b9ad-9d83f09d3632
2023-03-28T05:55:22.381Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 42b32958-f457-419a-b9ad-9d83f09d3632 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-28T05:55:22.387Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:22.387Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:22.387Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 42b32958-f457-419a-b9ad-9d83f09d3632: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-28T05:55:22.388Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d2a643e
2023-03-28T05:55:22.388Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:22.388Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-28T05:55:22.388Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b528a88c-0c5f-4bf8-8c17-87d39878fdd2
2023-03-28T05:55:22.388Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b528a88c-0c5f-4bf8-8c17-87d39878fdd2
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-28T05:55:22.393Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:22.393Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-28T05:55:22.393Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:55:22.393Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:22.393Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-28T05:55:22.394Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:55:22.394Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:22.394Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-28T05:55:22.394Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-28T05:55:22.394Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-28T05:55:22.394Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=97201ecf-eba5-4080-bb98-326a846dec4e
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-28T05:55:22.399Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:22.399Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-28T05:55:22.399Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-28T05:55:22.399Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:22.399Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-28T05:55:22.399Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=42b32958-f457-419a-b9ad-9d83f09d3632
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-28T05:55:22.404Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:22.404Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:22.404Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f13ca837-ae90-403c-9881-446f755d4bf8: basic_vm
2023-03-28T05:55:22.404Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-28T05:55:22.404Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-28T05:55:22.404Z|b1101844-7f05-4c6e-8dec-0936c7401cd2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery