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-01-31T09:19:50.361Z||main|||||INFO|500||The following profiles are active: basic
2023-01-31T09:20:02.031Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-31T09:20:02.032Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-31T09:20:02.150Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-31T09:20:06.252Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-31T09:20:06.659Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-31T09:20:07.136Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-31T09:20:07.347Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-31T09:20:07.921Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-31T09:20:09.945Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-31T09:20:10.839Z||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-01-31T09:20:13.793Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-31T09:20:13.915Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-31T09:20:13.926Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-31T09:20:13.936Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-31T09:20:14.582Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-31T09:20:14.966Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-31T09:20:16.282Z||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-01-31T09:20:17.108Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-01-31T09:20:17.109Z||main|||||ERROR|500||(conn=1779) Table 'catalogdb.activity_spec' doesn't exist
2023-01-31T09:20:17.122Z||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-01-31T09:20:20.126Z||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-01-31T09:20:22.944Z||main|||||WARN|500||---
2023-01-31T09:20:22.945Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-31T09:20:22.945Z||main|||||WARN|500||---
2023-01-31T09:20:23.320Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-31T09:20:28.095Z||main|||||INFO|500||Started Application in 41.108 seconds (JVM running for 43.808)
2023-01-31T09:20:28.126Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T09:20:28.129Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T09:20:28.137Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T09:20:28.178Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 97aacc3e-cc44-430f-95cc-5d1fb4974831 url= /sdc/v1/artifactTypes
2023-01-31T09:20:28.183Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-01-31T09:20:28.591Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-31T09:20:28.643Z||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-01-31T09:20:28.644Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-31T09:20:28.644Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c34fa27b-3d1d-43a4-a31e-53c66a20bb0d url= /sdc/v1/distributionKafkaData
2023-01-31T09:20:28.645Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-01-31T09:20:28.856Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-31T09:20:28.863Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5d8e19c8
2023-01-31T09:20:28.947Z||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-7ad46c09-7d7c-49a5-9fc0-279ecf133946
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-01-31T09:20:29.022Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Instantiated an idempotent producer.
2023-01-31T09:20:29.139Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-31T09:20:29.205Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-31T09:20:29.205Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-31T09:20:29.205Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675156829202
2023-01-31T09:20:29.210Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-31T09:20:29.238Z||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-ae049177-3f00-413b-b502-c5c7b35932a4
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-01-31T09:20:29.362Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-31T09:20:29.363Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-31T09:20:29.364Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675156829362
2023-01-31T09:20:29.367Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:20:29.372Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:20:29.373Z||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-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3
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-01-31T09:20:29.404Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-31T09:20:29.405Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-31T09:20:29.407Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675156829404
2023-01-31T09:20:29.408Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:20:29.413Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:20:29.421Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-31T09:20:30.099Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Cluster ID: vrhLRBUrTPyYP_Z-0bkSdg
2023-01-31T09:20:30.099Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:30.100Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:30.100Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] ProducerId set to 3 with epoch 0
2023-01-31T09:20:30.100Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:30.101Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:30.101Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:30.101Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:30.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T09:20:30.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T09:20:30.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T09:20:30.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T09:20:30.104Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Cluster ID: vrhLRBUrTPyYP_Z-0bkSdg
2023-01-31T09:20:30.105Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T09:20:30.105Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T09:20:30.105Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Cluster ID: vrhLRBUrTPyYP_Z-0bkSdg
2023-01-31T09:20:30.106Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-31T09:20:30.106Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-31T09:20:30.132Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] (Re-)joining group
2023-01-31T09:20:30.133Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] (Re-)joining group
2023-01-31T09:20:30.256Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3-32d559f0-2107-4eaa-87f8-e7332daf7431
2023-01-31T09:20:30.257Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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-01-31T09:20:30.257Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] (Re-)joining group
2023-01-31T09:20:30.302Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4-73bdbbd2-afb3-4e46-8501-cb21a515ef1b
2023-01-31T09:20:30.303Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, 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-01-31T09:20:30.303Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] (Re-)joining group
2023-01-31T09:20:36.282Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3-32d559f0-2107-4eaa-87f8-e7332daf7431', protocol='range'}
2023-01-31T09:20:36.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4-73bdbbd2-afb3-4e46-8501-cb21a515ef1b', protocol='range'}
2023-01-31T09:20:36.395Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:36.395Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:36.395Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:36.396Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:36.396Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:36.396Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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 Z_CvW41zSdaRWnlSohv5ig
2023-01-31T09:20:36.401Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3-32d559f0-2107-4eaa-87f8-e7332daf7431=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-ae049177-3f00-413b-b502-c5c7b35932a4-73bdbbd2-afb3-4e46-8501-cb21a515ef1b=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-01-31T09:20:36.444Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4-73bdbbd2-afb3-4e46-8501-cb21a515ef1b', protocol='range'}
2023-01-31T09:20:36.446Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, 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-01-31T09:20:36.446Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3-32d559f0-2107-4eaa-87f8-e7332daf7431', protocol='range'}
2023-01-31T09:20:36.447Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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-01-31T09:20:36.451Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, 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-01-31T09:20:36.451Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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-01-31T09:20:36.467Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-31T09:20:36.467Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-31T09:20:36.468Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-31T09:20:36.468Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-31T09:20:36.468Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-31T09:20:36.468Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-31T09:20:36.468Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-31T09:20:36.468Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-31T09:20:36.468Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-31T09:20:36.468Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-31T09:20:36.468Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-31T09:20:36.469Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-31T09:20:36.506Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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-01-31T09:20:36.507Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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-01-31T09:20:36.560Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-31T09:20:36.560Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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-01-31T09:20:36.560Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-31T09:20:36.560Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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-01-31T09:20:36.562Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-31T09:20:36.563Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-31T09:20:36.564Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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-01-31T09:20:36.564Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, 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-01-31T09:20:36.565Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-31T09:20:36.566Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-31T09:21:29.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:21:29.414Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:22:29.379Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:22:29.416Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:23:29.379Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:23:29.417Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:24:29.380Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:24:29.417Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:25:29.382Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:25:29.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:26:29.383Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:26:29.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:27:29.384Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:27:29.421Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:28:29.388Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:28:29.422Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:29:29.390Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:29:29.424Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:29:30.349Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Node -1 disconnected.
2023-01-31T09:29:30.386Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae049177-3f00-413b-b502-c5c7b35932a4, groupId=so] Node -1 disconnected.
2023-01-31T09:29:30.393Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5bb3bd1d-e4a3-446f-b897-50e97f1b68a3, groupId=so] Node -1 disconnected.
2023-01-31T09:30:29.392Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:30:29.425Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:30:29.687Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-31T09:31:29.394Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:31:29.425Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:32:29.396Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:32:29.426Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:33:29.398Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:33:29.427Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:34:29.400Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:34:29.429Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:35:29.401Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:35:29.430Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:36:29.402Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:36:29.430Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:37:29.403Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:37:29.432Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:38:29.405Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:38:29.432Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:39:29.408Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:39:29.434Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:40:29.409Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:40:29.436Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:41:29.412Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:41:29.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:42:29.414Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:42:29.438Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:43:29.415Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:43:29.439Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:44:29.417Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:44:29.440Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:45:29.417Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:45:29.441Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:46:29.418Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:46:29.442Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:47:29.420Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:47:29.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:48:29.421Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:48:29.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:49:29.422Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:49:29.445Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:50:29.424Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:50:29.446Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:51:29.425Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:51:29.448Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:52:29.427Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:52:29.448Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:53:29.429Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:53:29.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:54:29.430Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:54:29.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:55:29.430Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:55:29.452Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:56:29.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:56:29.452Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:57:29.433Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:57:29.454Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:58:29.434Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:58:29.455Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T09:59:29.436Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T09:59:29.455Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:00:29.437Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:00:29.457Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:01:29.438Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:01:29.457Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:02:29.440Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:02:29.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:03:29.441Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:03:29.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:04:29.443Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:04:29.461Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:05:29.444Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:05:29.462Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:06:29.446Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:06:29.463Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:07:29.447Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:07:29.463Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:08:29.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:08:29.464Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:09:29.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:09:29.464Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:10:29.451Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:10:29.466Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:11:29.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:11:29.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:12:29.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:12:29.468Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:13:29.454Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:13:29.470Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:14:29.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:14:29.471Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:15:29.457Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:15:29.472Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:16:29.459Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:16:29.473Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:17:29.460Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:17:29.474Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:18:29.462Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:18:29.474Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:19:29.463Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:19:29.474Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:20:29.465Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:20:29.475Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:21:29.465Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:21:29.476Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:22:29.467Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:22:29.477Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:23:29.468Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:23:29.478Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:24:29.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:24:29.478Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:25:29.470Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:25:29.479Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:26:29.471Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:26:29.480Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:27:29.473Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:27:29.480Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:28:29.474Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:28:29.481Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:29:29.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:29:29.481Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:30:29.476Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:30:29.482Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:31:29.477Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:31:29.482Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:32:29.477Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:32:29.482Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:33:29.479Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:33:29.483Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:34:29.480Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:34:29.484Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:35:29.481Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:35:29.485Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:36:29.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:36:29.487Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:37:29.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:37:29.487Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:38:29.485Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:38:29.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:39:29.485Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:39:29.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:40:29.487Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:40:29.489Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:41:29.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:41:29.490Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:42:29.489Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:42:29.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:43:29.490Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:43:29.492Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:44:29.492Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:44:29.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:45:29.492Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:45:29.494Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:46:29.492Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:46:29.494Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:47:29.494Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:47:29.495Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:48:29.495Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:48:29.496Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:49:29.496Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:49:29.496Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:50:29.498Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:50:29.498Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:51:29.499Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:51:29.500Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:52:29.501Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:52:29.501Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:53:29.502Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:53:29.502Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:54:29.504Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:54:29.504Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:55:29.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:55:29.505Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:56:29.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:56:29.506Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:57:29.506Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:57:29.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:58:29.507Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:58:29.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T10:59:29.508Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T10:59:29.508Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:00:29.509Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:00:29.509Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:01:29.509Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:01:29.509Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:02:29.510Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:02:29.511Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:03:29.512Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:03:29.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:04:29.513Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:04:29.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:05:29.513Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:05:29.514Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:06:29.515Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:06:29.515Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:07:29.515Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:07:29.515Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:08:29.516Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:08:29.516Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:09:29.517Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:09:29.517Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:10:29.519Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:10:29.519Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:11:29.520Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:11:29.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:12:29.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:12:29.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:13:29.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:13:29.523Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:14:29.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:14:29.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:15:29.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:15:29.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:16:29.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:16:29.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:17:29.527Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:17:29.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:18:29.529Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:18:29.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:19:29.530Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:19:29.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:20:29.530Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:20:29.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:21:29.530Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:21:29.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:22:29.531Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:22:29.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:23:29.531Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:23:29.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:24:29.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:24:29.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:25:29.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:25:29.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:26:29.537Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:26:29.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:27:29.538Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:27:29.538Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:28:29.540Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:28:29.540Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:29:29.541Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:29:29.542Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:30:29.543Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:30:29.543Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:31:29.544Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:31:29.545Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:32:29.544Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:32:29.546Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:33:29.546Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:33:29.547Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:34:29.546Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:34:29.547Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:35:29.548Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:35:29.548Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:36:29.550Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:36:29.550Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:37:29.550Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:37:29.552Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:38:29.552Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:38:29.553Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:39:29.554Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:39:29.554Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:40:29.556Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:40:29.556Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:41:29.556Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:41:29.557Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:42:29.558Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:42:29.558Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:43:29.558Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:43:29.560Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:44:29.560Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:44:29.561Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:45:29.564Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:45:29.564Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:46:29.565Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:46:29.566Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:47:29.566Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:47:29.566Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:48:29.568Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:48:29.568Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:49:29.568Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:49:29.570Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:50:29.572Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:50:29.571Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:51:29.573Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:51:29.572Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:52:29.574Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:52:29.574Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:53:29.574Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:53:29.576Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:54:29.575Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:54:29.576Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:55:29.575Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:55:29.576Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:56:29.575Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:56:29.577Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:57:29.576Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:57:29.577Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:58:29.578Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:58:29.578Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T11:59:29.580Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T11:59:29.580Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:00:29.581Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:00:29.581Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:01:29.582Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:01:29.582Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:02:29.582Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:02:29.583Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:03:29.584Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:03:29.585Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:04:29.584Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:04:29.586Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:05:29.585Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:05:29.587Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:06:29.585Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:06:29.588Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:07:29.586Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:07:29.588Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:08:29.587Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:08:29.588Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:09:29.589Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:09:29.589Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:10:29.590Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:10:29.589Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:11:29.594Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:11:29.595Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:12:29.595Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:12:29.596Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:13:29.597Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:13:29.597Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:13:57.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-31T12:13:57.619Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"af95a774-2173-46b3-8f27-aafb69902cce","serviceName":"vFW 2023-01-31 12-12-47","serviceVersion":"1.0","serviceUUID":"67e91f05-e401-4d36-8690-aa4b2cf2bade","serviceDescription":"catalog service description","serviceInvariantUUID":"769a53f7-9883-463a-9c49-424ad0a31a22","resources":[{"resourceInstanceName":"vFW 0d82b3cf-d1cf 0","resourceName":"vFW 0d82b3cf-d1cf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"047dd551-7097-4036-b192-651e823e4456","resourceInvariantUUID":"1fbdbe52-48a2-4580-a1ce-bf0b79bb2b15","resourceCustomizationUUID":"eea70c0f-b6ed-4c37-8bee-dc699736e974","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vf-license-model.xml","artifactChecksum":"MmVlMDRlOTc5NzgxN2Y2ZTAyY2EwMjJkYzllZmY3MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2f231a1-3908-459c-973c-51ba49bbab45","artifactVersion":"1"},{"artifactName":"vfw0d82b3cfd1cf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json","artifactChecksum":"NTU2ZjMyYWQwNGEyYThjOGE1NmExY2M0NTNmODliN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9246fab-f8d3-4677-96e9-bf59786e4634","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"93cb20af-6db6-4fa6-9117-284830ab8a76","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vendor-license-model.xml","artifactChecksum":"ODU2NDUyODZiYjU0NDJhZGUwNGMxYjExNzlkYjNjMTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b13fe9ff-f3a8-4ec5-b990-f404927cf046","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0c726a06-2e81-4ce2-b930-e4386435be1d","artifactVersion":"2","generatedFromUUID":"93cb20af-6db6-4fa6-9117-284830ab8a76"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230131121247-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-template.yml","artifactChecksum":"NTQ3YWZhNTJkZTk4OGE5NzU0Y2UzOGIyZDA0MGFlYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb637404-bd31-46c3-8212-d12b6f866236","artifactVersion":"1"},{"artifactName":"service-Vfw20230131121247-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar","artifactChecksum":"ODk4ZGI1YzRlOTBkMDBjODhlYjIyNDg1ZDM3NDgyMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae32da38-1d69-4fc1-b84f-06144c1363cb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T12:13:57.634Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:13:57.644Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:13:57.644Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:13:57.644Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:13:57.652Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T12:13:57.652Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T12:13:57.652Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T12:13:57.653Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T12:13:57.653Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T12:13:57.653Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T12:13:57.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:13:57.703Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "aai-model-loader",
"timestamp": 1675167233084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:13:57.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:13:58.688Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:13:58.688Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:13:58.689Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:13:58.689Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:13:59.691Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:13:59.692Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:13:59.693Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:13:59.693Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:00.694Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:14:00.694Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:00.695Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:00.695Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:01.696Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:14:01.696Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:01.696Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:01.697Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:02.697Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:14:02.698Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:02.698Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:02.698Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:03.699Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:14:03.699Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:03.700Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:03.700Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:04.702Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"serviceName": "vFW 2023-01-31 12-12-47",
"serviceVersion": "1.0",
"serviceUUID": "67e91f05-e401-4d36-8690-aa4b2cf2bade",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "769a53f7-9883-463a-9c49-424ad0a31a22",
"resources": [
{
"resourceInstanceName": "vFW 0d82b3cf-d1cf 0",
"resourceCustomizationUUID": "eea70c0f-b6ed-4c37-8bee-dc699736e974",
"resourceName": "vFW 0d82b3cf-d1cf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "047dd551-7097-4036-b192-651e823e4456",
"resourceInvariantUUID": "1fbdbe52-48a2-4580-a1ce-bf0b79bb2b15",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0d82b3cfd1cf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"artifactChecksum": "NTU2ZjMyYWQwNGEyYThjOGE1NmExY2M0NTNmODliN2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d9246fab-f8d3-4677-96e9-bf59786e4634",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "93cb20af-6db6-4fa6-9117-284830ab8a76",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0c726a06-2e81-4ce2-b930-e4386435be1d",
"generatedFromUUID": "93cb20af-6db6-4fa6-9117-284830ab8a76"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0c726a06-2e81-4ce2-b930-e4386435be1d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230131121247-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"artifactChecksum": "ODk4ZGI1YzRlOTBkMDBjODhlYjIyNDg1ZDM3NDgyMmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ae32da38-1d69-4fc1-b84f-06144c1363cb"
}
],
"workloadContext": "Production"
}
2023-01-31T12:14:04.706Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T12:14:04.706Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 67e91f05-e401-4d36-8690-aa4b2cf2bade ASDC
2023-01-31T12:14:04.820Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:af95a774-2173-46b3-8f27-aafb69902cce
ServiceName:vFW 2023-01-31 12-12-47
ServiceVersion:1.0
ServiceUUID:67e91f05-e401-4d36-8690-aa4b2cf2bade
ServiceInvariantUUID:769a53f7-9883-463a-9c49-424ad0a31a22
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230131121247-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar
ArtifactUUID:ae32da38-1d69-4fc1-b84f-06144c1363cb
ArtifactChecksum:ODk4ZGI1YzRlOTBkMDBjODhlYjIyNDg1ZDM3NDgyMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0d82b3cf-d1cf 0
ResourceCustomizationUUID:eea70c0f-b6ed-4c37-8bee-dc699736e974
ResourceInvariantUUID:1fbdbe52-48a2-4580-a1ce-bf0b79bb2b15
ResourceName:vFW 0d82b3cf-d1cf
ResourceType:VF
ResourceUUID:047dd551-7097-4036-b192-651e823e4456
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0d82b3cfd1cf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json
ArtifactUUID:d9246fab-f8d3-4677-96e9-bf59786e4634
ArtifactChecksum:NTU2ZjMyYWQwNGEyYThjOGE1NmExY2M0NTNmODliN2U=
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/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml
ArtifactUUID:93cb20af-6db6-4fa6-9117-284830ab8a76
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/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env
ArtifactUUID:0c726a06-2e81-4ce2-b930-e4386435be1d
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/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env
ArtifactUUID:0c726a06-2e81-4ce2-b930-e4386435be1d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-31T12:14:04.820Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67e91f05-e401-4d36-8690-aa4b2cf2bade 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-01-31T12:14:05.173Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T12:14:05.175Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-31T12:14:05.176Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-31T12:14:05.176Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ae32da38-1d69-4fc1-b84f-06144c1363cb from URL: /sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:05.176Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-31T12:14:05.177Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:05.337Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-31T12:14:05.352Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar ae32da38-1d69-4fc1-b84f-06144c1363cb 101528
2023-01-31T12:14:05.354Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar ASDC sendASDCNotification
2023-01-31T12:14:05.354Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:05.355Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T12:14:05.356Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:05.356Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:05.357Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167245352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:06.357Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T12:14:06.358Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-31T12:14:06.358Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ae32da38-1d69-4fc1-b84f-06144c1363cb, URL: /sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar to file: /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:06.359Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230131121247-csar.csar
2023-01-31T12:14:06.449Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:06.450Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:07.136Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10403790874881361082/Definitions/service-Vfw20230131121247-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-01-31T12:14:10.104Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T12:14:10.109Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-31T12:14:10.109Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.110Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-31T12:14:10.110Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.110Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.110Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.110Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.110Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.110Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.111Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.111Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.111Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.111Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.111Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0d82b3cf-d1cf 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-Vfw20230131121247-csar.csar
2023-01-31T12:14:10.111Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-31T12:14:10.117Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.119Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:10.123Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:10.123Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-31T12:14:10.125Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T12:14:10.126Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.127Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:10.127Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:10.127Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-31T12:14:10.127Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T12:14:10.127Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.128Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:10.131Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.131Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is not matching search criteria
2023-01-31T12:14:10.131Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T12:14:10.131Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T12:14:10.131Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.132Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:10.132Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.132Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T12:14:10.132Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T12:14:10.132Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T12:14:10.132Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T12:14:10.133Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.133Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:10.133Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T12:14:10.133Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:10.133Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T12:14:10.133Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.134Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-31T12:14:10.134Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.134Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T12:14:10.135Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.135Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:10.135Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:14:10.136Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.136Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:10.136Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:14:10.136Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.136Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:10.137Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:14:10.137Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.137Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is not matching search criteria
2023-01-31T12:14:10.137Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T12:14:10.137Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-31T12:14:10.138Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T12:14:10.138Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T12:14:10.138Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T12:14:10.138Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.138Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:10.138Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T12:14:10.139Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:10.139Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T12:14:10.139Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.139Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8857637d-bf79-4eda-b512-0d8a086acc0f
2023-01-31T12:14:10.139Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.140Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is not matching search criteria
2023-01-31T12:14:10.140Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T12:14:10.140Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T12:14:10.140Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.140Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:10.140Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.140Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T12:14:10.141Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T12:14:10.141Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-31T12:14:10.141Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T12:14:10.141Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:10.141Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T12:14:10.141Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.142Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=20727ca1-9888-42f8-b728-ceaf4a49d258
2023-01-31T12:14:10.142Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.142Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is not matching search criteria
2023-01-31T12:14:10.142Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T12:14:10.142Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T12:14:10.143Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.143Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:10.143Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.143Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T12:14:10.143Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T12:14:10.143Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T12:14:10.144Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T12:14:10.144Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T12:14:10.144Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:10.144Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-31T12:14:10.144Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=85b79921-0461-450e-93c6-61c213e0c621
2023-01-31T12:14:10.144Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.145Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:10.145Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.145Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:10.145Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.145Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:10.145Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:10.146Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:10.146Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-31 12-12-47
Description:catalog service description
Model UUID:67e91f05-e401-4d36-8690-aa4b2cf2bade
Model Version:NULL
Model InvariantUuid:769a53f7-9883-463a-9c49-424ad0a31a22
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0d82b3cf-d1cf
Model UUID:4876087b-275b-4c97-8f02-7207aedd88c6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1fbdbe52-48a2-4580-a1ce-bf0b79bb2b15
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:eea70c0f-b6ed-4c37-8bee-dc699736e974
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:abd80080-ba47-49d8-a911-d8fb260dda4a
ModelName:Vfw0d82b3cfD1cf..base_vfw..module-0
ModelUuid:0ec65c02-e7dd-41f2-9737-2f38a0aa7224
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8857637d-bf79-4eda-b512-0d8a086acc0f
ModelInvariantUuid:5db6d0eb-65c2-436d-a6f6-30889ca26873
ModelName:vFW 0d82b3cf-d1cf-nodes.vfwCvfc
ModelUuid:8dac379b-79f9-495f-9a57-1a6dff18f975
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8c45c853-afd8-4d08-b875-0e2c4e67c81a
ModelInvariantUuid:d6173343-aa24-4f63-ac02-d5641373e6e4
ModelName:Vfw0d82b3cfD1cf.compute.nodes.heat.vfw
ModelUuid:316807e2-675f-4e11-a24c-004a23a87ace
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:20727ca1-9888-42f8-b728-ceaf4a49d258
ModelInvariantUuid:6ef798c0-8a13-4177-a6ae-1ed26303e1b4
ModelName:vFW 0d82b3cf-d1cf-nodes.vsnCvfc
ModelUuid:e65eed33-1c55-498f-ac64-de9bc0bf1674
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7868c8ed-cc47-4181-a51c-dc049ac137ac
ModelInvariantUuid:3c817d49-03f0-4468-b0a8-2073bcf7e81c
ModelName:Vfw0d82b3cfD1cf.compute.nodes.heat.vsn
ModelUuid:45b987a0-8871-4cef-bcb1-162b16507b92
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:85b79921-0461-450e-93c6-61c213e0c621
ModelInvariantUuid:1111b4a0-7a7f-4fed-b682-300138238ea5
ModelName:vFW 0d82b3cf-d1cf-nodes.vpgCvfc
ModelUuid:4f300e1b-8100-4507-bd63-2beb6795a9d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c4718c25-9083-461a-9424-f17be84f43d2
ModelInvariantUuid:c6a2db08-2247-45bf-8120-025f81fcee88
ModelName:Vfw0d82b3cfD1cf.compute.nodes.heat.vpg
ModelUuid:46f53056-934c-437e-805e-1f5578eb7d6a
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-01-31T12:14:10.170Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 047dd551-7097-4036-b192-651e823e4456
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-01-31T12:14:10.227Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||vFW 0d82b3cf-d1cf 0
2023-01-31T12:14:10.233Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 047dd551-7097-4036-b192-651e823e4456
2023-01-31T12:14:10.233Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d9246fab-f8d3-4677-96e9-bf59786e4634 from URL: /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json
2023-01-31T12:14:10.233Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-31T12:14:10.233Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json
2023-01-31T12:14:10.411Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-31T12:14:10.412Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json d9246fab-f8d3-4677-96e9-bf59786e4634 785
2023-01-31T12:14:10.412Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json ASDC sendASDCNotification
2023-01-31T12:14:10.412Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json
2023-01-31T12:14:10.412Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T12:14:10.413Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:10.413Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:10.413Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167250412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:11.414Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0d82b3cfD1cf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "abd80080-ba47-49d8-a911-d8fb260dda4a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0ec65c02-e7dd-41f2-9737-2f38a0aa7224",
"vfModuleModelCustomizationUUID": "f2aabae2-fda9-4e72-bd86-49aa05342e4f",
"isBase": true,
"artifacts": [
"93cb20af-6db6-4fa6-9117-284830ab8a76",
"0c726a06-2e81-4ce2-b930-e4386435be1d"
],
"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-01-31T12:14:11.427Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0d82b3cfD1cf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ec65c02-e7dd-41f2-9737-2f38a0aa7224
VfModuleModelInvariantUUID:abd80080-ba47-49d8-a911-d8fb260dda4a
VfModuleModelDescription:NULL
Artifacts UUID List:{
93cb20af-6db6-4fa6-9117-284830ab8a76
,
0c726a06-2e81-4ce2-b930-e4386435be1d
}
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-01-31T12:14:11.430Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0d82b3cfD1cf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "abd80080-ba47-49d8-a911-d8fb260dda4a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0ec65c02-e7dd-41f2-9737-2f38a0aa7224",
"vfModuleModelCustomizationUUID": "f2aabae2-fda9-4e72-bd86-49aa05342e4f",
"isBase": true,
"artifacts": [
"93cb20af-6db6-4fa6-9117-284830ab8a76",
"0c726a06-2e81-4ce2-b930-e4386435be1d"
],
"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-01-31T12:14:11.430Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0d82b3cfD1cf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ec65c02-e7dd-41f2-9737-2f38a0aa7224
VfModuleModelInvariantUUID:abd80080-ba47-49d8-a911-d8fb260dda4a
VfModuleModelDescription:NULL
Artifacts UUID List:{
93cb20af-6db6-4fa6-9117-284830ab8a76
,
0c726a06-2e81-4ce2-b930-e4386435be1d
}
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-01-31T12:14:11.430Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 93cb20af-6db6-4fa6-9117-284830ab8a76 from URL: /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml
2023-01-31T12:14:11.430Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-31T12:14:11.431Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml
2023-01-31T12:14:11.589Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-31T12:14:11.590Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml 93cb20af-6db6-4fa6-9117-284830ab8a76 20368
2023-01-31T12:14:11.590Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-31T12:14:11.590Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml
2023-01-31T12:14:11.590Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T12:14:11.591Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:11.591Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:11.591Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167251590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:12.592Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c726a06-2e81-4ce2-b930-e4386435be1d from URL: /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env
2023-01-31T12:14:12.592Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-31T12:14:12.592Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env
2023-01-31T12:14:12.705Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-31T12:14:12.706Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env 0c726a06-2e81-4ce2-b930-e4386435be1d 2098
2023-01-31T12:14:12.706Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-31T12:14:12.706Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env
2023-01-31T12:14:12.706Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T12:14:12.707Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:12.707Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:12.707Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167252706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:13.708Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 67e91f05-e401-4d36-8690-aa4b2cf2bade
2023-01-31T12:14:13.710Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0d82b3cf-d1cf 0 047dd551-7097-4036-b192-651e823e4456 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-01-31T12:14:13.749Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74444d35, org.onap.sdc.toscaparser.api.parameters.Input@6b39d2e4, org.onap.sdc.toscaparser.api.parameters.Input@7f20cec3, org.onap.sdc.toscaparser.api.parameters.Input@624a5fa7, org.onap.sdc.toscaparser.api.parameters.Input@34b18b3e]
2023-01-31T12:14:13.754Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.755Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:13.755Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2023-01-31T12:14:13.755Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= eea70c0f-b6ed-4c37-8bee-dc699736e974
2023-01-31T12:14:13.756Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eea70c0f-b6ed-4c37-8bee-dc699736e974 matches Tosca VF Customization UUID: eea70c0f-b6ed-4c37-8bee-dc699736e974
2023-01-31T12:14:13.756Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: eea70c0f-b6ed-4c37-8bee-dc699736e974 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-01-31T12:14:13.765Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.766Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:13.767Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id eea70c0f-b6ed-4c37-8bee-dc699736e974: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-31T12:14:13.767Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@469d6f4d
2023-01-31T12:14:13.768Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.768Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T12:14:13.769Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f2aabae2-fda9-4e72-bd86-49aa05342e4f
2023-01-31T12:14:13.770Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f2aabae2-fda9-4e72-bd86-49aa05342e4f
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-01-31T12:14:13.780Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.780Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:13.780Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:14:13.781Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.781Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:13.782Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:14:13.782Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.782Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is not matching search criteria
2023-01-31T12:14:13.782Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T12:14:13.783Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-31T12:14:13.783Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T12:14:13.783Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T12:14:13.783Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T12:14:13.784Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T12:14:13.784Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:13.784Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T12:14:13.784Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:13.784Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T12:14:13.784Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T12:14:13.785Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8857637d-bf79-4eda-b512-0d8a086acc0f
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-01-31T12:14:13.796Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.796Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:13.796Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:14:13.797Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.797Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is not matching search criteria
2023-01-31T12:14:13.797Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T12:14:13.798Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T12:14:13.798Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T12:14:13.798Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:13.798Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T12:14:13.799Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T12:14:13.799Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T12:14:13.799Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-31T12:14:13.800Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T12:14:13.800Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:13.800Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T12:14:13.800Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T12:14:13.801Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=20727ca1-9888-42f8-b728-ceaf4a49d258
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-01-31T12:14:13.804Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.805Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:13.805Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:14:13.809Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.809Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is not matching search criteria
2023-01-31T12:14:13.809Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T12:14:13.809Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T12:14:13.810Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T12:14:13.810Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:13.810Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T12:14:13.811Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T12:14:13.811Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T12:14:13.811Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T12:14:13.811Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T12:14:13.812Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T12:14:13.812Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T12:14:13.812Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-31T12:14:13.812Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=85b79921-0461-450e-93c6-61c213e0c621
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-01-31T12:14:13.819Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.819Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:13.819Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:14:13.820Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.820Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Node template vFW 0d82b3cf-d1cf 0 is matching search criteria
2023-01-31T12:14:13.820Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0d82b3cf-d1cf 0] matching following query criteria: sdcType=VF, customizationUUID=eea70c0f-b6ed-4c37-8bee-dc699736e974
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-01-31T12:14:13.823Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.823Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:13.824Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 67e91f05-e401-4d36-8690-aa4b2cf2bade: vFW 0d82b3cf-d1cf
2023-01-31T12:14:13.824Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.824Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:13.825Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.825Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:13.825Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.825Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:13.826Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.826Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:13.826Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:14:13.826Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-31 12-12-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:14:13.827Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2023-01-31 12-12-47
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-01-31T12:14:14.214Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0d82b3cf-d1cf 047dd551-7097-4036-b192-651e823e4456 1 ASDC deployResourceStructure
2023-01-31T12:14:14.215Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json ASDC sendASDCNotification
2023-01-31T12:14:14.215Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json
2023-01-31T12:14:14.215Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T12:14:14.215Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:14.215Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:14.215Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167254214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:15.216Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-31T12:14:15.216Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml
2023-01-31T12:14:15.217Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T12:14:15.217Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:15.217Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:15.218Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167255216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:16.218Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-31T12:14:16.219Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env
2023-01-31T12:14:16.219Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T12:14:16.220Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:16.220Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:16.220Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167256218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:17.221Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar ASDC sendASDCNotification
2023-01-31T12:14:17.222Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar
2023-01-31T12:14:17.222Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T12:14:17.223Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:14:17.223Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:14:17.223Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167257221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:18.224Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T12:14:18.262Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
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-01-31T12:14:18.267Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T12:14:18.267Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T12:14:18.267Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T12:14:29.410Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:14:29.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:14:29.413Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:14:29.414Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:14:48.267Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T12:14:48.286Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
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-01-31T12:14:48.290Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T12:14:48.290Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T12:14:48.291Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T12:15:18.291Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T12:15:18.308Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
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-01-31T12:15:18.311Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T12:15:18.311Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T12:15:18.312Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T12:15:29.410Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:15:29.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.420Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167215060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.422Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167204783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.423Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "aai-model-loader",
"timestamp": 1675167233084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.423Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.424Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167215060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.424Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167204783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "aai-model-loader",
"timestamp": 1675167233084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167204783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167215060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "aai-model-loader",
"timestamp": 1675167233084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167204783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.431Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167215060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.433Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "aai-model-loader",
"timestamp": 1675167233084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.434Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.434Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.434Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167215060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.434Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.435Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167204783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.435Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.435Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "aai-model-loader",
"timestamp": 1675167233084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.436Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.436Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167204783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.437Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.437Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167215060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.437Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.438Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "aai-model-loader",
"timestamp": 1675167233084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.439Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167209597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.439Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167204783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.440Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167215060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.441Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "aai-model-loader",
"timestamp": 1675167245510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.441Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167245393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.442Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167245391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.442Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167245352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.443Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167246529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.444Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167247614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.444Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.444Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167248791,
"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-01-31T12:15:29.468Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af95a774-2173-46b3-8f27-aafb69902cce
2023-01-31T12:15:29.469Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId af95a774-2173-46b3-8f27-aafb69902cce 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-01-31T12:15:29.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.485Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "multicloud-k8s",
"timestamp": 1675167249796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T12:15:29.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.486Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167250412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.486Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167252907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.486Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167251590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.487Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167252907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.488Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167252706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.488Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167250812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.489Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167246416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.490Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167252907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.490Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167250812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.491Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.491Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167246416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.491Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.492Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167254214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vfw0d82b3cfd1cf0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T12:15:29.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.492Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167252907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.493Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167250812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.493Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167246416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.494Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167255216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-31T12:15:29.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.495Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167252907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.495Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167250812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.496Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167246416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.496Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167256218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/resourceInstances/vfw0d82b3cfd1cf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-31T12:15:29.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.497Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167252907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.498Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167250812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.498Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.498Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167246416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.498Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.499Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167257221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T12:15:29.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.499Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167252907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.500Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167250812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.501Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167246416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.501Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167260861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.502Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167250812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.503Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167246416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.503Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167260899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.504Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1675167260931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.504Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.504Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "aai-model-loader",
"timestamp": 1675167261473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T12:15:29.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.505Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167262106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.506Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "aai-model-loader",
"timestamp": 1675167262477,
"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-01-31T12:15:29.515Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af95a774-2173-46b3-8f27-aafb69902cce
2023-01-31T12:15:29.516Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId af95a774-2173-46b3-8f27-aafb69902cce 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-01-31T12:15:29.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167263241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:15:29.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "aai-model-loader",
"timestamp": 1675167263479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167264294,
"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-01-31T12:15:29.555Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95640403-ee8d-482c-bf25-c8fa307023fa
2023-01-31T12:15:29.556Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95640403-ee8d-482c-bf25-c8fa307023fa 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-01-31T12:15:29.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.569Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "aai-model-loader",
"timestamp": 1675167263479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.570Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "multicloud-k8s",
"timestamp": 1675167265297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T12:15:29.570Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.570Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "aai-model-loader",
"timestamp": 1675167263479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.570Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.571Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "aai-model-loader",
"timestamp": 1675167263479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.571Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "aai-model-loader",
"timestamp": 1675167263479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.572Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "aai-model-loader",
"timestamp": 1675167263479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:15:29.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.572Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "aai-model-loader",
"timestamp": 1675167263479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T12:15:29.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:29.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T12:15:29.573Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167271143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131121247/1.0/artifacts/service-Vfw20230131121247-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T12:15:29.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:15:48.312Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T12:15:48.335Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
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-01-31T12:15:48.339Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T12:15:48.339Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-31T12:15:48.339Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T12:15:48.339Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T12:16:18.339Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T12:16:18.357Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
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-01-31T12:16:18.361Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T12:16:18.361Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-31T12:16:18.362Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T12:16:18.362Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T12:16:29.410Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:16:29.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.413Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167272150,
"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-01-31T12:16:29.425Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af95a774-2173-46b3-8f27-aafb69902cce
2023-01-31T12:16:29.425Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af95a774-2173-46b3-8f27-aafb69902cce 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-01-31T12:16:29.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.453Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "aai-model-loader",
"timestamp": 1675167270607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:16:29.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.453Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "aai-model-loader",
"timestamp": 1675167277486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T12:16:29.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.454Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "aai-model-loader",
"timestamp": 1675167278489,
"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-01-31T12:16:29.461Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95640403-ee8d-482c-bf25-c8fa307023fa
2023-01-31T12:16:29.461Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95640403-ee8d-482c-bf25-c8fa307023fa 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-01-31T12:16:29.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.484Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167282906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:16:29.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.484Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167282906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:16:29.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.485Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167282906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:16:29.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.485Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167282906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:16:29.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.485Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167282906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:16:29.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.486Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167282906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:16:29.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.486Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167282906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T12:16:29.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.487Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167290697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:16:29.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.487Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167294454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T12:16:29.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:16:29.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:16:29.488Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675167295463,
"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-01-31T12:16:29.495Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95640403-ee8d-482c-bf25-c8fa307023fa
2023-01-31T12:16:29.496Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95640403-ee8d-482c-bf25-c8fa307023fa 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-01-31T12:16:48.362Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T12:16:48.382Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce
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-01-31T12:16:48.385Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T12:16:48.385Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-31T12:16:48.386Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-31T12:16:48.386Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-31T12:16:48.386Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T12:16:48.387Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T12:16:48.387Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T12:16:48.387Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T12:16:48.387Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-31T12:16:48.397Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-31T12:17:18.397Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af95a774-2173-46b3-8f27-aafb69902cce 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-01-31T12:17:18.412Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af95a774-2173-46b3-8f27-aafb69902cce and serviceModelVersionId: 67e91f05-e401-4d36-8690-aa4b2cf2bade
2023-01-31T12:17:18.412Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 769a53f7-9883-463a-9c49-424ad0a31a22
2023-01-31T12:17:29.410Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:34.134Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/769a53f7-9883-463a-9c49-424ad0a31a22/model-vers/model-ver/67e91f05-e401-4d36-8690-aa4b2cf2bade?depth=0
2023-01-31T12:17:34.247Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-31T12:17:34.759Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/769a53f7-9883-463a-9c49-424ad0a31a22/model-vers/model-ver/67e91f05-e401-4d36-8690-aa4b2cf2bade?depth=0|INFO|500||Invoke
2023-01-31T12:17:34.764Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/769a53f7-9883-463a-9c49-424ad0a31a22/model-vers/model-ver/67e91f05-e401-4d36-8690-aa4b2cf2bade?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/769a53f7-9883-463a-9c49-424ad0a31a22/model-vers/model-ver/67e91f05-e401-4d36-8690-aa4b2cf2bade?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[af95a774-2173-46b3-8f27-aafb69902cce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[844c99b6-667e-4566-88c0-5b7674d77196], X-ECOMP-RequestID=[af95a774-2173-46b3-8f27-aafb69902cce], X-TransactionId=[], X-ONAP-RequestID=[af95a774-2173-46b3-8f27-aafb69902cce], Content-Type=[application/merge-patch+json]}
2023-01-31T12:17:34.786Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/769a53f7-9883-463a-9c49-424ad0a31a22/model-vers/model-ver/67e91f05-e401-4d36-8690-aa4b2cf2bade?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-31T12:17:35.052Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/769a53f7-9883-463a-9c49-424ad0a31a22/model-vers/model-ver/67e91f05-e401-4d36-8690-aa4b2cf2bade?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/769a53f7-9883-463a-9c49-424ad0a31a22/model-vers/model-ver/67e91f05-e401-4d36-8690-aa4b2cf2bade?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 12:17:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[233], vertex-id=[168016], x-aai-txid=[0-aai-resources-230131-12:17:34:363-32253], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-31T12:17:35.054Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/769a53f7-9883-463a-9c49-424ad0a31a22/model-vers/model-ver/67e91f05-e401-4d36-8690-aa4b2cf2bade?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-31T12:17:35.055Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/769a53f7-9883-463a-9c49-424ad0a31a22/model-vers/model-ver/67e91f05-e401-4d36-8690-aa4b2cf2bade?depth=0|INFO|500||InvokeReturn
2023-01-31T12:17:35.058Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-31T12:17:35.058Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-31T12:17:35.071Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-31T12:17:35.072Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af95a774-2173-46b3-8f27-aafb69902cce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-31T12:17:35.073Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-31T12:17:35.074Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:35.074Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:35.074Z|af95a774-2173-46b3-8f27-aafb69902cce|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167455073,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:35.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:17:35.087Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "af95a774-2173-46b3-8f27-aafb69902cce",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167455073,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-31T12:17:35.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-31T12:17:36.093Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:17:36.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-31T12:17:36.101Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"95640403-ee8d-482c-bf25-c8fa307023fa","serviceName":"basic_onboard_OQfNTG","serviceVersion":"1.0","serviceUUID":"0fb27420-d547-4e34-ad44-0773d9b60f44","serviceDescription":"service","serviceInvariantUUID":"91c25d4e-92f6-4cbc-803b-e674849e3eae","resources":[{"resourceInstanceName":"basic_onboard_OQfNTG 0","resourceName":"basic_onboard_OQfNTG","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"28d1ac87-ab56-47e6-ac80-57a7de0b14ec","resourceInvariantUUID":"bbc70f7c-05b8-4c10-884e-8a9ad2936125","resourceCustomizationUUID":"8a3423a5-b188-4cfa-992f-3857825d9c1f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vf-license-model.xml","artifactChecksum":"OGVlZmI4ZmRkYTQ1ZjFiODg5ZTU2YzQ5N2Q0MjkzMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98d103c4-0bb3-4652-987a-e91ac1a7b9a6","artifactVersion":"1"},{"artifactName":"basic_onboard_oqfntg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json","artifactChecksum":"MWE1MzlkMzI4ZTE5MTQ2ZDZiZTM2NDMwOGE0ZTFjMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6cad258e-c437-4f1e-abc2-ff483bb1cf81","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c98b54c7-e667-44ec-800f-d95eb01d3049","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce832ee7-6635-4bb4-9e52-e946e45d080c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ca5677ac-205d-4ddf-a9c0-d6747c49ca7d","artifactVersion":"2","generatedFromUUID":"c98b54c7-e667-44ec-800f-d95eb01d3049"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOqfntg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-template.yml","artifactChecksum":"NjM4MTY5ZWI5OTI4NjVlOGE3Y2NhZWE5ZTQ4Zjg5OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56e694a5-988b-45fa-bb19-a9dcffce6f27","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOqfntg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar","artifactChecksum":"ODE3ZTg5NzlkNzZkZjlhYjAyMzMxNzIwMThjN2ExMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f355296-961f-4f17-974c-c0fb95374e88","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T12:17:36.104Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:17:36.105Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:36.105Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:36.105Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:37.106Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:17:37.107Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:37.107Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:37.107Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:38.108Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:17:38.108Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:38.109Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:38.109Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:39.110Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:17:39.111Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:39.111Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:39.111Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:40.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:17:40.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:40.112Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:40.112Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:41.113Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:17:41.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:41.114Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:41.114Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:42.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T12:17:42.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:42.116Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:42.116Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:43.118Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"serviceName": "basic_onboard_OQfNTG",
"serviceVersion": "1.0",
"serviceUUID": "0fb27420-d547-4e34-ad44-0773d9b60f44",
"serviceDescription": "service",
"serviceInvariantUUID": "91c25d4e-92f6-4cbc-803b-e674849e3eae",
"resources": [
{
"resourceInstanceName": "basic_onboard_OQfNTG 0",
"resourceCustomizationUUID": "8a3423a5-b188-4cfa-992f-3857825d9c1f",
"resourceName": "basic_onboard_OQfNTG",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "28d1ac87-ab56-47e6-ac80-57a7de0b14ec",
"resourceInvariantUUID": "bbc70f7c-05b8-4c10-884e-8a9ad2936125",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_oqfntg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"artifactChecksum": "MWE1MzlkMzI4ZTE5MTQ2ZDZiZTM2NDMwOGE0ZTFjMmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6cad258e-c437-4f1e-abc2-ff483bb1cf81",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c98b54c7-e667-44ec-800f-d95eb01d3049",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ca5677ac-205d-4ddf-a9c0-d6747c49ca7d",
"generatedFromUUID": "c98b54c7-e667-44ec-800f-d95eb01d3049"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ca5677ac-205d-4ddf-a9c0-d6747c49ca7d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOqfntg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"artifactChecksum": "ODE3ZTg5NzlkNzZkZjlhYjAyMzMxNzIwMThjN2ExMWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0f355296-961f-4f17-974c-c0fb95374e88"
}
],
"workloadContext": "Production"
}
2023-01-31T12:17:43.118Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T12:17:43.118Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0fb27420-d547-4e34-ad44-0773d9b60f44 ASDC
2023-01-31T12:17:43.119Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:95640403-ee8d-482c-bf25-c8fa307023fa
ServiceName:basic_onboard_OQfNTG
ServiceVersion:1.0
ServiceUUID:0fb27420-d547-4e34-ad44-0773d9b60f44
ServiceInvariantUUID:91c25d4e-92f6-4cbc-803b-e674849e3eae
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOqfntg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar
ArtifactUUID:0f355296-961f-4f17-974c-c0fb95374e88
ArtifactChecksum:ODE3ZTg5NzlkNzZkZjlhYjAyMzMxNzIwMThjN2ExMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OQfNTG 0
ResourceCustomizationUUID:8a3423a5-b188-4cfa-992f-3857825d9c1f
ResourceInvariantUUID:bbc70f7c-05b8-4c10-884e-8a9ad2936125
ResourceName:basic_onboard_OQfNTG
ResourceType:VF
ResourceUUID:28d1ac87-ab56-47e6-ac80-57a7de0b14ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oqfntg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json
ArtifactUUID:6cad258e-c437-4f1e-abc2-ff483bb1cf81
ArtifactChecksum:MWE1MzlkMzI4ZTE5MTQ2ZDZiZTM2NDMwOGE0ZTFjMmQ=
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/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c98b54c7-e667-44ec-800f-d95eb01d3049
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/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env
ArtifactUUID:ca5677ac-205d-4ddf-a9c0-d6747c49ca7d
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/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env
ArtifactUUID:ca5677ac-205d-4ddf-a9c0-d6747c49ca7d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-31T12:17:43.119Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0fb27420-d547-4e34-ad44-0773d9b60f44 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-01-31T12:17:43.165Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T12:17:43.166Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-31T12:17:43.166Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-31T12:17:43.166Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0f355296-961f-4f17-974c-c0fb95374e88 from URL: /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:43.166Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-31T12:17:43.166Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:43.340Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-31T12:17:43.341Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar 0f355296-961f-4f17-974c-c0fb95374e88 75691
2023-01-31T12:17:43.341Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar ASDC sendASDCNotification
2023-01-31T12:17:43.341Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:43.341Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T12:17:43.342Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:43.342Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:43.342Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167463341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:44.343Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T12:17:44.343Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-31T12:17:44.344Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0f355296-961f-4f17-974c-c0fb95374e88, URL: /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar to file: /app/ASDC/1/service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:44.344Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:44.345Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:44.345Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:44.458Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17404228195976947473/Definitions/service-BasicOnboardOqfntg-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-01-31T12:17:45.670Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T12:17:45.671Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-31T12:17:45.671Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:45.671Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-31T12:17:45.672Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OQfNTG 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-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:45.672Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:45.672Z|95640403-ee8d-482c-bf25-c8fa307023fa|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-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:45.672Z|95640403-ee8d-482c-bf25-c8fa307023fa|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-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:45.672Z|95640403-ee8d-482c-bf25-c8fa307023fa|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-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:45.673Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:45.673Z|95640403-ee8d-482c-bf25-c8fa307023fa|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-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:45.673Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-31T12:17:45.673Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.674Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:45.674Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is matching search criteria
2023-01-31T12:17:45.674Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-31T12:17:45.674Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_OQfNTG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T12:17:45.675Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.675Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:45.675Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is matching search criteria
2023-01-31T12:17:45.676Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-31T12:17:45.676Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_OQfNTG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T12:17:45.676Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.676Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:45.677Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.677Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is not matching search criteria
2023-01-31T12:17:45.677Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-31T12:17:45.677Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-31T12:17:45.678Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-31T12:17:45.678Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-31T12:17:45.678Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-31T12:17:45.678Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.679Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T12:17:45.679Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.679Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is matching search criteria
2023-01-31T12:17:45.679Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_OQfNTG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:17:45.680Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.680Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is matching search criteria
2023-01-31T12:17:45.680Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_OQfNTG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:17:45.681Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.681Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is matching search criteria
2023-01-31T12:17:45.681Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_OQfNTG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:17:45.681Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.682Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is not matching search criteria
2023-01-31T12:17:45.682Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-31T12:17:45.682Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-31T12:17:45.683Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6c324744-1c68-4d31-bf9a-3427906b9346
2023-01-31T12:17:45.683Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.683Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:45.683Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.684Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:45.684Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.684Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:45.684Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:45.685Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:45.685Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OQfNTG
Description:service
Model UUID:0fb27420-d547-4e34-ad44-0773d9b60f44
Model Version:NULL
Model InvariantUuid:91c25d4e-92f6-4cbc-803b-e674849e3eae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OQfNTG
Model UUID:67cebb86-ed89-47ab-9f53-fb9f963de9b4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bbc70f7c-05b8-4c10-884e-8a9ad2936125
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8a3423a5-b188-4cfa-992f-3857825d9c1f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:26cecff3-05e1-4e5b-a314-27caa10bbc49
ModelName:BasicOnboardOqfntg..base_ubuntu18..module-0
ModelUuid:1581829d-c220-4236-b671-0bd1788eb6d3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6c324744-1c68-4d31-bf9a-3427906b9346
ModelInvariantUuid:17dbbec3-9b13-4d05-a673-b2acaa62f242
ModelName:basic_onboard_OQfNTG-nodes.ubuntu18Cvfc
ModelUuid:114cbf65-1e4c-4816-976f-d74568842cfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:968bcd5d-c747-4844-badf-b0472863872f
ModelInvariantUuid:ae1946bb-2157-4f81-a829-6242df390b4d
ModelName:BasicOnboardOqfntg.compute.nodes.heat.ubuntu18
ModelUuid:71bd229b-feab-43b3-806a-6a819016ab4c
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-01-31T12:17:45.699Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 28d1ac87-ab56-47e6-ac80-57a7de0b14ec
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-01-31T12:17:45.703Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||basic_onboard_OQfNTG 0
2023-01-31T12:17:45.703Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 28d1ac87-ab56-47e6-ac80-57a7de0b14ec
2023-01-31T12:17:45.703Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cad258e-c437-4f1e-abc2-ff483bb1cf81 from URL: /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json
2023-01-31T12:17:45.704Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-31T12:17:45.704Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json
2023-01-31T12:17:45.762Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-31T12:17:45.762Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json 6cad258e-c437-4f1e-abc2-ff483bb1cf81 798
2023-01-31T12:17:45.763Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json ASDC sendASDCNotification
2023-01-31T12:17:45.763Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json
2023-01-31T12:17:45.763Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T12:17:45.764Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:45.764Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:45.764Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167465763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:46.765Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOqfntg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "26cecff3-05e1-4e5b-a314-27caa10bbc49",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1581829d-c220-4236-b671-0bd1788eb6d3",
"vfModuleModelCustomizationUUID": "41b8797c-b77f-4b35-88bd-221cb092f78a",
"isBase": true,
"artifacts": [
"c98b54c7-e667-44ec-800f-d95eb01d3049",
"ca5677ac-205d-4ddf-a9c0-d6747c49ca7d"
],
"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-01-31T12:17:46.769Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOqfntg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1581829d-c220-4236-b671-0bd1788eb6d3
VfModuleModelInvariantUUID:26cecff3-05e1-4e5b-a314-27caa10bbc49
VfModuleModelDescription:NULL
Artifacts UUID List:{
c98b54c7-e667-44ec-800f-d95eb01d3049
,
ca5677ac-205d-4ddf-a9c0-d6747c49ca7d
}
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-01-31T12:17:46.771Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOqfntg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "26cecff3-05e1-4e5b-a314-27caa10bbc49",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1581829d-c220-4236-b671-0bd1788eb6d3",
"vfModuleModelCustomizationUUID": "41b8797c-b77f-4b35-88bd-221cb092f78a",
"isBase": true,
"artifacts": [
"c98b54c7-e667-44ec-800f-d95eb01d3049",
"ca5677ac-205d-4ddf-a9c0-d6747c49ca7d"
],
"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-01-31T12:17:46.771Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOqfntg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1581829d-c220-4236-b671-0bd1788eb6d3
VfModuleModelInvariantUUID:26cecff3-05e1-4e5b-a314-27caa10bbc49
VfModuleModelDescription:NULL
Artifacts UUID List:{
c98b54c7-e667-44ec-800f-d95eb01d3049
,
ca5677ac-205d-4ddf-a9c0-d6747c49ca7d
}
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-01-31T12:17:46.771Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c98b54c7-e667-44ec-800f-d95eb01d3049 from URL: /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml
2023-01-31T12:17:46.772Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-31T12:17:46.772Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml
2023-01-31T12:17:46.837Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-31T12:17:46.838Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml c98b54c7-e667-44ec-800f-d95eb01d3049 5033
2023-01-31T12:17:46.838Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-31T12:17:46.839Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml
2023-01-31T12:17:46.839Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T12:17:46.839Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:46.839Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:46.840Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167466838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:47.842Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ca5677ac-205d-4ddf-a9c0-d6747c49ca7d from URL: /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env
2023-01-31T12:17:47.842Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-31T12:17:47.842Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env
2023-01-31T12:17:47.910Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-31T12:17:47.911Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env ca5677ac-205d-4ddf-a9c0-d6747c49ca7d 909
2023-01-31T12:17:47.911Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-31T12:17:47.912Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env
2023-01-31T12:17:47.912Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T12:17:47.912Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:47.913Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:47.913Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167467911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:48.914Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0fb27420-d547-4e34-ad44-0773d9b60f44
2023-01-31T12:17:48.915Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OQfNTG 0 28d1ac87-ab56-47e6-ac80-57a7de0b14ec 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-01-31T12:17:48.936Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a9c37fc, org.onap.sdc.toscaparser.api.parameters.Input@706de9cb, org.onap.sdc.toscaparser.api.parameters.Input@6401d2d8, org.onap.sdc.toscaparser.api.parameters.Input@1de032c1, org.onap.sdc.toscaparser.api.parameters.Input@4618d556]
2023-01-31T12:17:48.937Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.937Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:48.937Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2023-01-31T12:17:48.937Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8a3423a5-b188-4cfa-992f-3857825d9c1f
2023-01-31T12:17:48.937Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a3423a5-b188-4cfa-992f-3857825d9c1f matches Tosca VF Customization UUID: 8a3423a5-b188-4cfa-992f-3857825d9c1f
2023-01-31T12:17:48.938Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8a3423a5-b188-4cfa-992f-3857825d9c1f 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-01-31T12:17:48.940Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.941Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:48.941Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8a3423a5-b188-4cfa-992f-3857825d9c1f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-31T12:17:48.941Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fb38b81
2023-01-31T12:17:48.942Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.942Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T12:17:48.942Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 41b8797c-b77f-4b35-88bd-221cb092f78a
2023-01-31T12:17:48.942Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 41b8797c-b77f-4b35-88bd-221cb092f78a
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-01-31T12:17:48.945Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.946Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is matching search criteria
2023-01-31T12:17:48.946Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_OQfNTG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:17:48.946Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.947Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is matching search criteria
2023-01-31T12:17:48.947Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_OQfNTG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:17:48.947Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.947Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is not matching search criteria
2023-01-31T12:17:48.948Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-31T12:17:48.948Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-31T12:17:48.948Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6c324744-1c68-4d31-bf9a-3427906b9346
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-01-31T12:17:48.951Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.951Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is matching search criteria
2023-01-31T12:17:48.951Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_OQfNTG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T12:17:48.952Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.952Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_OQfNTG 0 is matching search criteria
2023-01-31T12:17:48.952Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_OQfNTG 0] matching following query criteria: sdcType=VF, customizationUUID=8a3423a5-b188-4cfa-992f-3857825d9c1f
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-01-31T12:17:48.955Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.955Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:48.955Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0fb27420-d547-4e34-ad44-0773d9b60f44: basic_onboard_OQfNTG
2023-01-31T12:17:48.955Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.956Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:48.956Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.956Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:48.956Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.957Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:48.957Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.957Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:48.957Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T12:17:48.958Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_OQfNTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T12:17:48.958Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_OQfNTG
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-01-31T12:17:49.109Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OQfNTG 28d1ac87-ab56-47e6-ac80-57a7de0b14ec 1 ASDC deployResourceStructure
2023-01-31T12:17:49.109Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json ASDC sendASDCNotification
2023-01-31T12:17:49.109Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json
2023-01-31T12:17:49.110Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T12:17:49.110Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:49.110Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:49.110Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167469109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:50.111Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-31T12:17:50.111Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml
2023-01-31T12:17:50.111Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T12:17:50.112Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:50.112Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:50.112Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167470111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:51.114Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-31T12:17:51.114Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env
2023-01-31T12:17:51.114Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T12:17:51.114Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:51.114Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:51.115Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167471114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:52.116Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar ASDC sendASDCNotification
2023-01-31T12:17:52.116Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar
2023-01-31T12:17:52.116Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T12:17:52.117Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:17:52.117Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:17:52.117Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167472116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:17:53.118Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95640403-ee8d-482c-bf25-c8fa307023fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T12:17:53.135Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95640403-ee8d-482c-bf25-c8fa307023fa
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-01-31T12:17:53.138Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T12:17:53.138Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-31T12:17:53.138Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-31T12:17:53.138Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-31T12:17:53.138Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T12:17:53.139Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T12:17:53.139Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T12:17:53.139Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T12:17:53.139Z|95640403-ee8d-482c-bf25-c8fa307023fa|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-01-31T12:17:53.148Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-31T12:18:23.148Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95640403-ee8d-482c-bf25-c8fa307023fa 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-01-31T12:18:23.159Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95640403-ee8d-482c-bf25-c8fa307023fa and serviceModelVersionId: 0fb27420-d547-4e34-ad44-0773d9b60f44
2023-01-31T12:18:23.159Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91c25d4e-92f6-4cbc-803b-e674849e3eae
2023-01-31T12:18:23.160Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91c25d4e-92f6-4cbc-803b-e674849e3eae/model-vers/model-ver/0fb27420-d547-4e34-ad44-0773d9b60f44?depth=0
2023-01-31T12:18:23.164Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-31T12:18:23.227Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91c25d4e-92f6-4cbc-803b-e674849e3eae/model-vers/model-ver/0fb27420-d547-4e34-ad44-0773d9b60f44?depth=0|INFO|500||Invoke
2023-01-31T12:18:23.227Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91c25d4e-92f6-4cbc-803b-e674849e3eae/model-vers/model-ver/0fb27420-d547-4e34-ad44-0773d9b60f44?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91c25d4e-92f6-4cbc-803b-e674849e3eae/model-vers/model-ver/0fb27420-d547-4e34-ad44-0773d9b60f44?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95640403-ee8d-482c-bf25-c8fa307023fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[24fec7e6-3952-45dd-a54e-ea65c7970b29], X-ECOMP-RequestID=[95640403-ee8d-482c-bf25-c8fa307023fa], X-TransactionId=[], X-ONAP-RequestID=[95640403-ee8d-482c-bf25-c8fa307023fa], Content-Type=[application/merge-patch+json]}
2023-01-31T12:18:23.233Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91c25d4e-92f6-4cbc-803b-e674849e3eae/model-vers/model-ver/0fb27420-d547-4e34-ad44-0773d9b60f44?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-31T12:18:23.357Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91c25d4e-92f6-4cbc-803b-e674849e3eae/model-vers/model-ver/0fb27420-d547-4e34-ad44-0773d9b60f44?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/91c25d4e-92f6-4cbc-803b-e674849e3eae/model-vers/model-ver/0fb27420-d547-4e34-ad44-0773d9b60f44?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 12:18:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[405688], x-aai-txid=[2-aai-resources-230131-12:18:22:804-44124], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-31T12:18:23.357Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91c25d4e-92f6-4cbc-803b-e674849e3eae/model-vers/model-ver/0fb27420-d547-4e34-ad44-0773d9b60f44?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-31T12:18:23.358Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91c25d4e-92f6-4cbc-803b-e674849e3eae/model-vers/model-ver/0fb27420-d547-4e34-ad44-0773d9b60f44?depth=0|INFO|500||InvokeReturn
2023-01-31T12:18:23.358Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-31T12:18:23.359Z|95640403-ee8d-482c-bf25-c8fa307023fa|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-01-31T12:18:23.364Z|95640403-ee8d-482c-bf25-c8fa307023fa|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-01-31T12:18:23.365Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95640403-ee8d-482c-bf25-c8fa307023fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-31T12:18:23.365Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-31T12:18:23.366Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T12:18:23.366Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T12:18:23.366Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167503365,
"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-01-31T12:18:24.386Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:18:29.410Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:18:29.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.417Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:18:29.418Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.418Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "NOTIFIED"
}
2023-01-31T12:18:29.418Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.418Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-31T12:18:29.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.419Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:18:29.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.419Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-31T12:18:29.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.420Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T12:18:29.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.420Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167456093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T12:18:29.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.420Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167463341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:18:29.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167465763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:18:29.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167466838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:18:29.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167467911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T12:18:29.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.423Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167469109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/basic_onboard_oqfntg0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T12:18:29.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.423Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167470111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-31T12:18:29.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.424Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167471114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/resourceInstances/basic_onboard_oqfntg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-31T12:18:29.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.424Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167472116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqfntg/1.0/artifacts/service-BasicOnboardOqfntg-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T12:18:29.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:18:29.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T12:18:29.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "95640403-ee8d-482c-bf25-c8fa307023fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1675167503365,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-31T12:18:29.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T12:19:24.387Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:19:29.410Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:20:24.388Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:20:29.410Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:21:24.389Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:21:29.411Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:22:24.389Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:22:29.412Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:23:24.390Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:23:29.413Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:24:24.391Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:24:29.414Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:25:24.392Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:25:29.416Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:26:24.393Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:26:29.417Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:27:24.394Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:27:29.417Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:27:31.534Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Node 1 disconnected.
2023-01-31T12:28:24.395Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:28:29.418Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:29:24.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:29:29.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:30:24.398Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:30:29.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:31:24.400Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:31:29.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:32:24.402Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:32:29.421Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:33:24.403Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:33:29.422Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:34:24.405Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:34:29.422Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:35:24.406Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:35:29.422Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:36:24.407Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:36:29.423Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:37:24.407Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:37:29.424Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:38:24.407Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:38:29.424Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:39:24.408Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:39:29.426Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:40:24.409Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:40:29.427Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:41:24.410Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:41:29.428Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:42:24.410Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:42:29.428Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:43:24.412Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:43:29.428Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:44:24.412Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:44:29.429Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:45:24.413Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:45:29.431Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:46:24.415Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:46:29.431Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:47:24.417Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:47:29.432Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:48:24.418Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:48:29.434Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:49:24.418Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:49:29.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:50:24.419Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:50:29.435Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:51:24.419Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:51:29.436Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:52:24.420Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:52:29.437Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:53:24.421Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:53:29.438Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:54:24.421Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:54:29.441Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:55:24.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:55:29.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:56:24.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:56:29.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:57:24.425Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:57:29.445Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:58:24.427Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:58:29.445Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T12:59:24.427Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T12:59:29.445Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:00:24.428Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T13:00:29.447Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:01:24.430Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T13:01:29.447Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:01:55.150Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-31T13:01:55.151Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"aca33e1f-9475-4ba0-96d1-a146315e7937","serviceDescription":"service","serviceInvariantUUID":"a074abbc-8c30-423e-93f4-1113aa9896c7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"60bafb90-b327-4ec0-9e9d-7d2885893368","resourceInvariantUUID":"1ec32c93-6e3b-4c9c-b88c-2c04b31c88a9","resourceCustomizationUUID":"40bfc1ab-2232-4acb-b5f4-77f4644c237e","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":"YTVhMjA4OTJkMTdkYjEzYzQ0ZGRhN2Y0YWNmZjgxMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99c6d0b9-27e1-4ec6-a2b3-14f3fac84e0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTBkMThlMDc5ZTMyYjgzZmEwNGJmYjhhNWU3NjM1NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4353819-ec3c-4ca3-8271-b2900fd22263","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T13:01:55.158Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T13:01:55.159Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:01:55.159Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:01:55.159Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170084430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:01:55.162Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T13:01:55.163Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T13:01:55.163Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T13:01:55.163Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T13:01:55.163Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T13:01:55.164Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ad46c09-7d7c-49a5-9fc0-279ecf133946] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Z4UZnu0rSXWAblsUbcQ_aw
2023-01-31T13:01:55.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:01:55.190Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "aai-model-loader",
"timestamp": 1675170113084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T13:01:55.191Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:01:56.165Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T13:01:56.166Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:01:56.166Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:01:56.166Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170084430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:01:57.167Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "aca33e1f-9475-4ba0-96d1-a146315e7937",
"serviceDescription": "service",
"serviceInvariantUUID": "a074abbc-8c30-423e-93f4-1113aa9896c7",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "40bfc1ab-2232-4acb-b5f4-77f4644c237e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "60bafb90-b327-4ec0-9e9d-7d2885893368",
"resourceInvariantUUID": "1ec32c93-6e3b-4c9c-b88c-2c04b31c88a9",
"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": "ZTBkMThlMDc5ZTMyYjgzZmEwNGJmYjhhNWU3NjM1NTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d4353819-ec3c-4ca3-8271-b2900fd22263"
}
],
"workloadContext": "Production"
}
2023-01-31T13:01:57.168Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T13:01:57.168Z|95640403-ee8d-482c-bf25-c8fa307023fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aca33e1f-9475-4ba0-96d1-a146315e7937 ASDC
2023-01-31T13:01:57.168Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:aca33e1f-9475-4ba0-96d1-a146315e7937
ServiceInvariantUUID:a074abbc-8c30-423e-93f4-1113aa9896c7
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:d4353819-ec3c-4ca3-8271-b2900fd22263
ArtifactChecksum:ZTBkMThlMDc5ZTMyYjgzZmEwNGJmYjhhNWU3NjM1NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:40bfc1ab-2232-4acb-b5f4-77f4644c237e
ResourceInvariantUUID:1ec32c93-6e3b-4c9c-b88c-2c04b31c88a9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:60bafb90-b327-4ec0-9e9d-7d2885893368
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-31T13:01:57.169Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aca33e1f-9475-4ba0-96d1-a146315e7937 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-01-31T13:01:57.218Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T13:01:57.219Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-31T13:01:57.219Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-31T13:01:57.219Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d4353819-ec3c-4ca3-8271-b2900fd22263 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-31T13:01:57.219Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-31T13:01:57.220Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-31T13:01:57.479Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-31T13:01:57.483Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d4353819-ec3c-4ca3-8271-b2900fd22263 57793
2023-01-31T13:01:57.483Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-31T13:01:57.483Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-31T13:01:57.484Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T13:01:57.484Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:01:57.484Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:01:57.485Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170117483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:01:58.485Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T13:01:58.486Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-31T13:01:58.487Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d4353819-ec3c-4ca3-8271-b2900fd22263, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:58.487Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-31T13:01:58.488Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:58.488Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:58.691Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8670126791548201248/Definitions/service-BasicNetwork-template.yml
2023-01-31T13:01:59.235Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T13:01:59.235Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-31T13:01:59.235Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:59.236Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-31T13:01:59.236Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:59.236Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:59.236Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:59.236Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:59.236Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:59.236Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:59.237Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:59.237Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T13:01:59.237Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-31T13:01:59.237Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.237Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.238Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-31T13:01:59.238Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-31T13:01:59.238Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T13:01:59.238Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.239Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.239Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-31T13:01:59.239Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-31T13:01:59.239Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T13:01:59.239Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.239Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.240Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.240Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.240Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.240Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.241Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.241Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.241Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.241Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.241Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:aca33e1f-9475-4ba0-96d1-a146315e7937
Model Version:NULL
Model InvariantUuid:a074abbc-8c30-423e-93f4-1113aa9896c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1ec32c93-6e3b-4c9c-b88c-2c04b31c88a9
Model UUID:c18a509a-4709-4dc4-ac21-130fcdd65e2d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:40bfc1ab-2232-4acb-b5f4-77f4644c237e
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-01-31T13:01:59.260Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 60bafb90-b327-4ec0-9e9d-7d2885893368
2023-01-31T13:01:59.260Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||No resources found for Service: aca33e1f-9475-4ba0-96d1-a146315e7937
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-01-31T13:01:59.269Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||
2023-01-31T13:01:59.270Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-31T13:01:59.271Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||No resources found for Service: aca33e1f-9475-4ba0-96d1-a146315e7937
2023-01-31T13:01:59.271Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: aca33e1f-9475-4ba0-96d1-a146315e7937
2023-01-31T13:01:59.271Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-31T13:01:59.272Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-31T13:01:59.278Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@305e09dd, org.onap.sdc.toscaparser.api.parameters.Input@56c08cbc, org.onap.sdc.toscaparser.api.parameters.Input@42d092cb, org.onap.sdc.toscaparser.api.parameters.Input@322043ff, org.onap.sdc.toscaparser.api.parameters.Input@7270a487]
2023-01-31T13:01:59.280Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.280Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.280Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.281Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.281Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid aca33e1f-9475-4ba0-96d1-a146315e7937: Generic NeutronNet
2023-01-31T13:01:59.281Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.281Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.282Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.282Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-31T13:01:59.346Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.346Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.347Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.347Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.347Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:01:59.348Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:01:59.348Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-31T13:01:59.476Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-31T13:01:59.476Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-31T13:01:59.477Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-31T13:01:59.477Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T13:01:59.477Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:01:59.478Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:01:59.478Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170119476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:02:00.479Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T13:02:00.595Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
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-01-31T13:02:00.606Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T13:02:00.606Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T13:02:00.606Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T13:02:29.410Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:02:29.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:02:29.412Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170084430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T13:02:29.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:02:30.608Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T13:02:30.689Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
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-01-31T13:02:30.708Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T13:02:30.709Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T13:02:30.709Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T13:03:00.709Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T13:03:00.725Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
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-01-31T13:03:00.728Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T13:03:00.728Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T13:03:00.728Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T13:03:29.410Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:03:29.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.413Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "cds-sdc-listener",
"timestamp": 1675170082027,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T13:03:29.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.414Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "multicloud-k8s",
"timestamp": 1675170086428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T13:03:29.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.415Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170084430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T13:03:29.415Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.416Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "aai-model-loader",
"timestamp": 1675170113084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T13:03:29.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.416Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "cds-sdc-listener",
"timestamp": 1675170082027,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T13:03:29.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.417Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "multicloud-k8s",
"timestamp": 1675170086428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T13:03:29.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.418Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "cds-sdc-listener",
"timestamp": 1675170117899,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T13:03:29.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.418Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170117483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T13:03:29.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.419Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "aai-model-loader",
"timestamp": 1675170117992,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T13:03:29.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.419Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170119476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T13:03:29.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.420Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "aai-model-loader",
"timestamp": 1675170122225,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T13:03:29.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.421Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "aai-model-loader",
"timestamp": 1675170123228,
"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-01-31T13:03:29.447Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
2023-01-31T13:03:29.448Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35 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-01-31T13:03:29.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.464Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675170132906,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T13:03:29.465Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.465Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675170132906,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T13:03:29.465Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.466Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675170136208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T13:03:29.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.466Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675170138938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T13:03:29.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T13:03:29.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T13:03:29.467Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675170139946,
"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-01-31T13:03:29.476Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
2023-01-31T13:03:29.476Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35 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-01-31T13:03:30.728Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-31T13:03:30.752Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35
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-01-31T13:03:30.758Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T13:03:30.758Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-31T13:03:30.758Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-31T13:03:30.758Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-31T13:03:30.758Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T13:03:30.758Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T13:03:30.758Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T13:03:30.759Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|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-01-31T13:03:30.778Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-31T13:04:00.778Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35 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-01-31T13:04:00.786Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35 and serviceModelVersionId: aca33e1f-9475-4ba0-96d1-a146315e7937
2023-01-31T13:04:00.787Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a074abbc-8c30-423e-93f4-1113aa9896c7
2023-01-31T13:04:00.789Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a074abbc-8c30-423e-93f4-1113aa9896c7/model-vers/model-ver/aca33e1f-9475-4ba0-96d1-a146315e7937?depth=0
2023-01-31T13:04:00.798Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-31T13:04:00.869Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a074abbc-8c30-423e-93f4-1113aa9896c7/model-vers/model-ver/aca33e1f-9475-4ba0-96d1-a146315e7937?depth=0|INFO|500||Invoke
2023-01-31T13:04:00.869Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a074abbc-8c30-423e-93f4-1113aa9896c7/model-vers/model-ver/aca33e1f-9475-4ba0-96d1-a146315e7937?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a074abbc-8c30-423e-93f4-1113aa9896c7/model-vers/model-ver/aca33e1f-9475-4ba0-96d1-a146315e7937?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d780b6f-ec59-45a7-a393-aa24319f5b2f], X-ECOMP-RequestID=[1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35], X-TransactionId=[], X-ONAP-RequestID=[1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35], Content-Type=[application/merge-patch+json]}
2023-01-31T13:04:00.881Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a074abbc-8c30-423e-93f4-1113aa9896c7/model-vers/model-ver/aca33e1f-9475-4ba0-96d1-a146315e7937?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-31T13:04:01.050Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a074abbc-8c30-423e-93f4-1113aa9896c7/model-vers/model-ver/aca33e1f-9475-4ba0-96d1-a146315e7937?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/a074abbc-8c30-423e-93f4-1113aa9896c7/model-vers/model-ver/aca33e1f-9475-4ba0-96d1-a146315e7937?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 13:04:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[344072], x-aai-txid=[0-aai-resources-230131-13:04:00:434-18720], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-31T13:04:01.051Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a074abbc-8c30-423e-93f4-1113aa9896c7/model-vers/model-ver/aca33e1f-9475-4ba0-96d1-a146315e7937?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-31T13:04:01.051Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a074abbc-8c30-423e-93f4-1113aa9896c7/model-vers/model-ver/aca33e1f-9475-4ba0-96d1-a146315e7937?depth=0|INFO|500||InvokeReturn
2023-01-31T13:04:01.052Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-31T13:04:01.053Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|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-01-31T13:04:01.069Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|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-01-31T13:04:01.069Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-31T13:04:01.069Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-31T13:04:01.070Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:04:01.070Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:04:01.070Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170241069,
"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-01-31T13:04:02.114Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T13:04:02.120Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-31T13:04:02.120Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"02602bae-cf6c-4bbc-a04b-0a99cd40f85f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"088e6b0e-4fb6-4bbf-8ce1-cc5da16fd8ed","serviceDescription":"service","serviceInvariantUUID":"bafa64f8-f1b7-4a3a-9aa3-1f42a9830d51","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6b4a4e7-0a8e-439f-abb4-8467949e83a0","resourceInvariantUUID":"8cd5a6b5-71f5-417c-984f-479a69c69304","resourceCustomizationUUID":"669487d0-48bd-4c4b-82de-417f55f6a0f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MzM0OGQxOWZhN2Y5ODliNDM3YjAyZjNlYzlhM2Q1ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f48ea91-d893-4e2c-9e8b-1c2658e40fb6","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZjgwZDY5NTJlZTIxMTZiOWVhZTYzZGJhMjU5MTdmNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e985ee63-c181-48ee-8033-431bcf90add2","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c4d51573-7712-40d4-a95a-ca24f8d00d3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb02cb18-ab09-44f3-a23d-569c320aeac2","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e14b2fd4-186d-4269-b1ff-102c58509005","artifactVersion":"2","generatedFromUUID":"c4d51573-7712-40d4-a95a-ca24f8d00d3d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTA1M2VjNzJhYjZkOTczZmNkMmNhNzA4NWRjNjljOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b0367d3-2a1a-4630-97b9-6d1826c24092","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGExNDgwM2FmOTU3MmJiMzYyZDU4MWQ0OWM1YTEwNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"140f701d-bace-4a50-9c65-fe313507e6bd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T13:04:02.123Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T13:04:02.123Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:04:02.123Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:04:02.123Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "02602bae-cf6c-4bbc-a04b-0a99cd40f85f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170242114,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:04:03.124Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T13:04:03.124Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:04:03.125Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:04:03.125Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "02602bae-cf6c-4bbc-a04b-0a99cd40f85f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170242114,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:04:04.126Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T13:04:04.126Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:04:04.126Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:04:04.127Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "02602bae-cf6c-4bbc-a04b-0a99cd40f85f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170242114,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:04:05.127Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T13:04:05.128Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:04:05.128Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:04:05.128Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "02602bae-cf6c-4bbc-a04b-0a99cd40f85f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170242114,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:04:06.129Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T13:04:06.130Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:04:06.130Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:04:06.130Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "02602bae-cf6c-4bbc-a04b-0a99cd40f85f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170242114,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:04:07.131Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T13:04:07.132Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:04:07.132Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:04:07.132Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "02602bae-cf6c-4bbc-a04b-0a99cd40f85f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170242114,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:04:08.133Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T13:04:08.134Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:04:08.134Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:04:08.134Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "02602bae-cf6c-4bbc-a04b-0a99cd40f85f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170242114,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:04:09.136Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "02602bae-cf6c-4bbc-a04b-0a99cd40f85f",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "088e6b0e-4fb6-4bbf-8ce1-cc5da16fd8ed",
"serviceDescription": "service",
"serviceInvariantUUID": "bafa64f8-f1b7-4a3a-9aa3-1f42a9830d51",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "669487d0-48bd-4c4b-82de-417f55f6a0f0",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b6b4a4e7-0a8e-439f-abb4-8467949e83a0",
"resourceInvariantUUID": "8cd5a6b5-71f5-417c-984f-479a69c69304",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZjgwZDY5NTJlZTIxMTZiOWVhZTYzZGJhMjU5MTdmNDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e985ee63-c181-48ee-8033-431bcf90add2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c4d51573-7712-40d4-a95a-ca24f8d00d3d",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e14b2fd4-186d-4269-b1ff-102c58509005",
"generatedFromUUID": "c4d51573-7712-40d4-a95a-ca24f8d00d3d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e14b2fd4-186d-4269-b1ff-102c58509005",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "OGExNDgwM2FmOTU3MmJiMzYyZDU4MWQ0OWM1YTEwNWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "140f701d-bace-4a50-9c65-fe313507e6bd"
}
],
"workloadContext": "Production"
}
2023-01-31T13:04:09.136Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T13:04:09.136Z|1f0eaa7e-3b29-4fbf-8b1f-ae7becae5c35|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 088e6b0e-4fb6-4bbf-8ce1-cc5da16fd8ed ASDC
2023-01-31T13:04:09.136Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:02602bae-cf6c-4bbc-a04b-0a99cd40f85f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:088e6b0e-4fb6-4bbf-8ce1-cc5da16fd8ed
ServiceInvariantUUID:bafa64f8-f1b7-4a3a-9aa3-1f42a9830d51
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:140f701d-bace-4a50-9c65-fe313507e6bd
ArtifactChecksum:OGExNDgwM2FmOTU3MmJiMzYyZDU4MWQ0OWM1YTEwNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:669487d0-48bd-4c4b-82de-417f55f6a0f0
ResourceInvariantUUID:8cd5a6b5-71f5-417c-984f-479a69c69304
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b6b4a4e7-0a8e-439f-abb4-8467949e83a0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:e985ee63-c181-48ee-8033-431bcf90add2
ArtifactChecksum:ZjgwZDY5NTJlZTIxMTZiOWVhZTYzZGJhMjU5MTdmNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:c4d51573-7712-40d4-a95a-ca24f8d00d3d
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e14b2fd4-186d-4269-b1ff-102c58509005
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e14b2fd4-186d-4269-b1ff-102c58509005
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-31T13:04:09.137Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 088e6b0e-4fb6-4bbf-8ce1-cc5da16fd8ed 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-01-31T13:04:09.210Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T13:04:09.211Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-31T13:04:09.211Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-31T13:04:09.211Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 140f701d-bace-4a50-9c65-fe313507e6bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-31T13:04:09.211Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-31T13:04:09.212Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-31T13:04:09.287Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-31T13:04:09.287Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 140f701d-bace-4a50-9c65-fe313507e6bd 75204
2023-01-31T13:04:09.288Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-31T13:04:09.288Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-31T13:04:09.288Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T13:04:09.289Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-31T13:04:09.289Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T13:04:09.289Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "02602bae-cf6c-4bbc-a04b-0a99cd40f85f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675170249288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T13:04:10.290Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T13:04:10.291Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-31T13:04:10.291Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 140f701d-bace-4a50-9c65-fe313507e6bd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:10.292Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-31T13:04:10.292Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:10.292Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:10.408Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12675969994176492998/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-01-31T13:04:11.561Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T13:04:11.562Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-31T13:04:11.562Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:11.562Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-31T13:04:11.562Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:11.562Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:11.563Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:11.563Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:11.563Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:11.563Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:11.563Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-31T13:04:11.563Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-31T13:04:11.563Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:04:11.563Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:04:11.564Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-31T13:04:11.564Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-31T13:04:11.564Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T13:04:11.564Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:04:11.564Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:04:11.565Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-31T13:04:11.565Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-31T13:04:11.565Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T13:04:11.565Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:04:11.565Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T13:04:11.565Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:04:11.566Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-31T13:04:11.566Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-31T13:04:11.566Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-31T13:04:11.566Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-31T13:04:11.566Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-31T13:04:11.566Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-31T13:04:11.566Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:04:11.567Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T13:04:11.567Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:04:11.567Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-31T13:04:11.567Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T13:04:11.567Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:04:11.568Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-31T13:04:11.568Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T13:04:11.568Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:04:11.568Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-31T13:04:11.568Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T13:04:11.568Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T13:04:11.568Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-31T13:04:11.569Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-31T13:04:11.569Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-31T13:04:11.569Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e1594971-752a-4032-a88e-2c8ad61277d1
2023-01-31T13:04:11.569Z|02602bae-cf6c-4bbc-a04b-0a99cd40f85f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery