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-02-02T08:30:14.981Z||main|||||INFO|500||The following profiles are active: basic
2023-02-02T08:30:28.327Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-02T08:30:28.327Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-02T08:30:28.448Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-02T08:30:33.521Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-02T08:30:34.055Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-02T08:30:34.580Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-02T08:30:34.792Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-02T08:30:35.422Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-02T08:30:38.768Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-02T08:30:39.479Z||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-02-02T08:30:42.895Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-02T08:30:43.016Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-02T08:30:43.079Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-02T08:30:43.097Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-02T08:30:43.777Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-02T08:30:44.304Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-02T08:30:45.464Z||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-02-02T08:30:46.451Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-02T08:30:46.452Z||main|||||ERROR|500||(conn=1134) Table 'catalogdb.activity_spec' doesn't exist
2023-02-02T08:30:46.497Z||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-02-02T08:30:50.412Z||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-02-02T08:30:53.334Z||main|||||WARN|500||---
2023-02-02T08:30:53.335Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-02T08:30:53.335Z||main|||||WARN|500||---
2023-02-02T08:30:53.748Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-02T08:30:58.689Z||main|||||INFO|500||Started Application in 48.523 seconds (JVM running for 51.034)
2023-02-02T08:30:58.715Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-02T08:30:58.717Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-02T08:30:58.730Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-02T08:30:58.814Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 47cf3c3d-4325-42e9-bca0-a8f4f33dd8f0 url= /sdc/v1/artifactTypes
2023-02-02T08:30:58.833Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-02T08:30:59.089Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-02T08:30:59.137Z||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-02-02T08:30:59.138Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-02T08:30:59.138Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 13a6f911-da03-43e6-a0e4-0bda0ff14c1e url= /sdc/v1/distributionKafkaData
2023-02-02T08:30:59.138Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-02T08:30:59.218Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-02T08:30:59.224Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@584157f9
2023-02-02T08:30:59.319Z||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-fb6e0bed-e116-4974-8009-40ba65452eae
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-02-02T08:30:59.382Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Instantiated an idempotent producer.
2023-02-02T08:30:59.481Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-02T08:30:59.567Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-02T08:30:59.567Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-02T08:30:59.567Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675326659562
2023-02-02T08:30:59.575Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-02T08:30:59.607Z||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-0826f45f-8699-44d7-90f5-02ad91649ce4
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-02-02T08:30:59.699Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-02T08:30:59.700Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-02T08:30:59.700Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675326659699
2023-02-02T08:30:59.701Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:30:59.707Z||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-1c4b3f02-2589-451e-bb89-c397c6a3fdfb
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-02-02T08:30:59.710Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:30:59.724Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-02T08:30:59.724Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-02T08:30:59.724Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675326659723
2023-02-02T08:30:59.725Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:30:59.786Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-02T08:30:59.789Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:31:00.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 c1drNva4RzS-RDD1BMR3Hw
2023-02-02T08:31:00.708Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 c1drNva4RzS-RDD1BMR3Hw
2023-02-02T08:31:00.711Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 c1drNva4RzS-RDD1BMR3Hw
2023-02-02T08:31:00.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 c1drNva4RzS-RDD1BMR3Hw
2023-02-02T08:31:00.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 c1drNva4RzS-RDD1BMR3Hw
2023-02-02T08:31:00.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 c1drNva4RzS-RDD1BMR3Hw
2023-02-02T08:31:00.720Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:00.725Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:00.725Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:00.725Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:00.726Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:00.727Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:00.728Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Cluster ID: jy5rpkr3Q9GIS805w0TpSg
2023-02-02T08:31:00.723Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Cluster ID: jy5rpkr3Q9GIS805w0TpSg
2023-02-02T08:31:00.739Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-02T08:31:00.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-02T08:31:00.755Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Cluster ID: jy5rpkr3Q9GIS805w0TpSg
2023-02-02T08:31:00.767Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] ProducerId set to 2003 with epoch 0
2023-02-02T08:31:00.848Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] (Re-)joining group
2023-02-02T08:31:00.850Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] (Re-)joining group
2023-02-02T08:31:00.968Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4-8022388f-5256-43c9-bff9-1650823c2507
2023-02-02T08:31:00.970Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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-02-02T08:31:00.971Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] (Re-)joining group
2023-02-02T08:31:00.974Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb-37416814-75cb-41bc-a195-703d6fb052f6
2023-02-02T08:31:00.975Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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-02-02T08:31:00.975Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] (Re-)joining group
2023-02-02T08:31:07.003Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4-8022388f-5256-43c9-bff9-1650823c2507', protocol='range'}
2023-02-02T08:31:07.004Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb-37416814-75cb-41bc-a195-703d6fb052f6', protocol='range'}
2023-02-02T08:31:07.104Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:07.105Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:07.105Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:07.105Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:07.106Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:07.106Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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 kROv-M-2RtykWVgRZ14p9Q
2023-02-02T08:31:07.110Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb-37416814-75cb-41bc-a195-703d6fb052f6=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-0826f45f-8699-44d7-90f5-02ad91649ce4-8022388f-5256-43c9-bff9-1650823c2507=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-02-02T08:31:07.141Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb-37416814-75cb-41bc-a195-703d6fb052f6', protocol='range'}
2023-02-02T08:31:07.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4-8022388f-5256-43c9-bff9-1650823c2507', protocol='range'}
2023-02-02T08:31:07.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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-02-02T08:31:07.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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-02-02T08:31:07.147Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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-02-02T08:31:07.147Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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-02-02T08:31:07.162Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-02T08:31:07.162Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-02T08:31:07.163Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-02T08:31:07.163Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-02T08:31:07.163Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-02T08:31:07.163Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-02T08:31:07.164Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-02T08:31:07.165Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-02T08:31:07.166Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-02T08:31:07.165Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-02T08:31:07.166Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-02T08:31:07.166Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-02T08:31:07.237Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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-02-02T08:31:07.239Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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-02-02T08:31:07.274Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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-02-02T08:31:07.275Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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-02-02T08:31:07.291Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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-02-02T08:31:07.292Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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-02-02T08:31:07.295Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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-02-02T08:31:07.296Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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-02-02T08:31:07.297Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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-02-02T08:31:07.298Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, 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-02-02T08:31:07.306Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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-02-02T08:31:07.307Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, 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-02-02T08:31:59.718Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:31:59.791Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:32:59.722Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:32:59.798Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:33:59.723Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:33:59.800Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:34:59.726Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:34:59.802Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:35:59.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:35:59.805Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:36:59.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:36:59.806Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:37:59.727Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:37:59.807Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:38:59.728Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:38:59.809Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:39:59.730Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:39:59.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:40:00.893Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c4b3f02-2589-451e-bb89-c397c6a3fdfb, groupId=so] Node -1 disconnected.
2023-02-02T08:40:00.947Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0826f45f-8699-44d7-90f5-02ad91649ce4, groupId=so] Node -1 disconnected.
2023-02-02T08:40:01.104Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Node -1 disconnected.
2023-02-02T08:40:40.810Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-02T08:40:59.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:40:59.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:41:59.732Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:41:59.812Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:42:59.734Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:42:59.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:43:59.735Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:43:59.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:44:59.736Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:44:59.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:45:59.737Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:45:59.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:46:59.737Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:46:59.816Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:47:59.739Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:47:59.817Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:48:59.740Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:48:59.818Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:49:59.742Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:49:59.820Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:50:59.743Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:50:59.821Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:51:59.746Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:51:59.823Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:52:59.747Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:52:59.823Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:53:59.750Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:53:59.825Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:54:59.750Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:54:59.826Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:55:59.752Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:55:59.828Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:56:59.752Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:56:59.829Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:57:59.753Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:57:59.831Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:58:59.755Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:58:59.832Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T08:59:59.760Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T08:59:59.832Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:00:59.762Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:00:59.833Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:01:59.763Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:01:59.833Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:02:59.764Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:02:59.833Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:03:59.766Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:03:59.835Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:04:59.769Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:04:59.837Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:05:59.770Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:05:59.839Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:06:59.774Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:06:59.841Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:07:59.777Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:07:59.842Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:08:59.780Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:08:59.846Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:09:59.782Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:09:59.846Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:10:59.783Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:10:59.850Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:11:59.784Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:11:59.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:12:59.786Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:12:59.856Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:13:59.788Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:13:59.858Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:14:59.789Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:14:59.860Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:15:59.789Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:15:59.861Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:16:59.791Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:16:59.862Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:17:59.793Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:17:59.864Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:18:59.795Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:18:59.864Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:19:59.796Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:19:59.866Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:20:59.797Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:20:59.867Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:21:59.797Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:21:59.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:22:59.800Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:22:59.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:23:59.805Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:23:59.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:24:59.806Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:24:59.874Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:25:59.806Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:25:59.878Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:26:59.807Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:26:59.882Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:27:59.809Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:27:59.883Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:28:59.810Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:28:59.883Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:29:59.811Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:29:59.883Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:30:59.812Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:30:59.884Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:31:59.813Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:31:59.885Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:32:59.815Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:32:59.887Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:33:59.815Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:33:59.888Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:34:59.820Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:34:59.890Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:35:59.822Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:35:59.895Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:36:59.823Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:36:59.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:37:59.825Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:37:59.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:38:59.825Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:38:59.898Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:39:59.827Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:39:59.898Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:40:59.827Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:40:59.902Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:41:59.829Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:41:59.904Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:42:59.829Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:42:59.904Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:43:59.831Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:43:59.907Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:44:59.833Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:44:59.909Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:45:59.835Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:45:59.910Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:46:59.837Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:46:59.910Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:47:59.837Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:47:59.913Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:48:59.839Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:48:59.914Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:49:59.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:49:59.916Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:50:59.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:50:59.917Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:51:59.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:51:59.919Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:52:59.842Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:52:59.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:53:59.845Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:53:59.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:54:59.846Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:54:59.922Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:55:59.848Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:55:59.923Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:56:59.848Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:56:59.923Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:57:59.850Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:57:59.924Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:58:59.851Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:58:59.925Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T09:59:59.852Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T09:59:59.930Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:00:59.854Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:00:59.930Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:01:59.855Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:01:59.930Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:02:59.855Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:02:59.932Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:03:59.857Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:03:59.933Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:04:59.858Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:04:59.933Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:05:59.860Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:05:59.935Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:06:59.861Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:06:59.935Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:07:59.862Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:07:59.936Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:08:59.864Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:08:59.937Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:09:59.866Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:09:59.938Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:10:59.870Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:10:59.939Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:11:59.870Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:11:59.941Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:12:59.871Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:12:59.942Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:13:59.872Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:13:59.942Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:14:59.874Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:14:59.943Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:15:59.880Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:15:59.945Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:16:59.881Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:16:59.945Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:17:59.882Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:17:59.949Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:18:59.886Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:18:59.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:19:59.886Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:19:59.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:20:59.888Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:20:59.952Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:21:59.888Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:21:59.952Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:22:59.890Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:22:59.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:23:59.892Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:23:59.956Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:24:59.895Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:24:59.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:25:59.896Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:25:59.959Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:26:59.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:26:59.960Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:27:59.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:27:59.962Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:28:59.899Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:28:59.963Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:29:59.899Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:29:59.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:30:59.901Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:30:59.964Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:31:59.901Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:31:59.965Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:32:59.903Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:32:59.966Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:33:59.910Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:33:59.968Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:34:59.911Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:34:59.968Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:35:59.912Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:35:59.969Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:36:59.913Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:36:59.970Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:37:59.914Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:37:59.974Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:38:59.915Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:38:59.976Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:39:59.916Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:39:59.976Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:40:59.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:40:59.978Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:41:59.920Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:41:59.978Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:42:59.921Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:42:59.980Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:43:59.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:43:59.982Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:44:59.924Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:44:59.982Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:45:59.925Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:45:59.983Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:46:59.926Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:46:59.983Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:47:59.927Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:47:59.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:48:59.927Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:48:59.986Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:49:59.930Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:49:59.988Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:50:59.931Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:50:59.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:51:59.934Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:51:59.990Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:52:59.935Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:52:59.991Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:53:59.938Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:53:59.992Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:54:59.938Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:54:59.993Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:55:59.940Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:55:59.995Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:56:59.940Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:56:59.997Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:57:59.942Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:57:59.997Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:58:59.942Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:58:59.998Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T10:59:59.944Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T10:59:59.998Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:00:59.945Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:01:00.000Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:01:59.947Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:02:00.000Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:02:59.948Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:03:00.002Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:03:59.948Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:04:00.014Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:04:59.950Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:05:00.014Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:05:59.951Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:06:00.016Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:06:59.952Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:07:00.017Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:07:59.953Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:08:00.017Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:08:59.956Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:09:00.019Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:09:59.962Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:10:00.020Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:10:59.965Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:11:00.020Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:11:59.967Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:12:00.024Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:12:59.968Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:13:00.026Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:13:59.968Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:14:00.027Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:14:59.969Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:15:00.028Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:15:59.970Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:16:00.028Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:16:59.971Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:17:00.030Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:17:59.972Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:18:00.030Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:18:59.974Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:19:00.032Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:19:59.976Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:20:00.033Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:20:59.976Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:21:00.033Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:21:59.977Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:22:00.035Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:22:59.978Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:23:00.036Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:23:59.979Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:24:00.036Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:24:59.982Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:25:00.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:25:59.983Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:26:00.039Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:26:59.984Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:27:00.039Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:27:59.986Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:28:00.040Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:28:59.988Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:29:00.041Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:29:59.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:30:00.041Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:30:59.998Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:31:00.042Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:31:59.999Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:32:00.043Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:33:00.001Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:33:00.043Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:34:00.004Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:34:00.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:35:00.005Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:35:00.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:36:00.009Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:36:00.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:37:00.010Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:37:00.047Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:38:00.011Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:38:00.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:39:00.013Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:39:00.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:40:00.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:40:00.051Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:41:00.019Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:41:00.053Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:42:00.022Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:42:00.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:43:00.022Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:43:00.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:44:00.023Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:44:00.059Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:45:00.024Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:45:00.062Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:46:00.026Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:46:00.063Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:47:00.027Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:47:00.064Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:48:00.030Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:48:00.064Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:49:00.032Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:49:00.070Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:50:00.038Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:50:00.074Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:51:00.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:51:00.076Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:52:00.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:52:00.077Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:53:00.040Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:53:00.078Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:54:00.041Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:54:00.079Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:55:00.041Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:55:00.080Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:56:00.043Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:56:00.082Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:57:00.043Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:57:00.082Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:58:00.044Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:58:00.084Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T11:59:00.045Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T11:59:00.085Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:00:00.047Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:00:00.085Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:01:00.047Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:01:00.086Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:02:00.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:02:00.087Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:03:00.049Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:03:00.088Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:04:00.049Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:04:00.089Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:05:00.052Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:05:00.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:06:00.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:06:00.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:07:00.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:07:00.097Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:08:00.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:08:00.097Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:09:00.055Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:09:00.098Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:10:00.056Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:10:00.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:11:00.056Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:11:00.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:12:00.058Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:12:00.101Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:13:00.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:13:00.101Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:14:00.060Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:14:00.102Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:15:00.062Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:15:00.102Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:16:00.062Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:16:00.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:17:00.064Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:17:00.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:18:00.064Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:18:00.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:19:00.064Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:19:00.105Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:20:00.066Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:20:00.106Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:21:00.067Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:21:00.107Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:22:00.068Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:22:00.107Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:00.071Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:23:00.111Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:41.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-02T12:23:41.047Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3579cbc5-da9a-4255-9ea9-ac1e599cc661","serviceName":"vFW 2023-02-02 12-21-33","serviceVersion":"1.0","serviceUUID":"8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a","serviceDescription":"catalog service description","serviceInvariantUUID":"2ca5f0ab-e464-40d7-8571-171e2b4bacd7","resources":[{"resourceInstanceName":"vFW 194a4d1f-7d1c 0","resourceName":"vFW 194a4d1f-7d1c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebf437da-2ce2-4078-b521-1ee9d69a43c8","resourceInvariantUUID":"ff8b09b7-7722-4b32-a4fb-d42caf61d658","resourceCustomizationUUID":"f3d8c48d-d2d5-472c-b32e-df787a8dd042","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vf-license-model.xml","artifactChecksum":"ODIxODM0ZWQ3MmU5NDFkMDMxNDFmZTM1MDM0NzcwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f07b6082-65d3-4507-bddd-bc3ab0fe2876","artifactVersion":"1"},{"artifactName":"vfw194a4d1f7d1c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json","artifactChecksum":"OTc3NTA0MjUwOGYzNWVlNmM1MWIzNzZiMzNkYjIyOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6158a535-b21d-486a-bbb8-e1f0e88ff5b5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"971ee482-b6a6-4a5a-879c-499200de29c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vendor-license-model.xml","artifactChecksum":"YWMxYzYwNTNkMWM3MGRiYjc0MjRiODcxYTBkYTdhOWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"92a7dbf1-21e5-4325-881f-d72247ae234b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"717488a3-c30c-4fb9-9d83-b6b1d1746130","artifactVersion":"2","generatedFromUUID":"971ee482-b6a6-4a5a-879c-499200de29c6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230202122133-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-template.yml","artifactChecksum":"MGIzZTgyNTc0NGY4MzE2NzNiZTExNDhmNTc5ODdmZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5946464d-cb62-4564-97b8-1d2a0abc8bb9","artifactVersion":"1"},{"artifactName":"service-Vfw20230202122133-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar","artifactChecksum":"MWFlYWRhYjliYTg4ZDNhNDMzNTFlNjVlMWY2YjU4M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a592fe3-ec29-4e36-a26c-3b041dd7f973","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-02T12:23:41.062Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:23:41.073Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:41.074Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:41.074Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:41.083Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T12:23:41.084Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T12:23:41.084Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T12:23:41.084Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T12:23:41.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T12:23:41.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T12:23:41.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:23:41.151Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:23:41.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:23:42.110Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:23:42.111Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:42.111Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:42.111Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:43.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:23:43.113Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:43.114Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:43.114Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:44.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:23:44.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:44.117Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:44.118Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:45.119Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:23:45.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:45.120Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:45.120Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:46.121Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:23:46.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:46.122Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:46.122Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:47.123Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:23:47.124Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:47.124Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:47.124Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:48.127Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"serviceName": "vFW 2023-02-02 12-21-33",
"serviceVersion": "1.0",
"serviceUUID": "8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2ca5f0ab-e464-40d7-8571-171e2b4bacd7",
"resources": [
{
"resourceInstanceName": "vFW 194a4d1f-7d1c 0",
"resourceCustomizationUUID": "f3d8c48d-d2d5-472c-b32e-df787a8dd042",
"resourceName": "vFW 194a4d1f-7d1c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ebf437da-2ce2-4078-b521-1ee9d69a43c8",
"resourceInvariantUUID": "ff8b09b7-7722-4b32-a4fb-d42caf61d658",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw194a4d1f7d1c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"artifactChecksum": "OTc3NTA0MjUwOGYzNWVlNmM1MWIzNzZiMzNkYjIyOWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6158a535-b21d-486a-bbb8-e1f0e88ff5b5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "971ee482-b6a6-4a5a-879c-499200de29c6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "717488a3-c30c-4fb9-9d83-b6b1d1746130",
"generatedFromUUID": "971ee482-b6a6-4a5a-879c-499200de29c6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "717488a3-c30c-4fb9-9d83-b6b1d1746130",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230202122133-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"artifactChecksum": "MWFlYWRhYjliYTg4ZDNhNDMzNTFlNjVlMWY2YjU4M2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a592fe3-ec29-4e36-a26c-3b041dd7f973"
}
],
"workloadContext": "Production"
}
2023-02-02T12:23:48.131Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-02T12:23:48.132Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a ASDC
2023-02-02T12:23:48.274Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3579cbc5-da9a-4255-9ea9-ac1e599cc661
ServiceName:vFW 2023-02-02 12-21-33
ServiceVersion:1.0
ServiceUUID:8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a
ServiceInvariantUUID:2ca5f0ab-e464-40d7-8571-171e2b4bacd7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230202122133-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar
ArtifactUUID:4a592fe3-ec29-4e36-a26c-3b041dd7f973
ArtifactChecksum:MWFlYWRhYjliYTg4ZDNhNDMzNTFlNjVlMWY2YjU4M2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 194a4d1f-7d1c 0
ResourceCustomizationUUID:f3d8c48d-d2d5-472c-b32e-df787a8dd042
ResourceInvariantUUID:ff8b09b7-7722-4b32-a4fb-d42caf61d658
ResourceName:vFW 194a4d1f-7d1c
ResourceType:VF
ResourceUUID:ebf437da-2ce2-4078-b521-1ee9d69a43c8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw194a4d1f7d1c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json
ArtifactUUID:6158a535-b21d-486a-bbb8-e1f0e88ff5b5
ArtifactChecksum:OTc3NTA0MjUwOGYzNWVlNmM1MWIzNzZiMzNkYjIyOWQ=
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/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml
ArtifactUUID:971ee482-b6a6-4a5a-879c-499200de29c6
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/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env
ArtifactUUID:717488a3-c30c-4fb9-9d83-b6b1d1746130
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/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env
ArtifactUUID:717488a3-c30c-4fb9-9d83-b6b1d1746130
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-02T12:23:48.275Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a 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-02-02T12:23:48.536Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-02T12:23:48.538Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-02T12:23:48.539Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-02T12:23:48.539Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4a592fe3-ec29-4e36-a26c-3b041dd7f973 from URL: /sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:48.539Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-02T12:23:48.540Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:48.828Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-02T12:23:48.874Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar 4a592fe3-ec29-4e36-a26c-3b041dd7f973 101474
2023-02-02T12:23:48.876Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar ASDC sendASDCNotification
2023-02-02T12:23:48.876Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:48.877Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T12:23:48.878Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:48.878Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:48.879Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340628875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:49.880Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-02T12:23:49.881Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-02T12:23:49.881Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4a592fe3-ec29-4e36-a26c-3b041dd7f973, URL: /sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar to file: /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:49.882Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230202122133-csar.csar
2023-02-02T12:23:49.973Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:49.974Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:50.708Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9104160087386863275/Definitions/service-Vfw20230202122133-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-02-02T12:23:53.492Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-02T12:23:53.498Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-02T12:23:53.499Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.499Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-02T12:23:53.499Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.500Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.500Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.500Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.500Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.501Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.501Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.501Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.501Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.501Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.501Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 194a4d1f-7d1c 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-Vfw20230202122133-csar.csar
2023-02-02T12:23:53.502Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-02T12:23:53.509Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.511Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:53.515Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:53.515Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-02-02T12:23:53.517Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-02T12:23:53.519Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.519Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:53.519Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:53.519Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-02-02T12:23:53.520Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-02T12:23:53.520Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.520Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:53.523Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.523Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is not matching search criteria
2023-02-02T12:23:53.524Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-02T12:23:53.524Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-02T12:23:53.524Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-02T12:23:53.524Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.524Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:53.524Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-02T12:23:53.525Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.525Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-02T12:23:53.525Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-02T12:23:53.525Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.525Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:53.525Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-02T12:23:53.526Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:53.526Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-02T12:23:53.526Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.526Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-02T12:23:53.526Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.526Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-02T12:23:53.528Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.528Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:53.528Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:23:53.529Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.529Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:53.529Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:23:53.529Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.529Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:53.529Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:23:53.530Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.530Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is not matching search criteria
2023-02-02T12:23:53.530Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-02T12:23:53.530Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-02T12:23:53.531Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-02T12:23:53.531Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-02T12:23:53.531Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-02T12:23:53.531Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.531Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:53.531Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-02T12:23:53.532Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:53.532Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-02T12:23:53.532Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.532Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9427affa-a102-4940-a829-9099425fdd38
2023-02-02T12:23:53.532Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.532Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is not matching search criteria
2023-02-02T12:23:53.533Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-02T12:23:53.533Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-02T12:23:53.533Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-02T12:23:53.533Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.533Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:53.534Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-02T12:23:53.534Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.534Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-02T12:23:53.534Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-02T12:23:53.534Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:53.534Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-02T12:23:53.535Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.535Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=092840a5-c653-412a-be8a-6f41b9624f4c
2023-02-02T12:23:53.535Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.535Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is not matching search criteria
2023-02-02T12:23:53.535Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-02T12:23:53.536Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-02T12:23:53.536Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-02T12:23:53.536Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.536Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:53.536Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-02T12:23:53.536Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.537Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-02T12:23:53.537Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-02T12:23:53.537Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-02T12:23:53.537Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:53.537Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-02T12:23:53.537Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=65296f0e-9d6e-454f-b194-4fdeec9a8639
2023-02-02T12:23:53.538Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.538Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:53.538Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.538Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:53.538Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.539Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:53.539Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:53.539Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:53.539Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-02 12-21-33
Description:catalog service description
Model UUID:8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a
Model Version:NULL
Model InvariantUuid:2ca5f0ab-e464-40d7-8571-171e2b4bacd7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 194a4d1f-7d1c
Model UUID:f2502fa5-7d0b-475c-b3c9-32a5834eb47a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff8b09b7-7722-4b32-a4fb-d42caf61d658
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f3d8c48d-d2d5-472c-b32e-df787a8dd042
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:07ff9a15-302f-4605-9734-c7b7d2568d0b
ModelName:Vfw194a4d1f7d1c..base_vfw..module-0
ModelUuid:84b2a967-9b9a-4104-a92b-1e10422c7be7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9427affa-a102-4940-a829-9099425fdd38
ModelInvariantUuid:06ad1638-1ef3-4c18-8225-80aaceaa2eb4
ModelName:vFW 194a4d1f-7d1c-nodes.vfwCvfc
ModelUuid:8e3258b8-83c6-4c82-b172-40cac4067cbd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6766fd02-e293-4d33-9e31-fa91e5b0c69a
ModelInvariantUuid:4c5b5025-7a2b-4e86-9d70-cf30c0c8ed14
ModelName:Vfw194a4d1f7d1c.compute.nodes.heat.vfw
ModelUuid:37ad7347-60ed-4731-9082-26e6bef37dc2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:092840a5-c653-412a-be8a-6f41b9624f4c
ModelInvariantUuid:51d2c0c9-3971-41d5-bb0f-19d85e213fee
ModelName:vFW 194a4d1f-7d1c-nodes.vsnCvfc
ModelUuid:dd7a8413-884c-4315-a477-ff663ac50c4f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b3e5a9d7-700c-44a1-b9e4-50fabd283f63
ModelInvariantUuid:3a5cb866-7732-49cf-9209-7b943a8c2595
ModelName:Vfw194a4d1f7d1c.compute.nodes.heat.vsn
ModelUuid:a43ef1cf-0dd2-4ed4-aec3-957090e7e89c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:65296f0e-9d6e-454f-b194-4fdeec9a8639
ModelInvariantUuid:2e9551ac-52ed-437c-a5d6-752559a0118c
ModelName:vFW 194a4d1f-7d1c-nodes.vpgCvfc
ModelUuid:c5c3c36d-0d6e-4ff1-a989-6c7aff33f02c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:db1dc6fe-20b5-4bd0-b86d-4c463fcd733d
ModelInvariantUuid:06ba54d1-b2ee-4e2b-8d06-e2c96b65a62e
ModelName:Vfw194a4d1f7d1c.compute.nodes.heat.vpg
ModelUuid:8b2b7272-3ab9-4caa-923f-cc9d50a190fb
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-02-02T12:23:53.676Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ebf437da-2ce2-4078-b521-1ee9d69a43c8
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-02-02T12:23:53.791Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||vFW 194a4d1f-7d1c 0
2023-02-02T12:23:53.799Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebf437da-2ce2-4078-b521-1ee9d69a43c8
2023-02-02T12:23:53.800Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6158a535-b21d-486a-bbb8-e1f0e88ff5b5 from URL: /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json
2023-02-02T12:23:53.800Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-02T12:23:53.800Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json
2023-02-02T12:23:54.116Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-02T12:23:54.116Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json 6158a535-b21d-486a-bbb8-e1f0e88ff5b5 785
2023-02-02T12:23:54.117Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json ASDC sendASDCNotification
2023-02-02T12:23:54.117Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json
2023-02-02T12:23:54.117Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T12:23:54.117Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:54.118Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:54.118Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340634116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:55.120Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw194a4d1f7d1c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "07ff9a15-302f-4605-9734-c7b7d2568d0b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "84b2a967-9b9a-4104-a92b-1e10422c7be7",
"vfModuleModelCustomizationUUID": "ea0f34a6-eec5-45aa-99a0-c8b74ac7000a",
"isBase": true,
"artifacts": [
"971ee482-b6a6-4a5a-879c-499200de29c6",
"717488a3-c30c-4fb9-9d83-b6b1d1746130"
],
"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-02-02T12:23:55.140Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw194a4d1f7d1c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84b2a967-9b9a-4104-a92b-1e10422c7be7
VfModuleModelInvariantUUID:07ff9a15-302f-4605-9734-c7b7d2568d0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
971ee482-b6a6-4a5a-879c-499200de29c6
,
717488a3-c30c-4fb9-9d83-b6b1d1746130
}
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-02-02T12:23:55.144Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw194a4d1f7d1c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "07ff9a15-302f-4605-9734-c7b7d2568d0b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "84b2a967-9b9a-4104-a92b-1e10422c7be7",
"vfModuleModelCustomizationUUID": "ea0f34a6-eec5-45aa-99a0-c8b74ac7000a",
"isBase": true,
"artifacts": [
"971ee482-b6a6-4a5a-879c-499200de29c6",
"717488a3-c30c-4fb9-9d83-b6b1d1746130"
],
"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-02-02T12:23:55.144Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw194a4d1f7d1c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84b2a967-9b9a-4104-a92b-1e10422c7be7
VfModuleModelInvariantUUID:07ff9a15-302f-4605-9734-c7b7d2568d0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
971ee482-b6a6-4a5a-879c-499200de29c6
,
717488a3-c30c-4fb9-9d83-b6b1d1746130
}
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-02-02T12:23:55.144Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 971ee482-b6a6-4a5a-879c-499200de29c6 from URL: /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml
2023-02-02T12:23:55.145Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-02T12:23:55.145Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml
2023-02-02T12:23:55.550Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-02T12:23:55.551Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml 971ee482-b6a6-4a5a-879c-499200de29c6 20368
2023-02-02T12:23:55.552Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-02T12:23:55.552Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml
2023-02-02T12:23:55.552Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T12:23:55.553Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:55.553Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:55.553Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340635552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:56.554Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 717488a3-c30c-4fb9-9d83-b6b1d1746130 from URL: /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env
2023-02-02T12:23:56.554Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-02T12:23:56.555Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env
2023-02-02T12:23:56.880Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-02T12:23:56.881Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env 717488a3-c30c-4fb9-9d83-b6b1d1746130 2098
2023-02-02T12:23:56.881Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-02T12:23:56.881Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env
2023-02-02T12:23:56.882Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T12:23:56.882Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:56.883Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:56.884Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340636881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:57.885Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a
2023-02-02T12:23:57.885Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 194a4d1f-7d1c 0 ebf437da-2ce2-4078-b521-1ee9d69a43c8 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-02-02T12:23:57.964Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75c08763, org.onap.sdc.toscaparser.api.parameters.Input@db6c599, org.onap.sdc.toscaparser.api.parameters.Input@3c3bd2fd, org.onap.sdc.toscaparser.api.parameters.Input@5647df33, org.onap.sdc.toscaparser.api.parameters.Input@27cda107]
2023-02-02T12:23:57.967Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:57.968Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:57.968Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2023-02-02T12:23:57.968Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f3d8c48d-d2d5-472c-b32e-df787a8dd042
2023-02-02T12:23:57.968Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f3d8c48d-d2d5-472c-b32e-df787a8dd042 matches Tosca VF Customization UUID: f3d8c48d-d2d5-472c-b32e-df787a8dd042
2023-02-02T12:23:57.968Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f3d8c48d-d2d5-472c-b32e-df787a8dd042 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-02-02T12:23:57.998Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:57.998Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:57.999Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f3d8c48d-d2d5-472c-b32e-df787a8dd042: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-02T12:23:58.000Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f301464
2023-02-02T12:23:58.000Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.000Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-02T12:23:58.000Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ea0f34a6-eec5-45aa-99a0-c8b74ac7000a
2023-02-02T12:23:58.002Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ea0f34a6-eec5-45aa-99a0-c8b74ac7000a
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-02-02T12:23:58.015Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.016Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:58.016Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:23:58.016Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.017Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:58.017Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:23:58.017Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.017Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is not matching search criteria
2023-02-02T12:23:58.018Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-02T12:23:58.018Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-02T12:23:58.018Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-02T12:23:58.018Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-02T12:23:58.018Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-02T12:23:58.018Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-02T12:23:58.019Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:58.019Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-02T12:23:58.019Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:58.019Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-02T12:23:58.019Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-02T12:23:58.019Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9427affa-a102-4940-a829-9099425fdd38
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-02-02T12:23:58.069Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.069Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:58.070Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:23:58.070Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.070Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is not matching search criteria
2023-02-02T12:23:58.070Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-02T12:23:58.070Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-02T12:23:58.071Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-02T12:23:58.071Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-02T12:23:58.071Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:58.071Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-02T12:23:58.071Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-02T12:23:58.072Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-02T12:23:58.072Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-02T12:23:58.072Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:58.072Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-02T12:23:58.072Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-02T12:23:58.073Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=092840a5-c653-412a-be8a-6f41b9624f4c
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-02-02T12:23:58.076Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.076Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:58.076Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:23:58.079Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.079Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is not matching search criteria
2023-02-02T12:23:58.079Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-02T12:23:58.079Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-02T12:23:58.080Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-02T12:23:58.080Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-02T12:23:58.080Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:58.080Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-02T12:23:58.080Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-02T12:23:58.080Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-02T12:23:58.081Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-02T12:23:58.081Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-02T12:23:58.081Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-02T12:23:58.081Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-02T12:23:58.081Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=65296f0e-9d6e-454f-b194-4fdeec9a8639
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-02-02T12:23:58.084Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.084Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:58.085Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:23:58.085Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.085Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Node template vFW 194a4d1f-7d1c 0 is matching search criteria
2023-02-02T12:23:58.085Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 194a4d1f-7d1c 0] matching following query criteria: sdcType=VF, customizationUUID=f3d8c48d-d2d5-472c-b32e-df787a8dd042
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-02-02T12:23:58.089Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.089Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:58.090Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a: vFW 194a4d1f-7d1c
2023-02-02T12:23:58.090Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.090Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:58.090Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.090Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:58.091Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.091Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:58.091Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.091Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:58.091Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:23:58.092Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-02 12-21-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:23:58.092Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-02-02 12-21-33
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-02-02T12:23:58.864Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 194a4d1f-7d1c ebf437da-2ce2-4078-b521-1ee9d69a43c8 1 ASDC deployResourceStructure
2023-02-02T12:23:58.865Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json ASDC sendASDCNotification
2023-02-02T12:23:58.865Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json
2023-02-02T12:23:58.865Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-02T12:23:58.866Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:58.866Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:58.866Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340638865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:59.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:23:59.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:23:59.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "cds-sdc-listener",
"timestamp": 1675340588939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:23:59.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:23:59.867Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-02T12:23:59.867Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml
2023-02-02T12:23:59.867Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-02T12:23:59.868Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:23:59.868Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:23:59.868Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340639867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:24:00.869Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-02T12:24:00.869Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env
2023-02-02T12:24:00.869Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-02T12:24:00.870Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:24:00.870Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:24:00.870Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340640869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:24:01.871Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar ASDC sendASDCNotification
2023-02-02T12:24:01.871Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar
2023-02-02T12:24:01.871Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-02T12:24:01.872Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:24:01.872Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:24:01.872Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340641871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:24:02.873Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T12:24:02.901Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661
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-02-02T12:24:02.905Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T12:24:02.905Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T12:24:02.905Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T12:24:32.906Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T12:24:32.922Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661
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-02-02T12:24:32.925Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T12:24:32.925Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T12:24:32.926Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T12:24:59.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:24:59.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340620784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "cds-sdc-listener",
"timestamp": 1675340588939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340620784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "cds-sdc-listener",
"timestamp": 1675340588939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340620784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "cds-sdc-listener",
"timestamp": 1675340588939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340620784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "cds-sdc-listener",
"timestamp": 1675340588939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340620784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.741Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "cds-sdc-listener",
"timestamp": 1675340588939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.742Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340620784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.742Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340580071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.743Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "cds-sdc-listener",
"timestamp": 1675340588939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.743Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340620784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.744Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "aai-model-loader",
"timestamp": 1675340630276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.745Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "cds-sdc-listener",
"timestamp": 1675340631577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:24:59.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.745Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340628875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:24:59.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.746Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340632496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:24:59.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.746Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "aai-model-loader",
"timestamp": 1675340630276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.747Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675340629707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.747Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "aai-model-loader",
"timestamp": 1675340630276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675340629707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340633992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:24:59.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "aai-model-loader",
"timestamp": 1675340630276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675340629707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340635278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:24:59.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.750Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "aai-model-loader",
"timestamp": 1675340630276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.751Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675340629707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.751Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "aai-model-loader",
"timestamp": 1675340630276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.752Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675340629707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.752Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340636822,
"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-02-02T12:24:59.768Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3579cbc5-da9a-4255-9ea9-ac1e599cc661
2023-02-02T12:24:59.768Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3579cbc5-da9a-4255-9ea9-ac1e599cc661 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-02-02T12:24:59.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.793Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340634116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:24:59.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.794Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "aai-model-loader",
"timestamp": 1675340630276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.794Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.795Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675340629707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:24:59.795Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.796Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "multicloud-k8s",
"timestamp": 1675340637866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-02T12:24:59.796Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.796Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675340629707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T12:24:59.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.797Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340635552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:24:59.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.798Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "aai-model-loader",
"timestamp": 1675340638215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:24:59.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.799Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675340637842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:24:59.799Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.799Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340636881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:24:59.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:24:59.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:24:59.800Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340638865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/vfw194a4d1f7d1c0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-02T12:24:59.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:25:02.926Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T12:25:02.951Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661
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-02-02T12:25:02.954Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T12:25:02.954Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T12:25:02.954Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T12:25:32.955Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T12:25:32.978Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661
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-02-02T12:25:32.982Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T12:25:32.982Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T12:25:32.983Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T12:25:59.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:25:59.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:25:59.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340639867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-02T12:25:59.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:25:59.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:25:59.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340640869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/resourceInstances/vfw194a4d1f7d1c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-02T12:25:59.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:25:59.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:25:59.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340641871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T12:25:59.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:25:59.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:25:59.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675340644083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T12:25:59.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:25:59.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:25:59.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675340645098,
"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-02-02T12:25:59.752Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3579cbc5-da9a-4255-9ea9-ac1e599cc661
2023-02-02T12:25:59.753Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3579cbc5-da9a-4255-9ea9-ac1e599cc661 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-02-02T12:25:59.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:25:59.768Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "aai-model-loader",
"timestamp": 1675340663354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230202122133/1.0/artifacts/service-Vfw20230202122133-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T12:25:59.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:25:59.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:25:59.768Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "aai-model-loader",
"timestamp": 1675340664366,
"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-02-02T12:25:59.775Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3579cbc5-da9a-4255-9ea9-ac1e599cc661
2023-02-02T12:25:59.775Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3579cbc5-da9a-4255-9ea9-ac1e599cc661 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-02-02T12:26:02.983Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T12:26:03.010Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661
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-02-02T12:26:03.016Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T12:26:03.016Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-02T12:26:03.017Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-02T12:26:03.017Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-02T12:26:03.018Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T12:26:03.018Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T12:26:03.019Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T12:26:03.019Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T12:26:03.019Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-02T12:26:03.030Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-02T12:26:33.031Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661 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-02-02T12:26:33.048Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3579cbc5-da9a-4255-9ea9-ac1e599cc661 and serviceModelVersionId: 8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a
2023-02-02T12:26:33.048Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ca5f0ab-e464-40d7-8571-171e2b4bacd7
2023-02-02T12:26:48.647Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ca5f0ab-e464-40d7-8571-171e2b4bacd7/model-vers/model-ver/8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a?depth=0
2023-02-02T12:26:48.747Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-02-02T12:26:49.240Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ca5f0ab-e464-40d7-8571-171e2b4bacd7/model-vers/model-ver/8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a?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-02-02T12:26:49.245Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ca5f0ab-e464-40d7-8571-171e2b4bacd7/model-vers/model-ver/8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a?depth=0|INFO|500||Invoke
2023-02-02T12:26:49.273Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ca5f0ab-e464-40d7-8571-171e2b4bacd7/model-vers/model-ver/8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-02T12:26:49.644Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ca5f0ab-e464-40d7-8571-171e2b4bacd7/model-vers/model-ver/8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a?depth=0|INFO|500||InvokeReturn
2023-02-02T12:26:49.646Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ca5f0ab-e464-40d7-8571-171e2b4bacd7/model-vers/model-ver/8ac8d417-9ccf-4d6e-95d9-b8f61e2ef54a?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 12:26:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[337], vertex-id=[164040], x-aai-txid=[1-aai-resources-230202-12:26:50:298-34573], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-02T12:26:49.647Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-02-02T12:26:49.650Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-02T12:26:49.650Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-02T12:26:49.660Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-02T12:26:49.662Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3579cbc5-da9a-4255-9ea9-ac1e599cc661 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-02T12:26:49.663Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-02T12:26:49.664Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:26:49.664Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:26:49.664Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340809662,
"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-02-02T12:26:50.728Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:26:59.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:26:59.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:26:59.733Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3579cbc5-da9a-4255-9ea9-ac1e599cc661",
"consumerID": "SO-sdc-controller",
"timestamp": 1675340809662,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-02T12:26:59.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:27:50.729Z|3579cbc5-da9a-4255-9ea9-ac1e599cc661|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:27:59.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:28:50.731Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:28:59.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:29:50.731Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:29:59.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:30:50.732Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:30:59.728Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:31:50.733Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:31:59.729Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:32:50.736Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:32:59.730Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:33:50.737Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:33:59.732Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:34:50.737Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:34:59.733Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:35:50.739Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:35:59.733Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:36:50.739Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:36:59.736Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:36:59.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-02T12:36:59.811Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"3dc7d110-bd17-483b-bec3-112ebc136bef","serviceName":"basic_onboard_yblxzO","serviceVersion":"1.0","serviceUUID":"e2c2640d-8325-421f-8729-be6fb58ecb6e","serviceDescription":"service","serviceInvariantUUID":"93412dce-a36a-4c79-ad27-61e1afd5f92b","resources":[{"resourceInstanceName":"basic_onboard_yblxzO 0","resourceName":"basic_onboard_yblxzO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"02b26593-760e-4f91-ae7c-266f77c30107","resourceInvariantUUID":"fa0262cd-8b87-4438-852b-06d0864746d5","resourceCustomizationUUID":"5707a665-c437-474d-a55b-e824e2f91fc5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vf-license-model.xml","artifactChecksum":"MzAyNzhhYzYzZWUxYmY0MGNlMWRlMTdlYzliMzk3YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0cc37187-8f91-4b5b-b1cf-77e068726f67","artifactVersion":"1"},{"artifactName":"basic_onboard_yblxzo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json","artifactChecksum":"OGJlYzFiNmI3MGE3YzFlM2FhMmJjN2Q4MTEwYzA3NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3f78250-0e74-4d02-abac-37a3bf23c783","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fb63b171-88fb-4755-9a50-e2c0a2b9d5a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af995985-06ac-484c-b6b7-ca1c2ed38697","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f84639c6-3f05-4c26-b569-7805a19470e0","artifactVersion":"2","generatedFromUUID":"fb63b171-88fb-4755-9a50-e2c0a2b9d5a2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYblxzo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-template.yml","artifactChecksum":"NmNmOGMyZmU0NDFmMzAwY2RkZDVlM2QzNzMyZGY3YWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b21e829-12cf-439a-98bd-398dcd030d4f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYblxzo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar","artifactChecksum":"OTcwOTRhYWY2MmFlN2Q3YTVjZmFjM2ExMzhlODE1NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32d7fe55-5d43-47a0-8035-4893816d5aea","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-02T12:36:59.820Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:36:59.821Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:36:59.821Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:36:59.821Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:36:59.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:36:59.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:36:59.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:37:00.831Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:37:00.831Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:00.831Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:00.831Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:01.832Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:37:01.832Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:01.833Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:01.833Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:02.833Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:37:02.834Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:02.834Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:02.834Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:03.835Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:37:03.835Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:03.835Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:03.836Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:04.836Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:37:04.837Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:04.837Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:04.838Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:05.839Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T12:37:05.840Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:05.840Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:05.843Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:06.844Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"serviceName": "basic_onboard_yblxzO",
"serviceVersion": "1.0",
"serviceUUID": "e2c2640d-8325-421f-8729-be6fb58ecb6e",
"serviceDescription": "service",
"serviceInvariantUUID": "93412dce-a36a-4c79-ad27-61e1afd5f92b",
"resources": [
{
"resourceInstanceName": "basic_onboard_yblxzO 0",
"resourceCustomizationUUID": "5707a665-c437-474d-a55b-e824e2f91fc5",
"resourceName": "basic_onboard_yblxzO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "02b26593-760e-4f91-ae7c-266f77c30107",
"resourceInvariantUUID": "fa0262cd-8b87-4438-852b-06d0864746d5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yblxzo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"artifactChecksum": "OGJlYzFiNmI3MGE3YzFlM2FhMmJjN2Q4MTEwYzA3NGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a3f78250-0e74-4d02-abac-37a3bf23c783",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fb63b171-88fb-4755-9a50-e2c0a2b9d5a2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f84639c6-3f05-4c26-b569-7805a19470e0",
"generatedFromUUID": "fb63b171-88fb-4755-9a50-e2c0a2b9d5a2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f84639c6-3f05-4c26-b569-7805a19470e0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYblxzo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"artifactChecksum": "OTcwOTRhYWY2MmFlN2Q3YTVjZmFjM2ExMzhlODE1NDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32d7fe55-5d43-47a0-8035-4893816d5aea"
}
],
"workloadContext": "Production"
}
2023-02-02T12:37:06.845Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-02T12:37:06.845Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2c2640d-8325-421f-8729-be6fb58ecb6e ASDC
2023-02-02T12:37:06.846Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3dc7d110-bd17-483b-bec3-112ebc136bef
ServiceName:basic_onboard_yblxzO
ServiceVersion:1.0
ServiceUUID:e2c2640d-8325-421f-8729-be6fb58ecb6e
ServiceInvariantUUID:93412dce-a36a-4c79-ad27-61e1afd5f92b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYblxzo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar
ArtifactUUID:32d7fe55-5d43-47a0-8035-4893816d5aea
ArtifactChecksum:OTcwOTRhYWY2MmFlN2Q3YTVjZmFjM2ExMzhlODE1NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yblxzO 0
ResourceCustomizationUUID:5707a665-c437-474d-a55b-e824e2f91fc5
ResourceInvariantUUID:fa0262cd-8b87-4438-852b-06d0864746d5
ResourceName:basic_onboard_yblxzO
ResourceType:VF
ResourceUUID:02b26593-760e-4f91-ae7c-266f77c30107
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yblxzo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json
ArtifactUUID:a3f78250-0e74-4d02-abac-37a3bf23c783
ArtifactChecksum:OGJlYzFiNmI3MGE3YzFlM2FhMmJjN2Q4MTEwYzA3NGE=
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/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fb63b171-88fb-4755-9a50-e2c0a2b9d5a2
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/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env
ArtifactUUID:f84639c6-3f05-4c26-b569-7805a19470e0
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/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env
ArtifactUUID:f84639c6-3f05-4c26-b569-7805a19470e0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-02T12:37:06.846Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2c2640d-8325-421f-8729-be6fb58ecb6e 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-02-02T12:37:06.972Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-02T12:37:06.973Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-02T12:37:06.973Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-02T12:37:06.974Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 32d7fe55-5d43-47a0-8035-4893816d5aea from URL: /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:06.974Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-02T12:37:06.974Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:07.524Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-02T12:37:07.525Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar 32d7fe55-5d43-47a0-8035-4893816d5aea 75684
2023-02-02T12:37:07.525Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar ASDC sendASDCNotification
2023-02-02T12:37:07.526Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:07.526Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T12:37:07.526Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:07.526Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:07.527Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341427525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:08.527Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-02T12:37:08.528Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-02T12:37:08.528Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 32d7fe55-5d43-47a0-8035-4893816d5aea, URL: /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar to file: /app/ASDC/1/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:08.529Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:08.529Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:08.529Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:08.707Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14127064948761343802/Definitions/service-BasicOnboardYblxzo-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-02-02T12:37:09.889Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-02T12:37:09.890Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-02T12:37:09.890Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:09.891Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-02T12:37:09.891Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:09.891Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:09.891Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yblxzO 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-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:09.892Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:09.892Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:09.892Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:09.892Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:09.892Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-02T12:37:09.893Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.893Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:09.893Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is matching search criteria
2023-02-02T12:37:09.894Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-02T12:37:09.894Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yblxzO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-02T12:37:09.894Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.895Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:09.895Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is matching search criteria
2023-02-02T12:37:09.895Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-02T12:37:09.895Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yblxzO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-02T12:37:09.896Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.896Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:09.896Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.897Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is not matching search criteria
2023-02-02T12:37:09.897Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-02T12:37:09.897Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-02T12:37:09.897Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-02T12:37:09.898Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-02T12:37:09.898Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-02T12:37:09.898Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.898Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-02T12:37:09.899Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.899Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is matching search criteria
2023-02-02T12:37:09.899Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yblxzO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:37:09.899Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.900Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is matching search criteria
2023-02-02T12:37:09.900Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yblxzO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:37:09.900Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.900Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is matching search criteria
2023-02-02T12:37:09.901Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yblxzO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:37:09.901Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.901Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is not matching search criteria
2023-02-02T12:37:09.901Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-02T12:37:09.902Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-02T12:37:09.902Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=901b2227-b87b-4617-9697-576f6396fe72
2023-02-02T12:37:09.902Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.902Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:09.903Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.903Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:09.903Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.904Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:09.904Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:09.904Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:09.904Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_yblxzO
Description:service
Model UUID:e2c2640d-8325-421f-8729-be6fb58ecb6e
Model Version:NULL
Model InvariantUuid:93412dce-a36a-4c79-ad27-61e1afd5f92b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_yblxzO
Model UUID:98aff840-bdb4-443d-af4f-7374b2a42cdd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fa0262cd-8b87-4438-852b-06d0864746d5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5707a665-c437-474d-a55b-e824e2f91fc5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8a5ee805-bf6d-490e-8784-d86cc9069603
ModelName:BasicOnboardYblxzo..base_ubuntu18..module-0
ModelUuid:af372ac2-cf39-4b27-96c3-c3266b290405
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:901b2227-b87b-4617-9697-576f6396fe72
ModelInvariantUuid:88b9e0ee-2d72-45c5-852a-a09447aa4961
ModelName:basic_onboard_yblxzO-nodes.ubuntu18Cvfc
ModelUuid:64747015-5ecb-4a0d-b15e-dca224256bc6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4146a547-1c26-46a9-822e-99c31f56c246
ModelInvariantUuid:b2631d2b-0ea7-4be8-9723-4b9076a1d4ba
ModelName:BasicOnboardYblxzo.compute.nodes.heat.ubuntu18
ModelUuid:997eecb8-342f-4cfa-a77f-dd0a69a1c246
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-02-02T12:37:09.914Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 02b26593-760e-4f91-ae7c-266f77c30107
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-02-02T12:37:09.920Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||basic_onboard_yblxzO 0
2023-02-02T12:37:09.920Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 02b26593-760e-4f91-ae7c-266f77c30107
2023-02-02T12:37:09.920Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a3f78250-0e74-4d02-abac-37a3bf23c783 from URL: /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json
2023-02-02T12:37:09.921Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-02T12:37:09.921Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json
2023-02-02T12:37:10.128Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-02T12:37:10.129Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json a3f78250-0e74-4d02-abac-37a3bf23c783 798
2023-02-02T12:37:10.129Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json ASDC sendASDCNotification
2023-02-02T12:37:10.129Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json
2023-02-02T12:37:10.130Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T12:37:10.130Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:10.130Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:10.131Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341430129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:11.132Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYblxzo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8a5ee805-bf6d-490e-8784-d86cc9069603",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "af372ac2-cf39-4b27-96c3-c3266b290405",
"vfModuleModelCustomizationUUID": "29d42bb7-ffdb-492e-b2c8-49991692a6a3",
"isBase": true,
"artifacts": [
"fb63b171-88fb-4755-9a50-e2c0a2b9d5a2",
"f84639c6-3f05-4c26-b569-7805a19470e0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-02T12:37:11.137Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYblxzo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af372ac2-cf39-4b27-96c3-c3266b290405
VfModuleModelInvariantUUID:8a5ee805-bf6d-490e-8784-d86cc9069603
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb63b171-88fb-4755-9a50-e2c0a2b9d5a2
,
f84639c6-3f05-4c26-b569-7805a19470e0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-02T12:37:11.139Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYblxzo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8a5ee805-bf6d-490e-8784-d86cc9069603",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "af372ac2-cf39-4b27-96c3-c3266b290405",
"vfModuleModelCustomizationUUID": "29d42bb7-ffdb-492e-b2c8-49991692a6a3",
"isBase": true,
"artifacts": [
"fb63b171-88fb-4755-9a50-e2c0a2b9d5a2",
"f84639c6-3f05-4c26-b569-7805a19470e0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-02T12:37:11.139Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYblxzo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af372ac2-cf39-4b27-96c3-c3266b290405
VfModuleModelInvariantUUID:8a5ee805-bf6d-490e-8784-d86cc9069603
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb63b171-88fb-4755-9a50-e2c0a2b9d5a2
,
f84639c6-3f05-4c26-b569-7805a19470e0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-02T12:37:11.139Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fb63b171-88fb-4755-9a50-e2c0a2b9d5a2 from URL: /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml
2023-02-02T12:37:11.140Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-02T12:37:11.140Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml
2023-02-02T12:37:11.316Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-02T12:37:11.316Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml fb63b171-88fb-4755-9a50-e2c0a2b9d5a2 5033
2023-02-02T12:37:11.316Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-02T12:37:11.316Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml
2023-02-02T12:37:11.317Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T12:37:11.317Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:11.317Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:11.317Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341431316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:12.318Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f84639c6-3f05-4c26-b569-7805a19470e0 from URL: /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env
2023-02-02T12:37:12.318Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-02T12:37:12.319Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env
2023-02-02T12:37:12.526Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-02T12:37:12.527Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env f84639c6-3f05-4c26-b569-7805a19470e0 909
2023-02-02T12:37:12.527Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-02T12:37:12.527Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env
2023-02-02T12:37:12.528Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T12:37:12.528Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:12.528Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:12.529Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341432527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:13.530Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e2c2640d-8325-421f-8729-be6fb58ecb6e
2023-02-02T12:37:13.531Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yblxzO 0 02b26593-760e-4f91-ae7c-266f77c30107 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-02-02T12:37:13.560Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@251bd25a, org.onap.sdc.toscaparser.api.parameters.Input@3032cfce, org.onap.sdc.toscaparser.api.parameters.Input@2b6b1d9a, org.onap.sdc.toscaparser.api.parameters.Input@3d2016a9, org.onap.sdc.toscaparser.api.parameters.Input@46528a55]
2023-02-02T12:37:13.561Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.562Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:13.562Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-02-02T12:37:13.562Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5707a665-c437-474d-a55b-e824e2f91fc5
2023-02-02T12:37:13.562Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5707a665-c437-474d-a55b-e824e2f91fc5 matches Tosca VF Customization UUID: 5707a665-c437-474d-a55b-e824e2f91fc5
2023-02-02T12:37:13.562Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5707a665-c437-474d-a55b-e824e2f91fc5 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-02-02T12:37:13.568Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.569Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:13.570Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5707a665-c437-474d-a55b-e824e2f91fc5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-02T12:37:13.570Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ee4ee20
2023-02-02T12:37:13.570Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.570Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-02T12:37:13.570Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 29d42bb7-ffdb-492e-b2c8-49991692a6a3
2023-02-02T12:37:13.571Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 29d42bb7-ffdb-492e-b2c8-49991692a6a3
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-02-02T12:37:13.582Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.582Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is matching search criteria
2023-02-02T12:37:13.583Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yblxzO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:37:13.583Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.583Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is matching search criteria
2023-02-02T12:37:13.583Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yblxzO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:37:13.584Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.584Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is not matching search criteria
2023-02-02T12:37:13.584Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-02T12:37:13.584Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-02T12:37:13.584Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=901b2227-b87b-4617-9697-576f6396fe72
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-02-02T12:37:13.588Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.589Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is matching search criteria
2023-02-02T12:37:13.589Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yblxzO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-02T12:37:13.589Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.589Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yblxzO 0 is matching search criteria
2023-02-02T12:37:13.589Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yblxzO 0] matching following query criteria: sdcType=VF, customizationUUID=5707a665-c437-474d-a55b-e824e2f91fc5
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-02-02T12:37:13.592Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.592Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:13.592Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e2c2640d-8325-421f-8729-be6fb58ecb6e: basic_onboard_yblxzO
2023-02-02T12:37:13.592Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.593Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:13.593Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.593Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:13.593Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.593Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:13.594Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.594Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:13.594Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T12:37:13.594Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yblxzO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T12:37:13.595Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_yblxzO
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-02T12:37:13.729Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yblxzO 02b26593-760e-4f91-ae7c-266f77c30107 1 ASDC deployResourceStructure
2023-02-02T12:37:13.730Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json ASDC sendASDCNotification
2023-02-02T12:37:13.730Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json
2023-02-02T12:37:13.730Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-02T12:37:13.730Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:13.730Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:13.731Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341433730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:14.731Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-02T12:37:14.732Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml
2023-02-02T12:37:14.732Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-02T12:37:14.732Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:14.732Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:14.732Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341434731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:15.733Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-02T12:37:15.734Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env
2023-02-02T12:37:15.734Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-02T12:37:15.735Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:15.735Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:15.735Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341435733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:16.736Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar ASDC sendASDCNotification
2023-02-02T12:37:16.736Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar
2023-02-02T12:37:16.737Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-02T12:37:16.737Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:37:16.737Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:37:16.737Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341436736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:17.739Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T12:37:17.752Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef
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-02-02T12:37:17.756Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T12:37:17.756Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T12:37:17.756Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T12:37:47.756Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T12:37:47.773Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef
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-02-02T12:37:47.776Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T12:37:47.776Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T12:37:47.776Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T12:37:59.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:37:59.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:37:59.728Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "aai-model-loader",
"timestamp": 1675341410278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:37:59.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:17.776Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T12:38:17.801Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef
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-02-02T12:38:17.804Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T12:38:17.804Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T12:38:17.805Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T12:38:47.805Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T12:38:47.840Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef
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-02-02T12:38:47.843Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T12:38:47.843Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T12:38:47.843Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T12:38:59.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:38:59.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.732Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341419094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.733Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675341412741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.734Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.734Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "aai-model-loader",
"timestamp": 1675341410278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.735Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675341412741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.735Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341419094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.736Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.736Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "aai-model-loader",
"timestamp": 1675341410278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.737Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675341412741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.738Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341419094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.738Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.739Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "aai-model-loader",
"timestamp": 1675341410278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.740Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675341412741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.740Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341419094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.741Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.741Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "aai-model-loader",
"timestamp": 1675341410278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.742Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675341412741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.742Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341419094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.743Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.744Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "aai-model-loader",
"timestamp": 1675341410278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.744Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675341412741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.745Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341419094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.745Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341410739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.746Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.746Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "aai-model-loader",
"timestamp": 1675341410278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.746Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.747Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675341412741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.747Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341419094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.748Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341430798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:38:59.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.748Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675341430343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:38:59.749Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.749Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341427525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:38:59.749Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.750Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "aai-model-loader",
"timestamp": 1675341429742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:38:59.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.750Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341431988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:38:59.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.751Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341433200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:38:59.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.751Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341430129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:38:59.752Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.752Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341434343,
"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-02-02T12:38:59.768Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3dc7d110-bd17-483b-bec3-112ebc136bef
2023-02-02T12:38:59.768Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dc7d110-bd17-483b-bec3-112ebc136bef 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-02-02T12:38:59.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.798Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341431316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:38:59.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.799Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "multicloud-k8s",
"timestamp": 1675341435350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-02T12:38:59.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.799Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341432527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:38:59.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.800Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341433730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-02T12:38:59.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.800Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341434731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-02T12:38:59.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.801Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341435733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-02T12:38:59.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.801Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341436736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T12:38:59.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.802Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "aai-model-loader",
"timestamp": 1675341441190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T12:38:59.802Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.802Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675341439707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.802Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.803Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "aai-model-loader",
"timestamp": 1675341442209,
"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-02-02T12:38:59.812Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3dc7d110-bd17-483b-bec3-112ebc136bef
2023-02-02T12:38:59.812Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dc7d110-bd17-483b-bec3-112ebc136bef 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-02-02T12:38:59.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675341439707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/basic_onboard_yblxzo0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675341439707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675341439707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675341439707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/resourceInstances/basic_onboard_yblxzo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675341439707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T12:38:59.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.836Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675341439707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T12:38:59.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.836Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675341447750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T12:38:59.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.837Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675341450533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblxzo/1.0/artifacts/service-BasicOnboardYblxzo-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T12:38:59.838Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:38:59.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-02T12:38:59.838Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675341451537,
"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-02-02T12:38:59.845Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3dc7d110-bd17-483b-bec3-112ebc136bef
2023-02-02T12:38:59.845Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dc7d110-bd17-483b-bec3-112ebc136bef 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-02-02T12:39:17.843Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T12:39:17.870Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef
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-02-02T12:39:17.873Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T12:39:17.874Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-02T12:39:17.874Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-02T12:39:17.874Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-02T12:39:17.874Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T12:39:17.874Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T12:39:17.875Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T12:39:17.875Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T12:39:17.875Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-02T12:39:17.883Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-02T12:39:47.883Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3dc7d110-bd17-483b-bec3-112ebc136bef 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-02-02T12:39:47.909Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3dc7d110-bd17-483b-bec3-112ebc136bef and serviceModelVersionId: e2c2640d-8325-421f-8729-be6fb58ecb6e
2023-02-02T12:39:47.909Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93412dce-a36a-4c79-ad27-61e1afd5f92b
2023-02-02T12:39:47.911Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93412dce-a36a-4c79-ad27-61e1afd5f92b/model-vers/model-ver/e2c2640d-8325-421f-8729-be6fb58ecb6e?depth=0
2023-02-02T12:39:47.917Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-02T12:39:47.992Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/93412dce-a36a-4c79-ad27-61e1afd5f92b/model-vers/model-ver/e2c2640d-8325-421f-8729-be6fb58ecb6e?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-02-02T12:39:47.993Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/93412dce-a36a-4c79-ad27-61e1afd5f92b/model-vers/model-ver/e2c2640d-8325-421f-8729-be6fb58ecb6e?depth=0|INFO|500||Invoke
2023-02-02T12:39:48.017Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/93412dce-a36a-4c79-ad27-61e1afd5f92b/model-vers/model-ver/e2c2640d-8325-421f-8729-be6fb58ecb6e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-02T12:39:48.287Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/93412dce-a36a-4c79-ad27-61e1afd5f92b/model-vers/model-ver/e2c2640d-8325-421f-8729-be6fb58ecb6e?depth=0|INFO|500||InvokeReturn
2023-02-02T12:39:48.288Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/93412dce-a36a-4c79-ad27-61e1afd5f92b/model-vers/model-ver/e2c2640d-8325-421f-8729-be6fb58ecb6e?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 12:39:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[265], vertex-id=[204864], x-aai-txid=[0-aai-resources-230202-12:39:49:043-21626], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-02T12:39:48.288Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-02-02T12:39:48.289Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-02T12:39:48.289Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-02T12:39:48.294Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-02T12:39:48.295Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3dc7d110-bd17-483b-bec3-112ebc136bef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-02T12:39:48.295Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-02T12:39:48.295Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-02T12:39:48.296Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T12:39:48.296Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341588295,
"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-02-02T12:39:49.326Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:39:59.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:39:59.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-02T12:39:59.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3dc7d110-bd17-483b-bec3-112ebc136bef",
"consumerID": "SO-sdc-controller",
"timestamp": 1675341588295,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-02T12:39:59.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T12:40:49.328Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:40:59.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:41:49.328Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:41:59.729Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:42:49.330Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:42:59.730Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:43:49.330Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:43:59.730Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:44:49.331Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:44:59.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:45:49.332Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:45:59.733Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:46:49.334Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:46:59.733Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:47:49.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:47:59.737Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:48:49.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:48:59.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:49:49.336Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:49:59.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:50:49.338Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:50:59.740Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:51:49.338Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:51:59.741Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:52:49.339Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:52:59.743Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:53:49.340Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:53:59.743Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:54:49.342Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:54:59.744Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:55:49.343Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:55:59.745Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:56:49.344Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:56:59.745Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:57:49.345Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:57:59.747Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:58:49.346Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:58:59.748Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T12:59:49.346Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T12:59:59.748Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:00:49.347Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:00:59.749Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:01:49.349Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:01:59.750Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:02:49.350Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:02:59.751Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:03:49.351Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:03:59.753Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:04:49.352Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:04:59.753Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:05:49.353Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:05:59.755Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:06:49.353Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:06:59.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:07:49.354Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:07:59.756Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:08:49.356Z|3dc7d110-bd17-483b-bec3-112ebc136bef|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:08:59.758Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:09:49.356Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:09:59.760Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:10:49.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:10:59.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:11:49.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:11:59.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:12:49.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:12:59.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:13:49.359Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:13:59.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:14:49.360Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:14:59.765Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:15:49.361Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:15:59.767Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:16:39.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-02T13:16:39.855Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"a8621b9b-7b41-4010-bc9d-791906828323","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2f8da3e-174b-4c83-a844-84378c1bb7e5","serviceDescription":"service","serviceInvariantUUID":"2be4d988-373e-4841-b008-074a124d4a23","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"771c1d9a-8eaa-4b6a-a6db-ad22929f00e9","resourceInvariantUUID":"86189135-52fa-46af-9d52-e34e6adc10fe","resourceCustomizationUUID":"9654b444-cd03-409d-92f0-9558943173e8","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":"ZDQ5MTdkYWViNTI4MTNlY2ZjNTM1ZGI2NWU1YTJhNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79f80be1-bcea-4f35-9fc2-a8417e5d83b5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2Y1NWJjYThlMTVjMTYzYjA0MWQ0YjQxZWVkZWE4ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddbed2a0-3fca-4127-8783-c754c00090c6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-02T13:16:39.866Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:16:39.867Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:16:39.867Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:16:39.868Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343749361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:16:39.929Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T13:16:39.930Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T13:16:39.930Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T13:16:39.931Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T13:16:39.931Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T13:16:39.931Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb6e0bed-e116-4974-8009-40ba65452eae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to kROv-M-2RtykWVgRZ14p9Q
2023-02-02T13:16:39.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-02T13:16:39.988Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343749361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:16:39.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:16:40.934Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:16:40.935Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:16:40.935Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:16:40.936Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343749361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:16:41.937Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d2f8da3e-174b-4c83-a844-84378c1bb7e5",
"serviceDescription": "service",
"serviceInvariantUUID": "2be4d988-373e-4841-b008-074a124d4a23",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "9654b444-cd03-409d-92f0-9558943173e8",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "771c1d9a-8eaa-4b6a-a6db-ad22929f00e9",
"resourceInvariantUUID": "86189135-52fa-46af-9d52-e34e6adc10fe",
"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": "Y2Y1NWJjYThlMTVjMTYzYjA0MWQ0YjQxZWVkZWE4ODQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ddbed2a0-3fca-4127-8783-c754c00090c6"
}
],
"workloadContext": "Production"
}
2023-02-02T13:16:41.938Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-02T13:16:41.938Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2f8da3e-174b-4c83-a844-84378c1bb7e5 ASDC
2023-02-02T13:16:41.939Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a8621b9b-7b41-4010-bc9d-791906828323
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2f8da3e-174b-4c83-a844-84378c1bb7e5
ServiceInvariantUUID:2be4d988-373e-4841-b008-074a124d4a23
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:ddbed2a0-3fca-4127-8783-c754c00090c6
ArtifactChecksum:Y2Y1NWJjYThlMTVjMTYzYjA0MWQ0YjQxZWVkZWE4ODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9654b444-cd03-409d-92f0-9558943173e8
ResourceInvariantUUID:86189135-52fa-46af-9d52-e34e6adc10fe
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:771c1d9a-8eaa-4b6a-a6db-ad22929f00e9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-02T13:16:41.939Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2f8da3e-174b-4c83-a844-84378c1bb7e5 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-02-02T13:16:42.061Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-02T13:16:42.063Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-02T13:16:42.063Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-02T13:16:42.064Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ddbed2a0-3fca-4127-8783-c754c00090c6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-02T13:16:42.064Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-02T13:16:42.064Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-02T13:16:42.900Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-02T13:16:42.912Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ddbed2a0-3fca-4127-8783-c754c00090c6 57791
2023-02-02T13:16:42.913Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-02T13:16:42.913Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-02T13:16:42.913Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T13:16:42.913Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:16:42.913Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:16:42.914Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343802913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:16:43.914Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-02T13:16:43.915Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-02T13:16:43.915Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ddbed2a0-3fca-4127-8783-c754c00090c6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-02T13:16:43.915Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-02T13:16:43.916Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-02T13:16:43.916Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-02T13:16:44.156Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6610893073700250026/Definitions/service-BasicNetwork-template.yml
2023-02-02T13:16:44.642Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-02T13:16:44.643Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-02T13:16:44.643Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-02T13:16:44.643Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-02T13:16:44.643Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:44.643Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:44.643Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:44.644Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:44.644Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:44.652Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:44.652Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:44.653Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:44.653Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-02T13:16:44.653Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.653Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:44.654Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-02T13:16:44.654Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-02T13:16:44.654Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-02T13:16:44.654Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.654Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:44.654Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-02T13:16:44.655Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-02T13:16:44.655Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-02T13:16:44.655Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.655Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:44.655Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.655Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:44.656Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.656Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:44.656Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.656Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:44.656Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.656Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:44.657Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d2f8da3e-174b-4c83-a844-84378c1bb7e5
Model Version:NULL
Model InvariantUuid:2be4d988-373e-4841-b008-074a124d4a23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:86189135-52fa-46af-9d52-e34e6adc10fe
Model UUID:55901250-ae92-45e8-8cfd-c860bc81f8a6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:9654b444-cd03-409d-92f0-9558943173e8
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-02-02T13:16:44.835Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 771c1d9a-8eaa-4b6a-a6db-ad22929f00e9
2023-02-02T13:16:44.836Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||No resources found for Service: d2f8da3e-174b-4c83-a844-84378c1bb7e5
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-02-02T13:16:44.864Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||
2023-02-02T13:16:44.864Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-02T13:16:44.865Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d2f8da3e-174b-4c83-a844-84378c1bb7e5
2023-02-02T13:16:44.865Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d2f8da3e-174b-4c83-a844-84378c1bb7e5
2023-02-02T13:16:44.866Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-02T13:16:44.866Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:44.896Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e0780b1, org.onap.sdc.toscaparser.api.parameters.Input@2935ba7f, org.onap.sdc.toscaparser.api.parameters.Input@3cdd1e48, org.onap.sdc.toscaparser.api.parameters.Input@7d912093, org.onap.sdc.toscaparser.api.parameters.Input@5f313598]
2023-02-02T13:16:44.898Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.899Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:44.899Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.899Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:44.900Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d2f8da3e-174b-4c83-a844-84378c1bb7e5: Generic NeutronNet
2023-02-02T13:16:44.900Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.900Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:44.901Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:44.901Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:45.103Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:45.104Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:45.104Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:45.105Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:45.105Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:16:45.106Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:16:45.106Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:16:45.790Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-02T13:16:45.791Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-02T13:16:45.791Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-02T13:16:45.791Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-02T13:16:45.792Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:16:45.792Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:16:45.792Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343805791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:16:46.794Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8621b9b-7b41-4010-bc9d-791906828323
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T13:16:46.984Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8621b9b-7b41-4010-bc9d-791906828323
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-02-02T13:16:47.026Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T13:16:47.027Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T13:16:47.027Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T13:16:59.726Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:16:59.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:16:59.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "multicloud-k8s",
"timestamp": 1675343776516,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:16:59.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:17.028Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8621b9b-7b41-4010-bc9d-791906828323
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T13:17:17.094Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8621b9b-7b41-4010-bc9d-791906828323
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-02-02T13:17:17.112Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T13:17:17.113Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T13:17:17.113Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T13:17:47.114Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8621b9b-7b41-4010-bc9d-791906828323
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T13:17:47.205Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8621b9b-7b41-4010-bc9d-791906828323
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-02-02T13:17:47.219Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T13:17:47.219Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T13:17:47.219Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T13:17:59.726Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:17:59.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.731Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343771488,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:17:59.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.749Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343749361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:17:59.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.749Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343771488,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:17:59.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.750Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "multicloud-k8s",
"timestamp": 1675343776516,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:17:59.751Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.751Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343805765,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:17:59.751Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.752Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343802913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:17:59.752Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.752Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343805791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T13:17:59.752Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.753Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "aai-model-loader",
"timestamp": 1675343810277,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:17:59.753Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.753Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "aai-model-loader",
"timestamp": 1675343810277,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:17:59.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.754Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343809707,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:17:59.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.755Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343809707,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:17:59.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.755Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "aai-model-loader",
"timestamp": 1675343812620,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:17:59.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.756Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343812673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:17:59.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.756Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343814482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T13:17:59.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.757Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343815486,
"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-02-02T13:17:59.781Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8621b9b-7b41-4010-bc9d-791906828323
2023-02-02T13:17:59.782Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8621b9b-7b41-4010-bc9d-791906828323 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-02-02T13:17:59.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.809Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "aai-model-loader",
"timestamp": 1675343818769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T13:17:59.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:17:59.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:17:59.809Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "aai-model-loader",
"timestamp": 1675343819773,
"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-02-02T13:17:59.822Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8621b9b-7b41-4010-bc9d-791906828323
2023-02-02T13:17:59.822Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8621b9b-7b41-4010-bc9d-791906828323 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-02-02T13:18:17.220Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8621b9b-7b41-4010-bc9d-791906828323
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T13:18:17.247Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8621b9b-7b41-4010-bc9d-791906828323
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-02-02T13:18:17.256Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T13:18:17.256Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-02T13:18:17.256Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-02T13:18:17.256Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-02T13:18:17.256Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T13:18:17.256Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T13:18:17.256Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T13:18:17.257Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:18:17.269Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-02T13:18:47.270Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8621b9b-7b41-4010-bc9d-791906828323 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-02-02T13:18:47.298Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8621b9b-7b41-4010-bc9d-791906828323 and serviceModelVersionId: d2f8da3e-174b-4c83-a844-84378c1bb7e5
2023-02-02T13:18:47.298Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2be4d988-373e-4841-b008-074a124d4a23
2023-02-02T13:18:47.300Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2be4d988-373e-4841-b008-074a124d4a23/model-vers/model-ver/d2f8da3e-174b-4c83-a844-84378c1bb7e5?depth=0
2023-02-02T13:18:47.308Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-02T13:18:47.380Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2be4d988-373e-4841-b008-074a124d4a23/model-vers/model-ver/d2f8da3e-174b-4c83-a844-84378c1bb7e5?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-02-02T13:18:47.382Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2be4d988-373e-4841-b008-074a124d4a23/model-vers/model-ver/d2f8da3e-174b-4c83-a844-84378c1bb7e5?depth=0|INFO|500||Invoke
2023-02-02T13:18:47.411Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2be4d988-373e-4841-b008-074a124d4a23/model-vers/model-ver/d2f8da3e-174b-4c83-a844-84378c1bb7e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-02T13:18:47.538Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2be4d988-373e-4841-b008-074a124d4a23/model-vers/model-ver/d2f8da3e-174b-4c83-a844-84378c1bb7e5?depth=0|INFO|500||InvokeReturn
2023-02-02T13:18:47.539Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2be4d988-373e-4841-b008-074a124d4a23/model-vers/model-ver/d2f8da3e-174b-4c83-a844-84378c1bb7e5?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 13:18:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[113], vertex-id=[180416], x-aai-txid=[0-aai-resources-230202-13:18:48:436-21515], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-02T13:18:47.539Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-02T13:18:47.540Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-02T13:18:47.540Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:18:47.551Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||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-02-02T13:18:47.552Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8621b9b-7b41-4010-bc9d-791906828323 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-02T13:18:47.552Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-02T13:18:47.553Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:47.553Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:47.553Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343927552,
"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-02-02T13:18:48.641Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-02T13:18:48.655Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-02T13:18:48.655Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d","serviceName":"Demo_pNF_R26Q4hx796jEa2wh27lD","serviceVersion":"1.0","serviceUUID":"72640fbe-e003-4e92-9439-179381328a06","serviceDescription":"catalog service description","serviceInvariantUUID":"4722154d-44f0-4550-a444-adc33d341295","resources":[{"resourceInstanceName":"pNF 88d5d8f1-fa68 0","resourceName":"pNF 88d5d8f1-fa68","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4ab230a3-0f50-4f7a-a2e8-2c4e1e4e3256","resourceInvariantUUID":"d02d9998-bcaf-4689-84f6-d9830ae6f55a","resourceCustomizationUUID":"b6250b1c-fd83-4998-a2d8-0462f0e371a0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vf-license-model.xml","artifactChecksum":"ZWMxMTlkMmQ3MDMyZWVhNzgwNDI2ZDY1ZDQ5MmM1Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"895e6d92-0d82-4015-98a7-9b6e65e583c7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/pNF.csar","artifactChecksum":"YWJjNGRjYTY4YTFlOGQwMjQ0NTI3ZTk0OTFlMjExNjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e193ddf0-1b41-45dc-8716-12e7f6a04fbb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b4cd6c0-03bf-4b32-aefd-bc092e197e02","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vendor-license-model.xml","artifactChecksum":"MjQ2MDVlZmU0ZmFjMmYxNmMxYjJkNDg4ODJjN2ZlOTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98ebc601-ea38-4da1-b22f-8656e8785cc3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f807330-184f-4ae6-816e-d494def56039","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a33bf43-35f0-4261-a4e4-6e4559d848a8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR26q4hx796jea2wh27ld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-template.yml","artifactChecksum":"ZWYyMjdlOTI4NDg3OWQ2YjZiOTI5NTMzNmY3YjQwYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32a0f884-f800-4fcd-baf3-94c11cf7f881","artifactVersion":"1"},{"artifactName":"service-DemoPnfR26q4hx796jea2wh27ld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar","artifactChecksum":"NjRhZjU5Mjc5OGUxMTc5ZjYyOGFmZGM1YTdkODZlZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca1fe8b8-1ff5-40f7-9e41-0bfc49463396","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-02T13:18:48.658Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:18:48.658Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:48.658Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:48.659Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:49.659Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:18:49.660Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:49.660Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:49.660Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:50.661Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:18:50.661Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:50.661Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:50.661Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:51.662Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:18:51.663Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:51.663Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:51.663Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:52.664Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:18:52.664Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:52.664Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:52.665Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:53.665Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:18:53.666Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:53.666Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:53.666Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:54.667Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:18:54.668Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:54.668Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:54.668Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:55.669Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:18:55.669Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:55.669Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:55.669Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:56.671Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"serviceName": "Demo_pNF_R26Q4hx796jEa2wh27lD",
"serviceVersion": "1.0",
"serviceUUID": "72640fbe-e003-4e92-9439-179381328a06",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4722154d-44f0-4550-a444-adc33d341295",
"resources": [
{
"resourceInstanceName": "pNF 88d5d8f1-fa68 0",
"resourceCustomizationUUID": "b6250b1c-fd83-4998-a2d8-0462f0e371a0",
"resourceName": "pNF 88d5d8f1-fa68",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4ab230a3-0f50-4f7a-a2e8-2c4e1e4e3256",
"resourceInvariantUUID": "d02d9998-bcaf-4689-84f6-d9830ae6f55a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"artifactChecksum": "NjRhZjU5Mjc5OGUxMTc5ZjYyOGFmZGM1YTdkODZlZGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca1fe8b8-1ff5-40f7-9e41-0bfc49463396"
}
],
"workloadContext": "Production"
}
2023-02-02T13:18:56.671Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-02T13:18:56.671Z|a8621b9b-7b41-4010-bc9d-791906828323|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 72640fbe-e003-4e92-9439-179381328a06 ASDC
2023-02-02T13:18:56.672Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d
ServiceName:Demo_pNF_R26Q4hx796jEa2wh27lD
ServiceVersion:1.0
ServiceUUID:72640fbe-e003-4e92-9439-179381328a06
ServiceInvariantUUID:4722154d-44f0-4550-a444-adc33d341295
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
ArtifactUUID:ca1fe8b8-1ff5-40f7-9e41-0bfc49463396
ArtifactChecksum:NjRhZjU5Mjc5OGUxMTc5ZjYyOGFmZGM1YTdkODZlZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 88d5d8f1-fa68 0
ResourceCustomizationUUID:b6250b1c-fd83-4998-a2d8-0462f0e371a0
ResourceInvariantUUID:d02d9998-bcaf-4689-84f6-d9830ae6f55a
ResourceName:pNF 88d5d8f1-fa68
ResourceType:PNF
ResourceUUID:4ab230a3-0f50-4f7a-a2e8-2c4e1e4e3256
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-02-02T13:18:56.676Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 72640fbe-e003-4e92-9439-179381328a06 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-02-02T13:18:56.793Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-02T13:18:56.793Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-02T13:18:56.793Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-02T13:18:56.794Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ca1fe8b8-1ff5-40f7-9e41-0bfc49463396 from URL: /sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:56.794Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-02T13:18:56.794Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:57.085Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-02T13:18:57.110Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar ca1fe8b8-1ff5-40f7-9e41-0bfc49463396 88000
2023-02-02T13:18:57.111Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar ASDC sendASDCNotification
2023-02-02T13:18:57.111Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:57.111Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T13:18:57.111Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:57.111Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:57.111Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343937111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:58.112Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-02T13:18:58.113Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-02T13:18:58.113Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ca1fe8b8-1ff5-40f7-9e41-0bfc49463396, URL: /sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar to file: /app/ASDC/1/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:58.113Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:58.114Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:58.114Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:58.287Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9558915275425239818/Definitions/service-DemoPnfR26q4hx796jea2wh27ld-template.yml
2023-02-02T13:18:59.207Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-02T13:18:59.208Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-02T13:18:59.208Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:59.208Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-02T13:18:59.208Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 88d5d8f1-fa68 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:59.208Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:59.208Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:59.208Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:59.208Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||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-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:59.208Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||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-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:59.209Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||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-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:59.209Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-02T13:18:59.209Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:18:59.209Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_R26Q4hx796jEa2wh27lD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:18:59.209Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Node template pNF 88d5d8f1-fa68 0 is matching search criteria
2023-02-02T13:18:59.210Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-02T13:18:59.210Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 88d5d8f1-fa68 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-02T13:18:59.210Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:18:59.210Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_R26Q4hx796jEa2wh27lD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:18:59.210Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Node template pNF 88d5d8f1-fa68 0 is matching search criteria
2023-02-02T13:18:59.211Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-02T13:18:59.211Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 88d5d8f1-fa68 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-02T13:18:59.211Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:18:59.211Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_R26Q4hx796jEa2wh27lD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:18:59.211Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:18:59.211Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_R26Q4hx796jEa2wh27lD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:18:59.211Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:18:59.212Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_R26Q4hx796jEa2wh27lD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:18:59.212Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:18:59.212Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_R26Q4hx796jEa2wh27lD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:18:59.212Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:18:59.212Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_R26Q4hx796jEa2wh27lD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:18:59.212Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_R26Q4hx796jEa2wh27lD
Description:catalog service description
Model UUID:72640fbe-e003-4e92-9439-179381328a06
Model Version:NULL
Model InvariantUuid:4722154d-44f0-4550-a444-adc33d341295
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-02T13:18:59.274Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4ab230a3-0f50-4f7a-a2e8-2c4e1e4e3256
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-02-02T13:18:59.279Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||pNF 88d5d8f1-fa68 0
2023-02-02T13:18:59.279Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4ab230a3-0f50-4f7a-a2e8-2c4e1e4e3256
2023-02-02T13:18:59.279Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 72640fbe-e003-4e92-9439-179381328a06
2023-02-02T13:18:59.280Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 72640fbe-e003-4e92-9439-179381328a06
2023-02-02T13:18:59.280Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 88d5d8f1-fa68 0 4ab230a3-0f50-4f7a-a2e8-2c4e1e4e3256 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-02T13:18:59.289Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e814a02, org.onap.sdc.toscaparser.api.parameters.Input@25823041, org.onap.sdc.toscaparser.api.parameters.Input@3903dbab, org.onap.sdc.toscaparser.api.parameters.Input@29f0cdb6, org.onap.sdc.toscaparser.api.parameters.Input@1d1553d0]
2023-02-02T13:18:59.289Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:18:59.289Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_R26Q4hx796jEa2wh27lD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:18:59.290Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 72640fbe-e003-4e92-9439-179381328a06: pNF 88d5d8f1-fa68
2023-02-02T13:18:59.290Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Processing PNF resource: 4ab230a3-0f50-4f7a-a2e8-2c4e1e4e3256
2023-02-02T13:18:59.290Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-02T13:18:59.291Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_R26Q4hx796jEa2wh27lD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-02T13:18:59.291Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Resource customization UUID: b6250b1c-fd83-4998-a2d8-0462f0e371a0 is the same as notified resource customizationUUID: b6250b1c-fd83-4998-a2d8-0462f0e371a0
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-02T13:18:59.378Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 88d5d8f1-fa68 4ab230a3-0f50-4f7a-a2e8-2c4e1e4e3256 0 ASDC deployResourceStructure
2023-02-02T13:18:59.379Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar ASDC sendASDCNotification
2023-02-02T13:18:59.379Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar
2023-02-02T13:18:59.379Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-02T13:18:59.379Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:18:59.379Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:18:59.380Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343939379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:59.727Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:18:59.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343866789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.731Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "multicloud-k8s",
"timestamp": 1675343865476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.731Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343866789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.731Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "multicloud-k8s",
"timestamp": 1675343865476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.732Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343866789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.732Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "multicloud-k8s",
"timestamp": 1675343865476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.732Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343866789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.733Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "multicloud-k8s",
"timestamp": 1675343865476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.734Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343870275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.734Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343866789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.734Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "multicloud-k8s",
"timestamp": 1675343865476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343870275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343869707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343866789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.735Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "multicloud-k8s",
"timestamp": 1675343865476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343870275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343869707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343866789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "multicloud-k8s",
"timestamp": 1675343865476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.737Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343870275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.737Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343869707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.737Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343866789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:18:59.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.738Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "multicloud-k8s",
"timestamp": 1675343865476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:18:59.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.738Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343870275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343869707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343875736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343870275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343869707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343870275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343869707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343870275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.741Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343869707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:18:59.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.741Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343869707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:18:59.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.742Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343878922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:18:59.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:18:59.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:18:59.742Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343878806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:18:59.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:00.381Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T13:19:00.419Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d
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-02-02T13:19:00.424Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T13:19:00.425Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T13:19:00.425Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T13:19:30.425Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T13:19:30.502Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d
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-02-02T13:19:30.509Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T13:19:30.509Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-02T13:19:30.509Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-02T13:19:59.726Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:19:59.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.733Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343880752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T13:19:59.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.734Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343881756,
"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-02-02T13:19:59.766Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d
2023-02-02T13:19:59.766Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d 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-02-02T13:19:59.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.804Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343886800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T13:19:59.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.805Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "aai-model-loader",
"timestamp": 1675343887803,
"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-02-02T13:19:59.824Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d
2023-02-02T13:19:59.825Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d 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-02-02T13:19:59.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.872Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343876058,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.873Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343876744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.873Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343876058,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-02-02T13:19:59.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.874Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343876744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.874Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343876058,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-02-02T13:19:59.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.875Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343876744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.876Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343876058,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-02-02T13:19:59.876Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.876Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343876744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.877Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.878Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343876058,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-02-02T13:19:59.878Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.878Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343876744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.879Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.879Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.879Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.880Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.880Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.880Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343876058,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.883Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343876744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.892Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.892Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.892Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343876058,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-02-02T13:19:59.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.892Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343876744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343876058,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343876744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.894Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.894Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.895Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343876058,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:19:59.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.900Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343876744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:19:59.900Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.901Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.901Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.901Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.902Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.902Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.902Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.902Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343907733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:19:59.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.903Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343907202,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:19:59.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.903Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.904Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.904Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343908217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.905Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.905Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343909127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:19:59.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.906Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:19:59.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.907Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343908217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.907Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.908Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343910346,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:19:59.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.909Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343908217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.910Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343909645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:19:59.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.911Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:19:59.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.912Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343911486,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:19:59.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.912Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343908217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:19:59.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.912Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343909648,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:19:59.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:19:59.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:19:59.912Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343912626,
"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-02-02T13:19:59.972Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d42e6d01-461d-488d-b39e-e2df5e8cbcb2
2023-02-02T13:19:59.973Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42e6d01-461d-488d-b39e-e2df5e8cbcb2 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-02-02T13:20:00.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.014Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343908217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.017Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "multicloud-k8s",
"timestamp": 1675343913631,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-02T13:20:00.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.017Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343908217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.018Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343912086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T13:20:00.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.018Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343914635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.019Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343908217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:20:00.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.019Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343913090,
"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-02-02T13:20:00.065Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d42e6d01-461d-488d-b39e-e2df5e8cbcb2
2023-02-02T13:20:00.065Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42e6d01-461d-488d-b39e-e2df5e8cbcb2 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-02-02T13:20:00.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.159Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343914635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-02-02T13:20:00.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675343916054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:20:00.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.161Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343914635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-02-02T13:20:00.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.161Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.161Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343914635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.162Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.162Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343914635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-02-02T13:20:00.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343914635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343914635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343919981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T13:20:00.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343921968,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:20:00.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "aai-model-loader",
"timestamp": 1675343920987,
"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-02-02T13:20:00.189Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d42e6d01-461d-488d-b39e-e2df5e8cbcb2
2023-02-02T13:20:00.189Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42e6d01-461d-488d-b39e-e2df5e8cbcb2 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-02-02T13:20:00.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343899708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:20:00.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343923239,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:20:00.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343921320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:20:00.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343924477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:20:00.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343925558,
"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-02-02T13:20:00.331Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4922cdff-01e4-45cb-ba86-f98afb50b96a
2023-02-02T13:20:00.332Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4922cdff-01e4-45cb-ba86-f98afb50b96a 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-02-02T13:20:00.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.395Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343923708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T13:20:00.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.397Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.398Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "multicloud-k8s",
"timestamp": 1675343926569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-02T13:20:00.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.399Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675343924711,
"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-02-02T13:20:00.414Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4922cdff-01e4-45cb-ba86-f98afb50b96a
2023-02-02T13:20:00.414Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4922cdff-01e4-45cb-ba86-f98afb50b96a 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-02-02T13:20:00.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.437Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.438Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.438Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.439Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "aai-model-loader",
"timestamp": 1675343900275,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:20:00.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.441Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "aai-model-loader",
"timestamp": 1675343929609,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:20:00.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.442Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "a8621b9b-7b41-4010-bc9d-791906828323",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343927552,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-02T13:20:00.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.443Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.444Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.446Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.447Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.447Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.448Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/resourceInstances/pnf88d5d8f1fa680/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.449Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-02T13:20:00.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.450Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "NOTIFIED"
}
2023-02-02T13:20:00.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.450Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343937111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-02T13:20:00.451Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.451Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "aai-model-loader",
"timestamp": 1675343940652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T13:20:00.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.452Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343939379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR26q4hx796jea2wh27ld/1.0/artifacts/service-DemoPnfR26q4hx796jea2wh27ld-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-02T13:20:00.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-02T13:20:00.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-02T13:20:00.453Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4922cdff-01e4-45cb-ba86-f98afb50b96a",
"consumerID": "aai-model-loader",
"timestamp": 1675343941656,
"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-02-02T13:20:00.477Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4922cdff-01e4-45cb-ba86-f98afb50b96a
2023-02-02T13:20:00.477Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4922cdff-01e4-45cb-ba86-f98afb50b96a 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-02-02T13:20:00.510Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T13:20:00.548Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d
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-02-02T13:20:00.552Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-02T13:20:00.552Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-02T13:20:00.552Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-02T13:20:00.552Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-02T13:20:00.552Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T13:20:00.552Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T13:20:00.552Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-02T13:20:00.552Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||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-02-02T13:20:00.573Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-02T13:20:30.574Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d 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-02-02T13:20:30.609Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d and serviceModelVersionId: 72640fbe-e003-4e92-9439-179381328a06
2023-02-02T13:20:30.609Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4722154d-44f0-4550-a444-adc33d341295
2023-02-02T13:20:30.610Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4722154d-44f0-4550-a444-adc33d341295/model-vers/model-ver/72640fbe-e003-4e92-9439-179381328a06?depth=0
2023-02-02T13:20:30.620Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-02T13:20:30.666Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4722154d-44f0-4550-a444-adc33d341295/model-vers/model-ver/72640fbe-e003-4e92-9439-179381328a06?depth=0|INFO|500||Invoke
2023-02-02T13:20:30.666Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4722154d-44f0-4550-a444-adc33d341295/model-vers/model-ver/72640fbe-e003-4e92-9439-179381328a06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4722154d-44f0-4550-a444-adc33d341295/model-vers/model-ver/72640fbe-e003-4e92-9439-179381328a06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b91066f-fca3-4d2d-8190-88a5865a5e2a], X-ECOMP-RequestID=[6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d], X-TransactionId=[], X-ONAP-RequestID=[6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d], Content-Type=[application/merge-patch+json]}
2023-02-02T13:20:30.679Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4722154d-44f0-4550-a444-adc33d341295/model-vers/model-ver/72640fbe-e003-4e92-9439-179381328a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-02T13:20:30.890Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4722154d-44f0-4550-a444-adc33d341295/model-vers/model-ver/72640fbe-e003-4e92-9439-179381328a06?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/4722154d-44f0-4550-a444-adc33d341295/model-vers/model-ver/72640fbe-e003-4e92-9439-179381328a06?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 13:20:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[208], vertex-id=[176344], x-aai-txid=[2-aai-resources-230202-13:20:31:704-17646], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-02T13:20:30.890Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4722154d-44f0-4550-a444-adc33d341295/model-vers/model-ver/72640fbe-e003-4e92-9439-179381328a06?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-02T13:20:30.891Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4722154d-44f0-4550-a444-adc33d341295/model-vers/model-ver/72640fbe-e003-4e92-9439-179381328a06?depth=0|INFO|500||InvokeReturn
2023-02-02T13:20:30.891Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-02T13:20:30.892Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||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-02-02T13:20:30.954Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||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-02-02T13:20:30.954Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-02T13:20:30.955Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-02T13:20:30.955Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:30.955Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:30.955Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675344030955,
"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-02-02T13:20:32.168Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-02T13:20:32.169Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"d42e6d01-461d-488d-b39e-e2df5e8cbcb2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0f72cb32-7a41-42ca-ae35-d88983e4d5c9","serviceDescription":"service","serviceInvariantUUID":"939f43c3-b3e7-4194-8d27-4c2eb86bba98","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e997cdf1-35de-4dd5-8ae8-b488b735435b","resourceInvariantUUID":"e1a0f946-3403-47c9-b179-4b8df8d4649f","resourceCustomizationUUID":"d861c147-7c65-4c91-9f55-4eaf59a8cf0d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTJlNTYwNGVkZDA0Y2Q1NWIwNjY1YWY3NmMzYTI0MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ee65cfc-5aa8-421a-a8f4-871772082007","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c3c075b-fe2e-4e6e-9c58-2453e5614aad","artifactVersion":"2","generatedFromUUID":"36d9e9a0-2d1d-4166-b17e-792fbde3c151"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36d9e9a0-2d1d-4166-b17e-792fbde3c151","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MWRmN2EzOGNmZDMxNTY4OTk1ZDUzODliMDZlMzA4ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cae79631-87f9-4825-a828-f69c3c7b6f2a","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3355d1bb-54bf-49d3-bc8a-17575f440b33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"83d02f5e-014f-4d6a-a79d-af0fc91d32dc","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dd3e49ec-acd0-442f-b833-0f15392607ed","artifactVersion":"2","generatedFromUUID":"3355d1bb-54bf-49d3-bc8a-17575f440b33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWY1YzMyMmRiYzBiZWU0OTU0OWUwN2E2YTg2ZTYyOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9896ba52-22ac-4fef-904f-c8ae464c2b37","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmFkMjhjMDEzMTkxYTUwMGVmYzBhMjlhMDYzZTMxZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f3cbaf8-fada-4804-8a80-d29a9b45f9a5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-02T13:20:32.169Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:20:32.170Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:32.170Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:32.170Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:20:33.171Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:20:33.172Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:33.172Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:33.172Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:20:34.173Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:20:34.174Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:34.174Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:34.174Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:20:35.175Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:20:35.176Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:35.176Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:35.176Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:20:36.179Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:20:36.179Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:36.180Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:36.180Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:20:37.180Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:20:37.181Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:37.181Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:37.181Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:20:38.182Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:20:38.182Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:38.183Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:38.183Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:20:39.183Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:20:39.184Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:39.184Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:39.184Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:20:40.185Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-02T13:20:40.185Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:40.185Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:40.185Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "SO-sdc-controller",
"timestamp": 1675343928641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:20:41.187Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "0f72cb32-7a41-42ca-ae35-d88983e4d5c9",
"serviceDescription": "service",
"serviceInvariantUUID": "939f43c3-b3e7-4194-8d27-4c2eb86bba98",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "d861c147-7c65-4c91-9f55-4eaf59a8cf0d",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e997cdf1-35de-4dd5-8ae8-b488b735435b",
"resourceInvariantUUID": "e1a0f946-3403-47c9-b179-4b8df8d4649f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9c3c075b-fe2e-4e6e-9c58-2453e5614aad",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "36d9e9a0-2d1d-4166-b17e-792fbde3c151",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "MWRmN2EzOGNmZDMxNTY4OTk1ZDUzODliMDZlMzA4ZjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cae79631-87f9-4825-a828-f69c3c7b6f2a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3355d1bb-54bf-49d3-bc8a-17575f440b33",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dd3e49ec-acd0-442f-b833-0f15392607ed",
"generatedFromUUID": "3355d1bb-54bf-49d3-bc8a-17575f440b33"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dd3e49ec-acd0-442f-b833-0f15392607ed",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "YmFkMjhjMDEzMTkxYTUwMGVmYzBhMjlhMDYzZTMxZjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f3cbaf8-fada-4804-8a80-d29a9b45f9a5"
}
],
"workloadContext": "Production"
}
2023-02-02T13:20:41.187Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-02T13:20:41.187Z|6eef0f54-4cc3-46ba-b2f1-35ff2ddff05d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0f72cb32-7a41-42ca-ae35-d88983e4d5c9 ASDC
2023-02-02T13:20:41.188Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d42e6d01-461d-488d-b39e-e2df5e8cbcb2
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:0f72cb32-7a41-42ca-ae35-d88983e4d5c9
ServiceInvariantUUID:939f43c3-b3e7-4194-8d27-4c2eb86bba98
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:2f3cbaf8-fada-4804-8a80-d29a9b45f9a5
ArtifactChecksum:YmFkMjhjMDEzMTkxYTUwMGVmYzBhMjlhMDYzZTMxZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d861c147-7c65-4c91-9f55-4eaf59a8cf0d
ResourceInvariantUUID:e1a0f946-3403-47c9-b179-4b8df8d4649f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e997cdf1-35de-4dd5-8ae8-b488b735435b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:9c3c075b-fe2e-4e6e-9c58-2453e5614aad
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:36d9e9a0-2d1d-4166-b17e-792fbde3c151
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:cae79631-87f9-4825-a828-f69c3c7b6f2a
ArtifactChecksum:MWRmN2EzOGNmZDMxNTY4OTk1ZDUzODliMDZlMzA4ZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:3355d1bb-54bf-49d3-bc8a-17575f440b33
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:dd3e49ec-acd0-442f-b833-0f15392607ed
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:dd3e49ec-acd0-442f-b833-0f15392607ed
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-02T13:20:41.189Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f72cb32-7a41-42ca-ae35-d88983e4d5c9 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-02-02T13:20:41.414Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-02T13:20:41.415Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-02T13:20:41.415Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-02T13:20:41.416Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2f3cbaf8-fada-4804-8a80-d29a9b45f9a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-02T13:20:41.416Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-02T13:20:41.416Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-02T13:20:41.758Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-02T13:20:41.759Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2f3cbaf8-fada-4804-8a80-d29a9b45f9a5 73995
2023-02-02T13:20:41.760Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-02T13:20:41.760Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-02T13:20:41.760Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-02T13:20:41.760Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-02T13:20:41.760Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-02T13:20:41.760Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d42e6d01-461d-488d-b39e-e2df5e8cbcb2",
"consumerID": "SO-sdc-controller",
"timestamp": 1675344041760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-02T13:20:42.761Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-02T13:20:42.762Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-02T13:20:42.763Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2f3cbaf8-fada-4804-8a80-d29a9b45f9a5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-02T13:20:42.763Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-02T13:20:42.763Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-02T13:20:42.764Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-02T13:20:42.880Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18243146898525860188/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-02T13:20:44.004Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-02T13:20:44.005Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-02T13:20:44.005Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-02T13:20:44.005Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-02T13:20:44.005Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-02T13:20:44.005Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2023-02-02T13:20:44.005Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-02T13:20:44.006Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||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-BasicCnf-csar.csar
2023-02-02T13:20:44.006Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-02T13:20:44.006Z|d42e6d01-461d-488d-b39e-e2df5e8cbcb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery