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-05-27T23:39:22.513Z||main|||||INFO|500||The following profiles are active: basic
2023-05-27T23:39:36.362Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-27T23:39:36.362Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-27T23:39:36.634Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-27T23:39:39.540Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-27T23:39:39.901Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-27T23:39:40.336Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-27T23:39:40.376Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-27T23:39:40.614Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-27T23:39:41.045Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-27T23:39:42.285Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-27T23:39:45.377Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-27T23:39:47.499Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-27T23:39:47.542Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-27T23:39:47.816Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-27T23:39:47.989Z||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-05-27T23:39:49.004Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-27T23:39:50.217Z||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-05-27T23:39:50.874Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-27T23:39:50.875Z||main|||||ERROR|500||(conn=1308) Table 'catalogdb.activity_spec' doesn't exist
2023-05-27T23:39:50.891Z||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-05-27T23:39:53.033Z||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-05-27T23:39:54.776Z||main|||||WARN|500||---
2023-05-27T23:39:54.777Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-27T23:39:54.777Z||main|||||WARN|500||---
2023-05-27T23:39:55.253Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-27T23:39:59.255Z||main|||||INFO|500||Started Application in 44.211 seconds (JVM running for 47.935)
2023-05-27T23:39:59.286Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-27T23:39:59.288Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-27T23:39:59.297Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-27T23:39:59.333Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 972d0ae8-9f36-46e5-ad03-3ddb005fdd51 url= /sdc/v1/artifactTypes
2023-05-27T23:39:59.336Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-27T23:39:59.593Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-27T23:39:59.667Z||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-05-27T23:39:59.667Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-27T23:39:59.667Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= eac9232b-8867-4f2b-a523-f1890b6cd710 url= /sdc/v1/distributionKafkaData
2023-05-27T23:39:59.668Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-27T23:39:59.697Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-27T23:39:59.701Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@712a3a06
2023-05-27T23:39:59.752Z||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-1dbb6397-9486-46fd-9065-2a8da594dd51
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-05-27T23:39:59.808Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Instantiated an idempotent producer.
2023-05-27T23:39:59.889Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-05-27T23:39:59.926Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-27T23:39:59.926Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-27T23:39:59.926Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685230799924
2023-05-27T23:39:59.929Z||scheduling-1|||||INFO|500||start DistributionClient
2023-05-27T23:39:59.946Z||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-bdfe956f-01cf-4496-a933-adb6fe3bd3e4
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-05-27T23:40:00.018Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-27T23:40:00.018Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-27T23:40:00.019Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685230800018
2023-05-27T23:40:00.020Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:40:00.023Z||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-f917a59a-5d7a-4dd7-8a28-693a4ee9e760
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-05-27T23:40:00.025Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:40:00.030Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-27T23:40:00.030Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-27T23:40:00.031Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685230800030
2023-05-27T23:40:00.031Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:40:00.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:40:00.037Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-27T23:40:01.409Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.410Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.411Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Cluster ID: HjpDQeVqRIGBFpJY0vCvyg
2023-05-27T23:40:01.414Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] ProducerId set to 8 with epoch 0
2023-05-27T23:40:01.409Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.414Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.411Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.414Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.415Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.415Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.415Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.416Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.417Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.419Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Cluster ID: HjpDQeVqRIGBFpJY0vCvyg
2023-05-27T23:40:01.419Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Cluster ID: HjpDQeVqRIGBFpJY0vCvyg
2023-05-27T23:40:01.420Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-27T23:40:01.425Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-27T23:40:01.452Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] (Re-)joining group
2023-05-27T23:40:01.475Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] (Re-)joining group
2023-05-27T23:40:01.533Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760-8090d6cc-c0b4-4ee4-8251-68f5d4247781
2023-05-27T23:40:01.534Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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-05-27T23:40:01.535Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] (Re-)joining group
2023-05-27T23:40:01.572Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4-397ac429-8770-497e-bf0c-faeff006a72f
2023-05-27T23:40:01.573Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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-05-27T23:40:01.574Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] (Re-)joining group
2023-05-27T23:40:07.542Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760-8090d6cc-c0b4-4ee4-8251-68f5d4247781', protocol='range'}
2023-05-27T23:40:07.542Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4-397ac429-8770-497e-bf0c-faeff006a72f', protocol='range'}
2023-05-27T23:40:07.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.613Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4-397ac429-8770-497e-bf0c-faeff006a72f=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760-8090d6cc-c0b4-4ee4-8251-68f5d4247781=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-05-27T23:40:07.658Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4-397ac429-8770-497e-bf0c-faeff006a72f', protocol='range'}
2023-05-27T23:40:07.658Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760-8090d6cc-c0b4-4ee4-8251-68f5d4247781', protocol='range'}
2023-05-27T23:40:07.659Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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-05-27T23:40:07.660Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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-05-27T23:40:07.665Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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-05-27T23:40:07.666Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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-05-27T23:40:07.684Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-27T23:40:07.684Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-27T23:40:07.684Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-27T23:40:07.684Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-27T23:40:07.685Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-27T23:40:07.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-27T23:40:07.685Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-27T23:40:07.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-27T23:40:07.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-27T23:40:07.686Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-27T23:40:07.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-27T23:40:07.686Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-27T23:40:07.729Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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-05-27T23:40:07.731Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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-05-27T23:40:07.836Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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-05-27T23:40:07.837Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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-05-27T23:40:07.839Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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-05-27T23:40:07.839Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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-05-27T23:40:07.840Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-27T23:40:07.841Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-27T23:40:07.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-27T23:40:07.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-27T23:40:07.846Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-27T23:40:07.847Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-27T23:41:00.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:41:00.035Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:42:00.038Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:42:00.038Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:43:00.040Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:43:00.040Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:44:00.042Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:44:00.043Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:45:00.043Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:45:00.043Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:46:00.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:46:00.045Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:47:00.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:47:00.046Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:48:00.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:48:00.047Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:49:00.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:49:00.047Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:49:01.512Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Node -1 disconnected.
2023-05-27T23:49:01.515Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Node -1 disconnected.
2023-05-27T23:49:01.719Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Node -1 disconnected.
2023-05-27T23:49:23.011Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-27T23:50:00.047Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:50:00.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:51:00.049Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:51:00.049Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:52:00.051Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:52:00.051Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:53:00.052Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:53:00.053Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:54:00.053Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:54:00.052Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:55:00.055Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:55:00.055Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:56:00.056Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:56:00.058Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:57:00.057Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:57:00.059Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:58:00.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:58:00.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:59:00.060Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:59:00.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:00:00.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:00:00.060Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:01:00.062Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:01:00.067Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:02:00.064Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:02:00.068Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:03:00.065Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:03:00.069Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:04:00.066Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:04:00.070Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:05:00.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:05:00.070Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:06:00.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:06:00.071Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:07:00.070Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:07:00.072Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:08:00.071Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:08:00.076Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:09:00.074Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:09:00.077Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:10:00.074Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:10:00.078Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:11:00.077Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:11:00.079Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:12:00.078Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:12:00.080Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:13:00.079Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:13:00.086Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:14:00.081Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:14:00.086Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:15:00.081Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:15:00.087Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:16:00.082Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:16:00.088Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:17:00.084Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:17:00.088Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:18:00.084Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:18:00.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:19:00.085Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:19:00.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:20:00.087Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:20:00.093Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:21:00.090Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:21:00.094Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:22:00.090Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:22:00.094Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:23:00.091Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:23:00.094Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:24:00.092Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:24:00.095Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:25:00.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:25:00.095Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:26:00.095Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:26:00.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:27:00.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:27:00.098Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:28:00.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:28:00.098Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:29:00.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:29:00.099Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:30:00.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:30:00.101Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:31:00.101Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:31:00.102Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:32:00.102Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:32:00.102Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:33:00.103Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:33:00.104Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:34:00.104Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:34:00.105Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:35:00.104Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:35:00.106Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:36:00.107Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:36:00.106Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:37:00.107Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:37:00.108Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:38:00.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:38:00.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:39:00.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:39:00.109Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:40:00.110Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:40:00.110Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:41:00.112Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:41:00.112Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:42:00.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:42:00.115Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:43:00.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:43:00.116Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:44:00.117Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:44:00.117Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:45:00.118Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:45:00.119Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:46:00.118Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:46:00.120Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:47:00.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:47:00.120Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:48:00.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:00.122Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:48:09.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-28T00:48:09.584Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"0fbfbc3d-f671-4e27-8b0c-53e00b4d525d","serviceName":"vFW 2023-05-28 00-46-43","serviceVersion":"1.0","serviceUUID":"2b3d546c-be3b-4b9b-b192-014bf0ed9977","serviceDescription":"catalog service description","serviceInvariantUUID":"44624b3c-d4e1-4515-9e44-fbdd27651851","resources":[{"resourceInstanceName":"vFW 43a367ee-a995 0","resourceName":"vFW 43a367ee-a995","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2ea271f-1b26-4031-bc30-3fbfa0c29d6f","resourceInvariantUUID":"558767dd-0f3a-4eaa-8fe6-86d0617d0ad7","resourceCustomizationUUID":"f98224ad-37ea-41f5-8e70-f05889b12ff8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml","artifactChecksum":"Mjg3MDg0MThiNDQ2NmI0NDhlNDAyYTEwOTNhMDEwY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cbbec9eb-f0dc-4632-aaff-e6ff36e15cff","artifactVersion":"1"},{"artifactName":"vfw43a367eea9950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json","artifactChecksum":"MGM0YmQ2N2VhMGQ1OGFmYzlkNDk5ODY3ODk3OWRlNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40e93827-f883-43ef-9489-c0b3fc93163d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0e3be988-6aa0-4351-adc5-c06076d981dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml","artifactChecksum":"ZTg0ZGMyMmI1NTRlNzQyMzk4YzEwYmFkOWMxNGVjOWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed1e5b90-e82e-4bec-8f63-231bfbe1227d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ec9399d3-2936-4b38-b7e3-f72d898be8a7","artifactVersion":"2","generatedFromUUID":"0e3be988-6aa0-4351-adc5-c06076d981dd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230528004643-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml","artifactChecksum":"NWVjOTRiZTczZTQzZDFhNmUzZTM2Nzk2NThlNzkzOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd7ca75c-a9e7-4f11-a8f8-e6537930063d","artifactVersion":"1"},{"artifactName":"service-Vfw20230528004643-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar","artifactChecksum":"M2U2NjkyZjMzYzEzMmI4ZjA4YzBlZDI4Mjc1YTNmZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0c2a546-11cc-41b7-86cd-be46a46c09bd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T00:48:09.603Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:09.617Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:09.617Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:09.618Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:09.629Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.630Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.630Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.630Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.630Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.630Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:48:09.717Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234857155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:48:09.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:48:10.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:10.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:10.665Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:10.665Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:11.667Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:11.668Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:11.668Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:11.668Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:12.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:12.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:12.670Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:12.670Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:13.671Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:13.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:13.673Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:13.678Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:14.680Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:14.680Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:14.681Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:14.681Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:15.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:15.682Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:15.683Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:15.683Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:16.686Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"serviceName": "vFW 2023-05-28 00-46-43",
"serviceVersion": "1.0",
"serviceUUID": "2b3d546c-be3b-4b9b-b192-014bf0ed9977",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "44624b3c-d4e1-4515-9e44-fbdd27651851",
"resources": [
{
"resourceInstanceName": "vFW 43a367ee-a995 0",
"resourceCustomizationUUID": "f98224ad-37ea-41f5-8e70-f05889b12ff8",
"resourceName": "vFW 43a367ee-a995",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e2ea271f-1b26-4031-bc30-3fbfa0c29d6f",
"resourceInvariantUUID": "558767dd-0f3a-4eaa-8fe6-86d0617d0ad7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw43a367eea9950_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"artifactChecksum": "MGM0YmQ2N2VhMGQ1OGFmYzlkNDk5ODY3ODk3OWRlNDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "40e93827-f883-43ef-9489-c0b3fc93163d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0e3be988-6aa0-4351-adc5-c06076d981dd",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ec9399d3-2936-4b38-b7e3-f72d898be8a7",
"generatedFromUUID": "0e3be988-6aa0-4351-adc5-c06076d981dd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ec9399d3-2936-4b38-b7e3-f72d898be8a7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230528004643-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"artifactChecksum": "M2U2NjkyZjMzYzEzMmI4ZjA4YzBlZDI4Mjc1YTNmZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c0c2a546-11cc-41b7-86cd-be46a46c09bd"
}
],
"workloadContext": "Production"
}
2023-05-28T00:48:16.687Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T00:48:16.688Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b3d546c-be3b-4b9b-b192-014bf0ed9977 ASDC
2023-05-28T00:48:16.791Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
ServiceName:vFW 2023-05-28 00-46-43
ServiceVersion:1.0
ServiceUUID:2b3d546c-be3b-4b9b-b192-014bf0ed9977
ServiceInvariantUUID:44624b3c-d4e1-4515-9e44-fbdd27651851
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230528004643-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar
ArtifactUUID:c0c2a546-11cc-41b7-86cd-be46a46c09bd
ArtifactChecksum:M2U2NjkyZjMzYzEzMmI4ZjA4YzBlZDI4Mjc1YTNmZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 43a367ee-a995 0
ResourceCustomizationUUID:f98224ad-37ea-41f5-8e70-f05889b12ff8
ResourceInvariantUUID:558767dd-0f3a-4eaa-8fe6-86d0617d0ad7
ResourceName:vFW 43a367ee-a995
ResourceType:VF
ResourceUUID:e2ea271f-1b26-4031-bc30-3fbfa0c29d6f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw43a367eea9950_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json
ArtifactUUID:40e93827-f883-43ef-9489-c0b3fc93163d
ArtifactChecksum:MGM0YmQ2N2VhMGQ1OGFmYzlkNDk5ODY3ODk3OWRlNDg=
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/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml
ArtifactUUID:0e3be988-6aa0-4351-adc5-c06076d981dd
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/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
ArtifactUUID:ec9399d3-2936-4b38-b7e3-f72d898be8a7
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/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
ArtifactUUID:ec9399d3-2936-4b38-b7e3-f72d898be8a7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-28T00:48:16.792Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b3d546c-be3b-4b9b-b192-014bf0ed9977 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-05-28T00:48:16.968Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T00:48:16.969Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:48:16.971Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:48:16.971Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c0c2a546-11cc-41b7-86cd-be46a46c09bd from URL: /sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:16.972Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:48:16.972Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:17.142Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:48:17.179Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar c0c2a546-11cc-41b7-86cd-be46a46c09bd 101506
2023-05-28T00:48:17.180Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar ASDC sendASDCNotification
2023-05-28T00:48:17.180Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:17.181Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:48:17.181Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:17.182Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:17.182Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234897179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:18.182Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T00:48:18.183Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:48:18.184Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c0c2a546-11cc-41b7-86cd-be46a46c09bd, URL: /sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar to file: /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:18.184Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230528004643-csar.csar
2023-05-28T00:48:18.304Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:18.304Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:18.659Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4959379555181624787/Definitions/service-Vfw20230528004643-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-05-28T00:48:20.336Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T00:48:20.339Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 43a367ee-a995 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-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-28T00:48:20.345Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.347Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.349Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:20.349Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-28T00:48:20.350Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.352Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:20.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:20.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-28T00:48:20.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T00:48:20.356Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.356Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=74c28158-9638-47e5-8ffc-6c5cbe569117
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fedf0a60-b6a1-406d-bfde-fb1aac67979d
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9b56330f-2e81-4321-8fa5-a795b510d0d7
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-05-28 00-46-43
Description:catalog service description
Model UUID:2b3d546c-be3b-4b9b-b192-014bf0ed9977
Model Version:NULL
Model InvariantUuid:44624b3c-d4e1-4515-9e44-fbdd27651851
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 43a367ee-a995
Model UUID:2f59b352-5a17-4a67-b48a-30ca6851d4f3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:558767dd-0f3a-4eaa-8fe6-86d0617d0ad7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f98224ad-37ea-41f5-8e70-f05889b12ff8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8f2f607e-f63f-49e6-ad0c-8d432d602a63
ModelName:Vfw43a367eeA995..base_vfw..module-0
ModelUuid:abd88466-3baa-4554-ba34-0677e88adcb0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:74c28158-9638-47e5-8ffc-6c5cbe569117
ModelInvariantUuid:1fde2922-d35b-45e1-9497-b7d29312e6ea
ModelName:vFW 43a367ee-a995-nodes.vfwCvfc
ModelUuid:b2cff7c4-d32f-40c5-96b7-59acf325361f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6659a679-0cd8-417c-b4d6-3ea3484ec553
ModelInvariantUuid:6b015bab-8eff-445b-9634-6da81724652a
ModelName:Vfw43a367eeA995.compute.nodes.heat.vfw
ModelUuid:15fb2a72-5a6a-4eff-91cc-f9df073e5c9e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fedf0a60-b6a1-406d-bfde-fb1aac67979d
ModelInvariantUuid:0390c649-a091-492e-b9aa-5b915226b023
ModelName:vFW 43a367ee-a995-nodes.vsnCvfc
ModelUuid:86d587c8-659e-4597-9ed2-4001d9c332b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f98ee0d0-6146-4c5a-a666-fab49b152656
ModelInvariantUuid:5f37b157-e6a0-4519-a6a3-717c0e2b12ac
ModelName:Vfw43a367eeA995.compute.nodes.heat.vsn
ModelUuid:c4a70fd7-51ab-4767-a9e8-d608f590f5fa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9b56330f-2e81-4321-8fa5-a795b510d0d7
ModelInvariantUuid:b4431fc1-bb3b-44e8-b05e-9ffb3b90092d
ModelName:vFW 43a367ee-a995-nodes.vpgCvfc
ModelUuid:14139e1b-13d6-4516-bb30-a202e0fa20a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:16e56f93-9dab-4d96-9145-c202036d21e0
ModelInvariantUuid:15fd4530-0ff1-4d2a-88fe-479e470d05ec
ModelName:Vfw43a367eeA995.compute.nodes.heat.vpg
ModelUuid:7b00d36a-1976-4302-9d08-5de026164f9a
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-05-28T00:48:20.397Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e2ea271f-1b26-4031-bc30-3fbfa0c29d6f
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-05-28T00:48:20.518Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||vFW 43a367ee-a995 0
2023-05-28T00:48:20.532Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2ea271f-1b26-4031-bc30-3fbfa0c29d6f
2023-05-28T00:48:20.532Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 40e93827-f883-43ef-9489-c0b3fc93163d from URL: /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json
2023-05-28T00:48:20.532Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:48:20.533Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json
2023-05-28T00:48:20.629Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:48:20.630Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json 40e93827-f883-43ef-9489-c0b3fc93163d 785
2023-05-28T00:48:20.630Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json ASDC sendASDCNotification
2023-05-28T00:48:20.631Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json
2023-05-28T00:48:20.631Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:48:20.631Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:20.631Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:20.631Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234900630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:21.633Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw43a367eeA995..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8f2f607e-f63f-49e6-ad0c-8d432d602a63",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "abd88466-3baa-4554-ba34-0677e88adcb0",
"vfModuleModelCustomizationUUID": "2461d4fc-6f01-4c56-8af4-be8f466005e6",
"isBase": true,
"artifacts": [
"0e3be988-6aa0-4351-adc5-c06076d981dd",
"ec9399d3-2936-4b38-b7e3-f72d898be8a7"
],
"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-05-28T00:48:21.658Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw43a367eeA995..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abd88466-3baa-4554-ba34-0677e88adcb0
VfModuleModelInvariantUUID:8f2f607e-f63f-49e6-ad0c-8d432d602a63
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e3be988-6aa0-4351-adc5-c06076d981dd
,
ec9399d3-2936-4b38-b7e3-f72d898be8a7
}
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-05-28T00:48:21.663Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw43a367eeA995..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8f2f607e-f63f-49e6-ad0c-8d432d602a63",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "abd88466-3baa-4554-ba34-0677e88adcb0",
"vfModuleModelCustomizationUUID": "2461d4fc-6f01-4c56-8af4-be8f466005e6",
"isBase": true,
"artifacts": [
"0e3be988-6aa0-4351-adc5-c06076d981dd",
"ec9399d3-2936-4b38-b7e3-f72d898be8a7"
],
"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-05-28T00:48:21.664Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw43a367eeA995..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abd88466-3baa-4554-ba34-0677e88adcb0
VfModuleModelInvariantUUID:8f2f607e-f63f-49e6-ad0c-8d432d602a63
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e3be988-6aa0-4351-adc5-c06076d981dd
,
ec9399d3-2936-4b38-b7e3-f72d898be8a7
}
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-05-28T00:48:21.664Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0e3be988-6aa0-4351-adc5-c06076d981dd from URL: /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml
2023-05-28T00:48:21.664Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:48:21.670Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml
2023-05-28T00:48:21.757Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:48:21.758Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml 0e3be988-6aa0-4351-adc5-c06076d981dd 20368
2023-05-28T00:48:21.758Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-28T00:48:21.758Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml
2023-05-28T00:48:21.759Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:48:21.759Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:21.759Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:21.759Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234901758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:22.760Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ec9399d3-2936-4b38-b7e3-f72d898be8a7 from URL: /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
2023-05-28T00:48:22.760Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:48:22.760Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
2023-05-28T00:48:22.864Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:48:22.864Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env ec9399d3-2936-4b38-b7e3-f72d898be8a7 2098
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234902865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:23.866Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2b3d546c-be3b-4b9b-b192-014bf0ed9977
2023-05-28T00:48:23.867Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 43a367ee-a995 0 e2ea271f-1b26-4031-bc30-3fbfa0c29d6f 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-05-28T00:48:23.947Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bb1d451, org.onap.sdc.toscaparser.api.parameters.Input@4ed22e68, org.onap.sdc.toscaparser.api.parameters.Input@2e5db34d, org.onap.sdc.toscaparser.api.parameters.Input@1bdb6079, org.onap.sdc.toscaparser.api.parameters.Input@4e1d3c0f]
2023-05-28T00:48:23.952Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:23.953Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:23.953Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-05-28T00:48:23.953Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f98224ad-37ea-41f5-8e70-f05889b12ff8
2023-05-28T00:48:23.953Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f98224ad-37ea-41f5-8e70-f05889b12ff8 matches Tosca VF Customization UUID: f98224ad-37ea-41f5-8e70-f05889b12ff8
2023-05-28T00:48:23.953Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f98224ad-37ea-41f5-8e70-f05889b12ff8 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-05-28T00:48:23.965Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:23.965Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:23.967Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f98224ad-37ea-41f5-8e70-f05889b12ff8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-28T00:48:23.967Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fe245f3
2023-05-28T00:48:23.967Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:23.967Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T00:48:23.968Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2461d4fc-6f01-4c56-8af4-be8f466005e6
2023-05-28T00:48:23.970Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2461d4fc-6f01-4c56-8af4-be8f466005e6
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-05-28T00:48:23.981Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:23.982Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:23.982Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:23.983Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:23.983Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:23.983Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:23.984Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:23.984Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:23.984Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:23.984Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-28T00:48:23.984Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:23.986Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-28T00:48:23.986Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:23.986Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=74c28158-9638-47e5-8ffc-6c5cbe569117
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-05-28T00:48:24.013Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.014Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:24.014Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:24.017Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-28T00:48:24.017Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.017Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fedf0a60-b6a1-406d-bfde-fb1aac67979d
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-05-28T00:48:24.022Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.022Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:24.022Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:24.026Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.027Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:24.027Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:24.027Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-28T00:48:24.027Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.027Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:24.028Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-28T00:48:24.028Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.028Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:24.028Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-28T00:48:24.028Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-28T00:48:24.029Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.029Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:24.029Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-28T00:48:24.029Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9b56330f-2e81-4321-8fa5-a795b510d0d7
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-05-28T00:48:24.034Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.035Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:24.035Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:24.035Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.035Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:24.035Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=f98224ad-37ea-41f5-8e70-f05889b12ff8
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-05-28T00:48:24.040Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.040Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.040Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2b3d546c-be3b-4b9b-b192-014bf0ed9977: vFW 43a367ee-a995
2023-05-28T00:48:24.040Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.042Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:48:24.042Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.042Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-05-28 00-46-43
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-05-28T00:48:24.733Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 43a367ee-a995 e2ea271f-1b26-4031-bc30-3fbfa0c29d6f 1 ASDC deployResourceStructure
2023-05-28T00:48:24.733Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json ASDC sendASDCNotification
2023-05-28T00:48:24.733Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json
2023-05-28T00:48:24.733Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:48:24.734Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:24.734Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:24.734Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234904733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:25.735Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-28T00:48:25.735Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml
2023-05-28T00:48:25.736Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:48:25.736Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:25.736Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:25.736Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234905735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:26.738Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-28T00:48:26.738Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
2023-05-28T00:48:26.738Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:48:26.738Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:26.739Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:26.739Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234906738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:27.740Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar ASDC sendASDCNotification
2023-05-28T00:48:27.740Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:27.740Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:48:27.741Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:27.741Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:27.741Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234907740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:28.742Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
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-05-28T00:48:28.790Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
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-05-28T00:48:28.796Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:48:28.796Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T00:48:28.797Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T00:48:58.797Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
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-05-28T00:48:58.813Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
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-05-28T00:48:58.816Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:48:58.816Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T00:48:58.816Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T00:49:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:49:00.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:49:00.035Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234869055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:49:00.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:49:28.817Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
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-05-28T00:49:28.838Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
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-05-28T00:49:28.842Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:49:28.843Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T00:49:28.843Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T00:49:58.843Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
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-05-28T00:49:58.862Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
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-05-28T00:49:58.867Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:49:58.868Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T00:49:58.868Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T00:50:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:50:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "policy-distribution-id",
"timestamp": 1685234886142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234884373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "aai-model-loader",
"timestamp": 1685234880512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234857155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "policy-distribution-id",
"timestamp": 1685234886142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.046Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234869055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234884373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "aai-model-loader",
"timestamp": 1685234880512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234857155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234869055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "policy-distribution-id",
"timestamp": 1685234886142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234884373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "aai-model-loader",
"timestamp": 1685234880512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234857155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234869055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "policy-distribution-id",
"timestamp": 1685234886142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234884373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "aai-model-loader",
"timestamp": 1685234880512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234857155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234869055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "policy-distribution-id",
"timestamp": 1685234886142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234884373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "aai-model-loader",
"timestamp": 1685234880512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.060Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234857155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234869055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "policy-distribution-id",
"timestamp": 1685234886142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234884373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "aai-model-loader",
"timestamp": 1685234880512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234857155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234869055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "policy-distribution-id",
"timestamp": 1685234886142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.065Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234884373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.065Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234880122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "aai-model-loader",
"timestamp": 1685234880512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "policy-distribution-id",
"timestamp": 1685234896841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234896939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "aai-model-loader",
"timestamp": 1685234896840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.068Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234896980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234897179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "policy-distribution-id",
"timestamp": 1685234897863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234898000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:50:00.088Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
2023-05-28T00:50:00.088Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:50:00.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234898068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "policy-distribution-id",
"timestamp": 1685234898866,
"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-05-28T00:50:00.116Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
2023-05-28T00:50:00.116Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d 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-05-28T00:50:00.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.133Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234899175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.134Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.134Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234900320,
"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-05-28T00:50:00.145Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
2023-05-28T00:50:00.145Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-28T00:50:00.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.159Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234900630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.159Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "multicloud-k8s",
"timestamp": 1685234901324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "DEPLOY_OK"
}
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234901758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234901299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234902865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234901299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234901299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234904733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
"status": "DEPLOY_OK"
}
2023-05-28T00:50:00.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.162Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234901299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234905735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234901299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234906738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234901299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685234907740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T00:50:00.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234901299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:50:00.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234909177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "aai-model-loader",
"timestamp": 1685234910586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "aai-model-loader",
"timestamp": 1685234911590,
"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-05-28T00:50:00.176Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
2023-05-28T00:50:00.176Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d 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-05-28T00:50:00.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234914330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T00:50:00.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234915336,
"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-05-28T00:50:00.202Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
2023-05-28T00:50:00.203Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d 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-05-28T00:50:28.868Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
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-05-28T00:50:28.885Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
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-05-28T00:50:28.889Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:50:28.898Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T00:50:58.899Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d 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-05-28T00:50:58.913Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and serviceModelVersionId: 2b3d546c-be3b-4b9b-b192-014bf0ed9977
2023-05-28T00:50:58.913Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44624b3c-d4e1-4515-9e44-fbdd27651851
2023-05-28T00:51:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234959004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234962331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234944124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "policy-distribution-id",
"timestamp": 1685234959871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234961300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234959004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234944124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "policy-distribution-id",
"timestamp": 1685234959871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234962331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "NOTIFIED"
}
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234961300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234962331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "policy-distribution-id",
"timestamp": 1685234959871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234944124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234959004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234961300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234959004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234962331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234944124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "policy-distribution-id",
"timestamp": 1685234959871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234961300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234959004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234962331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "policy-distribution-id",
"timestamp": 1685234959871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234944124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234961300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234959004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234962331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234944124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "policy-distribution-id",
"timestamp": 1685234959871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234961300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234959004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234962331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "policy-distribution-id",
"timestamp": 1685234959871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "ves-openapi-manager",
"timestamp": 1685234944124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234961300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234969695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "policy-distribution-id",
"timestamp": 1685234969657,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234969701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234970303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "aai-model-loader",
"timestamp": 1685234970512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "policy-distribution-id",
"timestamp": 1685234970660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.058Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "cds-sdc-listener",
"timestamp": 1685234970709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-05-28T00:51:00.081Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3dc9a84-dacb-49d1-a19d-641176e2721e
2023-05-28T00:51:00.081Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dc9a84-dacb-49d1-a19d-641176e2721e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:51:00.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234970808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "aai-model-loader",
"timestamp": 1685234970512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "policy-distribution-id",
"timestamp": 1685234971663,
"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-05-28T00:51:00.111Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3dc9a84-dacb-49d1-a19d-641176e2721e
2023-05-28T00:51:00.111Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dc9a84-dacb-49d1-a19d-641176e2721e 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-05-28T00:51:00.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234971903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "aai-model-loader",
"timestamp": 1685234970512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234972807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234972976,
"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-05-28T00:51:00.146Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3dc9a84-dacb-49d1-a19d-641176e2721e
2023-05-28T00:51:00.147Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dc9a84-dacb-49d1-a19d-641176e2721e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-28T00:51:00.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.156Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "aai-model-loader",
"timestamp": 1685234970512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.157Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685234973811,
"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-05-28T00:51:00.167Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3dc9a84-dacb-49d1-a19d-641176e2721e
2023-05-28T00:51:00.167Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dc9a84-dacb-49d1-a19d-641176e2721e 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-05-28T00:51:00.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "multicloud-k8s",
"timestamp": 1685234973979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-28T00:51:00.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "aai-model-loader",
"timestamp": 1685234970512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "aai-model-loader",
"timestamp": 1685234970512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "aai-model-loader",
"timestamp": 1685234970512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:51:00.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.188Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "aai-model-loader",
"timestamp": 1685234977647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.189Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "aai-model-loader",
"timestamp": 1685234983782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T00:51:00.190Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.191Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "aai-model-loader",
"timestamp": 1685234984784,
"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-05-28T00:51:00.198Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3dc9a84-dacb-49d1-a19d-641176e2721e
2023-05-28T00:51:00.198Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dc9a84-dacb-49d1-a19d-641176e2721e 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-05-28T00:51:12.213Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0
2023-05-28T00:51:12.429Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T00:51:12.856Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0|INFO|500||Invoke
2023-05-28T00:51:12.861Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0fbfbc3d-f671-4e27-8b0c-53e00b4d525d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[870521ec-b461-4e49-9c65-ec1a1152d1fc], X-ECOMP-RequestID=[0fbfbc3d-f671-4e27-8b0c-53e00b4d525d], X-TransactionId=[], X-ONAP-RequestID=[0fbfbc3d-f671-4e27-8b0c-53e00b4d525d], Content-Type=[application/merge-patch+json]}
2023-05-28T00:51:12.882Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-28T00:51:13.222Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?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/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 00:51:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[265], vertex-id=[159984], x-aai-txid=[2-aai-resources-230528-00:51:11:924-57743], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T00:51:13.225Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-28T00:51:13.226Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0|INFO|500||InvokeReturn
2023-05-28T00:51:13.273Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T00:51:13.274Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:51:13.297Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T00:51:13.304Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T00:51:13.305Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T00:51:13.306Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:13.306Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:13.306Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235073304,
"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-05-28T00:51:14.330Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:51:14.337Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-28T00:51:14.338Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"c3dc9a84-dacb-49d1-a19d-641176e2721e","serviceName":"basic_onboard_lGNTjg","serviceVersion":"1.0","serviceUUID":"c6922d25-0a19-48f3-b3a9-ca40a2d84cc1","serviceDescription":"service","serviceInvariantUUID":"03b7e959-df2b-4b97-b949-f4ac37b4a364","resources":[{"resourceInstanceName":"basic_onboard_lGNTjg 0","resourceName":"basic_onboard_lGNTjg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ed14066-0767-414e-9959-57a39c498e91","resourceInvariantUUID":"3f1fc3a0-0539-437c-8f41-1a11f1f161b2","resourceCustomizationUUID":"7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml","artifactChecksum":"OTk0N2IzNjQ0NDhkNzg3MzgwMzUxMGRhMmY0NDg4ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb35735c-c820-43e8-9e67-e96095ea3a39","artifactVersion":"1"},{"artifactName":"basic_onboard_lgntjg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json","artifactChecksum":"NmJjODM1NzEwZjE5NTg5ZjVkYjhlNmM2MjA4YTVmYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd095dc3-3f7e-4e3b-acb0-c989c1cb872b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4408977b-01cf-4c03-9fb6-bc093e279761","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a65826c-b1a7-489e-bcd1-0b2a97d2a77c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"79362e4d-9bf0-4a70-9336-9579b1df6d8d","artifactVersion":"2","generatedFromUUID":"4408977b-01cf-4c03-9fb6-bc093e279761"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLgntjg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml","artifactChecksum":"NDY4MmNiNzg3YmM2ZTExMzZmZmZiYTI3MjhhNzlhYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"388c31ec-b202-45ec-aebe-39563f080cc2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLgntjg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar","artifactChecksum":"NDdiZmRhMTU1NWM0YTZlNTY2MTNmODJhNzFmMWEzZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbeba156-5d8f-496f-b77a-4d79b7ea0726","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T00:51:14.341Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:14.342Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:14.342Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:14.342Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:15.344Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:15.345Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:15.345Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:15.345Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:16.346Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:16.347Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:16.348Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:16.348Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:17.349Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:17.350Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:17.350Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:17.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:18.352Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:18.352Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:18.352Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:18.353Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:19.353Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:19.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:19.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:19.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:20.356Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:20.356Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:20.356Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:21.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"serviceName": "basic_onboard_lGNTjg",
"serviceVersion": "1.0",
"serviceUUID": "c6922d25-0a19-48f3-b3a9-ca40a2d84cc1",
"serviceDescription": "service",
"serviceInvariantUUID": "03b7e959-df2b-4b97-b949-f4ac37b4a364",
"resources": [
{
"resourceInstanceName": "basic_onboard_lGNTjg 0",
"resourceCustomizationUUID": "7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c",
"resourceName": "basic_onboard_lGNTjg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7ed14066-0767-414e-9959-57a39c498e91",
"resourceInvariantUUID": "3f1fc3a0-0539-437c-8f41-1a11f1f161b2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_lgntjg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"artifactChecksum": "NmJjODM1NzEwZjE5NTg5ZjVkYjhlNmM2MjA4YTVmYmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd095dc3-3f7e-4e3b-acb0-c989c1cb872b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4408977b-01cf-4c03-9fb6-bc093e279761",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "79362e4d-9bf0-4a70-9336-9579b1df6d8d",
"generatedFromUUID": "4408977b-01cf-4c03-9fb6-bc093e279761"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "79362e4d-9bf0-4a70-9336-9579b1df6d8d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLgntjg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"artifactChecksum": "NDdiZmRhMTU1NWM0YTZlNTY2MTNmODJhNzFmMWEzZTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cbeba156-5d8f-496f-b77a-4d79b7ea0726"
}
],
"workloadContext": "Production"
}
2023-05-28T00:51:21.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T00:51:21.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c6922d25-0a19-48f3-b3a9-ca40a2d84cc1 ASDC
2023-05-28T00:51:21.360Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c3dc9a84-dacb-49d1-a19d-641176e2721e
ServiceName:basic_onboard_lGNTjg
ServiceVersion:1.0
ServiceUUID:c6922d25-0a19-48f3-b3a9-ca40a2d84cc1
ServiceInvariantUUID:03b7e959-df2b-4b97-b949-f4ac37b4a364
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLgntjg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar
ArtifactUUID:cbeba156-5d8f-496f-b77a-4d79b7ea0726
ArtifactChecksum:NDdiZmRhMTU1NWM0YTZlNTY2MTNmODJhNzFmMWEzZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lGNTjg 0
ResourceCustomizationUUID:7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c
ResourceInvariantUUID:3f1fc3a0-0539-437c-8f41-1a11f1f161b2
ResourceName:basic_onboard_lGNTjg
ResourceType:VF
ResourceUUID:7ed14066-0767-414e-9959-57a39c498e91
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lgntjg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json
ArtifactUUID:cd095dc3-3f7e-4e3b-acb0-c989c1cb872b
ArtifactChecksum:NmJjODM1NzEwZjE5NTg5ZjVkYjhlNmM2MjA4YTVmYmM=
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/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4408977b-01cf-4c03-9fb6-bc093e279761
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/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
ArtifactUUID:79362e4d-9bf0-4a70-9336-9579b1df6d8d
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/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
ArtifactUUID:79362e4d-9bf0-4a70-9336-9579b1df6d8d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-28T00:51:21.360Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6922d25-0a19-48f3-b3a9-ca40a2d84cc1 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-05-28T00:51:21.416Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T00:51:21.417Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:51:21.417Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:51:21.417Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cbeba156-5d8f-496f-b77a-4d79b7ea0726 from URL: /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:21.418Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:51:21.418Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:21.505Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:51:21.507Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar cbeba156-5d8f-496f-b77a-4d79b7ea0726 75649
2023-05-28T00:51:21.507Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar ASDC sendASDCNotification
2023-05-28T00:51:21.507Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:21.507Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:51:21.508Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:21.508Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:21.508Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235081507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:22.509Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T00:51:22.509Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:51:22.510Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cbeba156-5d8f-496f-b77a-4d79b7ea0726, URL: /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar to file: /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:22.510Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:22.511Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:22.511Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:22.653Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11123086416144793043/Definitions/service-BasicOnboardLgntjg-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-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lGNTjg 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-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is not matching search criteria
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is not matching search criteria
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6d5d540d-26cc-4580-bf65-bd07ebe2bd5e
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_lGNTjg
Description:service
Model UUID:c6922d25-0a19-48f3-b3a9-ca40a2d84cc1
Model Version:NULL
Model InvariantUuid:03b7e959-df2b-4b97-b949-f4ac37b4a364
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_lGNTjg
Model UUID:85d17990-bf3f-4e88-a932-bf0e262c3785
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f1fc3a0-0539-437c-8f41-1a11f1f161b2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:df34cab8-a405-469e-9cf7-fe7f3a8b4093
ModelName:BasicOnboardLgntjg..base_ubuntu18..module-0
ModelUuid:a6fd52cb-923a-4098-8189-1a74c3f1c90d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6d5d540d-26cc-4580-bf65-bd07ebe2bd5e
ModelInvariantUuid:cff4edb3-e546-49de-8c8b-1824e8db8ea0
ModelName:basic_onboard_lGNTjg-nodes.ubuntu18Cvfc
ModelUuid:448d4bef-bffe-4ee3-b66b-00abc22531f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d321e655-7bac-4c4f-bf8f-24611e1b22d4
ModelInvariantUuid:40dd9eb7-6deb-4f5d-987b-bfdc0696c3fb
ModelName:BasicOnboardLgntjg.compute.nodes.heat.ubuntu18
ModelUuid:c5dc23b8-a098-4650-b952-d0ceaaf3cce4
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-05-28T00:51:23.520Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ed14066-0767-414e-9959-57a39c498e91
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-05-28T00:51:23.526Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||basic_onboard_lGNTjg 0
2023-05-28T00:51:23.527Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ed14066-0767-414e-9959-57a39c498e91
2023-05-28T00:51:23.527Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cd095dc3-3f7e-4e3b-acb0-c989c1cb872b from URL: /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json
2023-05-28T00:51:23.527Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:51:23.527Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json
2023-05-28T00:51:23.642Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:51:23.642Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json cd095dc3-3f7e-4e3b-acb0-c989c1cb872b 798
2023-05-28T00:51:23.643Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json ASDC sendASDCNotification
2023-05-28T00:51:23.643Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json
2023-05-28T00:51:23.643Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:51:23.643Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:23.643Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:23.644Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235083643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:24.644Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLgntjg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "df34cab8-a405-469e-9cf7-fe7f3a8b4093",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a6fd52cb-923a-4098-8189-1a74c3f1c90d",
"vfModuleModelCustomizationUUID": "d13163fd-6548-491d-965a-c4eef5c03455",
"isBase": true,
"artifacts": [
"4408977b-01cf-4c03-9fb6-bc093e279761",
"79362e4d-9bf0-4a70-9336-9579b1df6d8d"
],
"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-05-28T00:51:24.652Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLgntjg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6fd52cb-923a-4098-8189-1a74c3f1c90d
VfModuleModelInvariantUUID:df34cab8-a405-469e-9cf7-fe7f3a8b4093
VfModuleModelDescription:NULL
Artifacts UUID List:{
4408977b-01cf-4c03-9fb6-bc093e279761
,
79362e4d-9bf0-4a70-9336-9579b1df6d8d
}
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-05-28T00:51:24.656Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLgntjg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "df34cab8-a405-469e-9cf7-fe7f3a8b4093",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a6fd52cb-923a-4098-8189-1a74c3f1c90d",
"vfModuleModelCustomizationUUID": "d13163fd-6548-491d-965a-c4eef5c03455",
"isBase": true,
"artifacts": [
"4408977b-01cf-4c03-9fb6-bc093e279761",
"79362e4d-9bf0-4a70-9336-9579b1df6d8d"
],
"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-05-28T00:51:24.656Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLgntjg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6fd52cb-923a-4098-8189-1a74c3f1c90d
VfModuleModelInvariantUUID:df34cab8-a405-469e-9cf7-fe7f3a8b4093
VfModuleModelDescription:NULL
Artifacts UUID List:{
4408977b-01cf-4c03-9fb6-bc093e279761
,
79362e4d-9bf0-4a70-9336-9579b1df6d8d
}
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-05-28T00:51:24.656Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4408977b-01cf-4c03-9fb6-bc093e279761 from URL: /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml
2023-05-28T00:51:24.656Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:51:24.657Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml
2023-05-28T00:51:24.774Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:51:24.775Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml 4408977b-01cf-4c03-9fb6-bc093e279761 5033
2023-05-28T00:51:24.775Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-28T00:51:24.775Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml
2023-05-28T00:51:24.775Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:51:24.776Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:24.776Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:24.776Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235084775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:25.776Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 79362e4d-9bf0-4a70-9336-9579b1df6d8d from URL: /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
2023-05-28T00:51:25.777Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:51:25.777Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
2023-05-28T00:51:25.872Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:51:25.873Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env 79362e4d-9bf0-4a70-9336-9579b1df6d8d 909
2023-05-28T00:51:25.873Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-28T00:51:25.873Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
2023-05-28T00:51:25.873Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:51:25.874Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:25.874Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:25.874Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235085873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:26.876Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c6922d25-0a19-48f3-b3a9-ca40a2d84cc1
2023-05-28T00:51:26.877Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lGNTjg 0 7ed14066-0767-414e-9959-57a39c498e91 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:51:26.905Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@699edd7, org.onap.sdc.toscaparser.api.parameters.Input@50e62eb6, org.onap.sdc.toscaparser.api.parameters.Input@2754c9b2, org.onap.sdc.toscaparser.api.parameters.Input@431d0d3e, org.onap.sdc.toscaparser.api.parameters.Input@aa3b7df]
2023-05-28T00:51:26.908Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.908Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.908Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-05-28T00:51:26.908Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c
2023-05-28T00:51:26.908Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c matches Tosca VF Customization UUID: 7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c
2023-05-28T00:51:26.909Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c 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-05-28T00:51:26.913Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.913Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.915Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-28T00:51:26.915Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@411662a8
2023-05-28T00:51:26.915Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.916Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T00:51:26.916Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d13163fd-6548-491d-965a-c4eef5c03455
2023-05-28T00:51:26.916Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d13163fd-6548-491d-965a-c4eef5c03455
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-05-28T00:51:26.921Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.922Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:26.922Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:26.922Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.923Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:26.923Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:26.923Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.924Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is not matching search criteria
2023-05-28T00:51:26.924Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-28T00:51:26.924Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-28T00:51:26.924Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6d5d540d-26cc-4580-bf65-bd07ebe2bd5e
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-05-28T00:51:26.928Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.929Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:26.929Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:26.929Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.930Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:26.930Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c
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-05-28T00:51:26.934Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.934Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.935Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c6922d25-0a19-48f3-b3a9-ca40a2d84cc1: basic_onboard_lGNTjg
2023-05-28T00:51:26.935Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.935Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.935Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.937Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_lGNTjg
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-05-28T00:51:27.126Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lGNTjg 7ed14066-0767-414e-9959-57a39c498e91 1 ASDC deployResourceStructure
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json ASDC sendASDCNotification
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235087127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:28.128Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-28T00:51:28.129Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml
2023-05-28T00:51:28.129Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:51:28.130Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:28.130Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:28.130Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235088128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:29.132Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-28T00:51:29.132Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
2023-05-28T00:51:29.132Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:51:29.133Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:29.134Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:29.134Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235089132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:30.135Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar ASDC sendASDCNotification
2023-05-28T00:51:30.135Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:30.136Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:51:30.136Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:30.136Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:30.136Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235090135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:31.138Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3dc9a84-dacb-49d1-a19d-641176e2721e
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-05-28T00:51:31.163Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3dc9a84-dacb-49d1-a19d-641176e2721e
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-05-28T00:51:31.168Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:51:31.168Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T00:51:31.168Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T00:51:31.168Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:51:31.178Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T00:52:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:52:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235073304,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T00:52:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.046Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:52:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "NOTIFIED"
}
2023-05-28T00:52:00.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-28T00:52:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:52:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235074330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T00:52:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235081507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:52:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235083643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:52:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235084775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235085873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235087127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235088128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235089132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235090135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:01.179Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3dc9a84-dacb-49d1-a19d-641176e2721e 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-05-28T00:52:01.189Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3dc9a84-dacb-49d1-a19d-641176e2721e and serviceModelVersionId: c6922d25-0a19-48f3-b3a9-ca40a2d84cc1
2023-05-28T00:52:01.190Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03b7e959-df2b-4b97-b949-f4ac37b4a364
2023-05-28T00:52:01.191Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0
2023-05-28T00:52:01.200Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T00:52:01.283Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-28T00:52:01.284Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0|INFO|500||Invoke
2023-05-28T00:52:01.293Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-28T00:52:01.524Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0|INFO|500||InvokeReturn
2023-05-28T00:52:01.525Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 00:52:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[198], vertex-id=[360512], x-aai-txid=[2-aai-resources-230528-00:52:00:335-58805], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T00:52:01.525Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-05-28T00:52:01.525Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T00:52:01.525Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:52:01.533Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T00:52:01.533Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3dc9a84-dacb-49d1-a19d-641176e2721e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T00:52:01.533Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T00:52:01.534Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:52:01.534Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:52:01.534Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235121533,
"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-05-28T00:52:02.550Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:53:00.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:53:00.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T00:53:00.043Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235121533,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T00:53:00.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:53:02.552Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:54:00.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:54:02.553Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:55:00.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:55:02.554Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:56:00.035Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:56:02.557Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:57:00.037Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:57:02.557Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:58:00.038Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:58:02.558Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:59:00.038Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:59:02.558Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:00:00.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:00:02.560Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:01:00.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:01:02.561Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:02:00.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:02:02.561Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:03:00.044Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:03:02.343Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Node 0 disconnected.
2023-05-28T01:03:02.561Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:03:13.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-28T01:03:13.942Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"bfe4e5cb-b3b2-4294-afc5-50eecdb3f001","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3fd278f0-5fdc-4c26-97b2-1b243fe27ac8","serviceDescription":"service","serviceInvariantUUID":"05cfc4ad-7844-4fc9-920d-51202b47f47a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e018c262-931e-4ddd-a055-5ef4d567cd3e","resourceInvariantUUID":"78b278df-86e5-4c9d-b3c9-52b89ebf0aff","resourceCustomizationUUID":"fb860918-c2e1-48f5-b33f-2c90bda6fa3f","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":"Njk3ZGU0MjcxMTVjY2YzZTg4N2IxYzM5N2E5NzkyMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4cb6ce27-ddc2-4650-b9e5-09d81479b38a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWE2Mjc3ZTAwZTZmYjNjMThmYTk2OGM0NTJhNDI3ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dac0b66f-e740-4e60-9118-30358c72f71c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T01:03:13.946Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:03:13.947Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:03:13.947Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:03:13.947Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235782561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:03:13.955Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.955Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:03:13.981Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "aai-model-loader",
"timestamp": 1685235780513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:03:13.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:03:14.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:03:14.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:03:14.957Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:03:14.957Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235782561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:03:15.958Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3fd278f0-5fdc-4c26-97b2-1b243fe27ac8",
"serviceDescription": "service",
"serviceInvariantUUID": "05cfc4ad-7844-4fc9-920d-51202b47f47a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fb860918-c2e1-48f5-b33f-2c90bda6fa3f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e018c262-931e-4ddd-a055-5ef4d567cd3e",
"resourceInvariantUUID": "78b278df-86e5-4c9d-b3c9-52b89ebf0aff",
"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": "YWE2Mjc3ZTAwZTZmYjNjMThmYTk2OGM0NTJhNDI3ODA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dac0b66f-e740-4e60-9118-30358c72f71c"
}
],
"workloadContext": "Production"
}
2023-05-28T01:03:15.959Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T01:03:15.959Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8 ASDC
2023-05-28T01:03:15.960Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
ServiceInvariantUUID:05cfc4ad-7844-4fc9-920d-51202b47f47a
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:dac0b66f-e740-4e60-9118-30358c72f71c
ArtifactChecksum:YWE2Mjc3ZTAwZTZmYjNjMThmYTk2OGM0NTJhNDI3ODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fb860918-c2e1-48f5-b33f-2c90bda6fa3f
ResourceInvariantUUID:78b278df-86e5-4c9d-b3c9-52b89ebf0aff
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e018c262-931e-4ddd-a055-5ef4d567cd3e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-05-28T01:03:15.960Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8 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-05-28T01:03:16.000Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:03:16.001Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:03:16.001Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:03:16.002Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dac0b66f-e740-4e60-9118-30358c72f71c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-28T01:03:16.002Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-28T01:03:16.002Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-28T01:03:16.183Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-28T01:03:16.185Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dac0b66f-e740-4e60-9118-30358c72f71c 57780
2023-05-28T01:03:16.185Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-28T01:03:16.185Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-28T01:03:16.186Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:03:16.186Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:03:16.186Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:03:16.186Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235796185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:03:17.188Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:03:17.189Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:03:17.190Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: dac0b66f-e740-4e60-9118-30358c72f71c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.190Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-28T01:03:17.191Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.192Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.338Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10752357410105438663/Definitions/service-BasicNetwork-template.yml
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
Model Version:NULL
Model InvariantUuid:05cfc4ad-7844-4fc9-920d-51202b47f47a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:78b278df-86e5-4c9d-b3c9-52b89ebf0aff
Model UUID:74da181e-0e4f-4d87-8a2c-dfce9b489437
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fb860918-c2e1-48f5-b33f-2c90bda6fa3f
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-05-28T01:03:17.674Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: e018c262-931e-4ddd-a055-5ef4d567cd3e
2023-05-28T01:03:17.674Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||No resources found for Service: 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
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-05-28T01:03:17.681Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||
2023-05-28T01:03:17.681Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-05-28T01:03:17.684Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
2023-05-28T01:03:17.684Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
2023-05-28T01:03:17.684Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-05-28T01:03:17.684Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:03:17.697Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4799e00e, org.onap.sdc.toscaparser.api.parameters.Input@573cd794, org.onap.sdc.toscaparser.api.parameters.Input@7ba39061, org.onap.sdc.toscaparser.api.parameters.Input@6adf6ec9, org.onap.sdc.toscaparser.api.parameters.Input@624e6a0c]
2023-05-28T01:03:17.700Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.700Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.701Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.701Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.701Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8: Generic NeutronNet
2023-05-28T01:03:17.701Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.702Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.702Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.702Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-05-28T01:03:17.763Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.764Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.764Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.765Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.765Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:03:17.765Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.765Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-28T01:03:17.888Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-05-28T01:03:17.889Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-28T01:03:17.889Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.890Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:03:17.890Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:03:17.891Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:03:17.891Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235797889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:03:18.892Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
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-05-28T01:03:18.907Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
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-05-28T01:03:18.911Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:03:18.911Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:03:18.911Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:03:48.912Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
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-05-28T01:03:48.943Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
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-05-28T01:03:48.948Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:03:48.948Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:03:48.948Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:04:00.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:04:00.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:04:00.036Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235782561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235788831,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235751726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:04:18.949Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
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-05-28T01:04:18.968Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
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-05-28T01:04:18.971Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:04:18.972Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:04:18.972Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:04:48.972Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
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-05-28T01:04:48.991Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
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-05-28T01:04:48.995Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:04:48.995Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:04:48.995Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:05:00.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:00.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.037Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "multicloud-k8s",
"timestamp": 1685235785007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:05:00.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.039Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "policy-distribution-id",
"timestamp": 1685235782688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:05:00.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.041Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "policy-distribution-id",
"timestamp": 1685235782688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:05:00.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.041Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235788831,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:05:00.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.042Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "aai-model-loader",
"timestamp": 1685235780513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:05:00.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.043Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235782561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:05:00.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.043Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235751726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:05:00.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.045Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "multicloud-k8s",
"timestamp": 1685235785007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:05:00.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.045Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235796185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T01:05:00.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.046Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235796194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T01:05:00.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.047Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "policy-distribution-id",
"timestamp": 1685235796145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T01:05:00.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "aai-model-loader",
"timestamp": 1685235796044,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T01:05:00.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235797196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:05:00.064Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
2023-05-28T01:05:00.064Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:05:00.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.080Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "policy-distribution-id",
"timestamp": 1685235797147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T01:05:00.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.080Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235797889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T01:05:00.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.081Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "policy-distribution-id",
"timestamp": 1685235798149,
"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-05-28T01:05:00.090Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
2023-05-28T01:05:00.090Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 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-05-28T01:05:00.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "aai-model-loader",
"timestamp": 1685235799731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T01:05:00.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "aai-model-loader",
"timestamp": 1685235800733,
"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-05-28T01:05:00.113Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
2023-05-28T01:05:00.113Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 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-05-28T01:05:00.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235801300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235801300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235804116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235805628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235806638,
"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-05-28T01:05:00.137Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
2023-05-28T01:05:00.138Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 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-05-28T01:05:18.995Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
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-05-28T01:05:19.012Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
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-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:05:19.020Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:05:19.020Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:05:19.020Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:05:19.026Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T01:05:49.027Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 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-05-28T01:05:49.036Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 and serviceModelVersionId: 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
2023-05-28T01:05:49.036Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05cfc4ad-7844-4fc9-920d-51202b47f47a
2023-05-28T01:05:49.037Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0
2023-05-28T01:05:49.045Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T01:05:49.109Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0|INFO|500||Invoke
2023-05-28T01:05:49.110Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bfe4e5cb-b3b2-4294-afc5-50eecdb3f001], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d677d561-3aef-4c8d-92fb-2fe557ccb739], X-ECOMP-RequestID=[bfe4e5cb-b3b2-4294-afc5-50eecdb3f001], X-TransactionId=[], X-ONAP-RequestID=[bfe4e5cb-b3b2-4294-afc5-50eecdb3f001], Content-Type=[application/merge-patch+json]}
2023-05-28T01:05:49.118Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-28T01:05:49.309Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?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/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 01:05:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[186], vertex-id=[356376], x-aai-txid=[0-aai-resources-230528-01:05:48:139-22735], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T01:05:49.309Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-28T01:05:49.310Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0|INFO|500||InvokeReturn
2023-05-28T01:05:49.310Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T01:05:49.310Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:05:49.319Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T01:05:49.319Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T01:05:49.319Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T01:05:49.320Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:49.320Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:49.320Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235949319,
"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-05-28T01:05:50.346Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:05:50.354Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-28T01:05:50.355Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"19e9890b-3af6-4051-82bb-2f60d09e01b9","serviceName":"Demo_pNF_0HtvVZ5VQXSj9hsNrfuS","serviceVersion":"1.0","serviceUUID":"dc6a1a51-4a87-4bd9-86d7-1a60db819b5c","serviceDescription":"catalog service description","serviceInvariantUUID":"6bd55995-bdaa-46e3-b643-018d090d660f","resources":[{"resourceInstanceName":"pNF 4f45061f-1885 0","resourceName":"pNF 4f45061f-1885","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"78438b86-2502-4eeb-b930-e65119a712db","resourceInvariantUUID":"bb96bb38-19e3-4274-83cf-cf121a79d47c","resourceCustomizationUUID":"d2d6bc02-543f-459f-8711-e7ead1b6d60c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml","artifactChecksum":"ZWYyZGFjMDc1YTZkZjlhNTE4MWNmMWNkMTUzNjgyN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e923b3d-61b1-461b-9c54-cabe4ee9b764","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar","artifactChecksum":"MzlmMmQ3MDZhZTk2YmFkZDU4MGY2MmY0ZGZhNmVlMjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4bf8a9be-3dad-495b-9366-1aa0f2d45b79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55a8f13f-247a-42e8-8f8c-8e049f06ae86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml","artifactChecksum":"OWExNGY0MjI4OTU0Y2Q2YzdiZjMyYTk0NDRmNmVkNmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4e531dbd-b180-4b4d-a591-088a26c6281a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85f70a5b-8fe6-47e5-8b4c-a250d1fd41bb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e3d4f64-1cd9-4454-a8a7-15053f6b648e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml","artifactChecksum":"NWZkNmRhOTlmYzhhZDg1NjMwYmZhZWI2MDhkN2RkZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f17928d-fbad-481a-8998-e56e86873109","artifactVersion":"1"},{"artifactName":"service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar","artifactChecksum":"NmZlOTZjZmNmMzkwYzYzZWI4Yjg4Y2VkNmRjZjBhMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfd259f8-b16c-446f-8d05-6137dfba17a7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T01:05:50.358Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:50.358Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:50.358Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:50.358Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:51.360Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:51.361Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:51.361Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:51.362Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:52.363Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:52.364Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:52.364Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:52.364Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:53.365Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:53.366Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:53.366Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:53.366Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:54.367Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:54.368Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:54.369Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:54.369Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:55.371Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:55.372Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:55.372Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:55.372Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:56.373Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:56.373Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:56.373Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:56.373Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:57.374Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:57.375Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:57.375Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:57.375Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:58.377Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"serviceName": "Demo_pNF_0HtvVZ5VQXSj9hsNrfuS",
"serviceVersion": "1.0",
"serviceUUID": "dc6a1a51-4a87-4bd9-86d7-1a60db819b5c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6bd55995-bdaa-46e3-b643-018d090d660f",
"resources": [
{
"resourceInstanceName": "pNF 4f45061f-1885 0",
"resourceCustomizationUUID": "d2d6bc02-543f-459f-8711-e7ead1b6d60c",
"resourceName": "pNF 4f45061f-1885",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "78438b86-2502-4eeb-b930-e65119a712db",
"resourceInvariantUUID": "bb96bb38-19e3-4274-83cf-cf121a79d47c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"artifactChecksum": "NmZlOTZjZmNmMzkwYzYzZWI4Yjg4Y2VkNmRjZjBhMDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dfd259f8-b16c-446f-8d05-6137dfba17a7"
}
],
"workloadContext": "Production"
}
2023-05-28T01:05:58.377Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T01:05:58.378Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dc6a1a51-4a87-4bd9-86d7-1a60db819b5c ASDC
2023-05-28T01:05:58.378Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:19e9890b-3af6-4051-82bb-2f60d09e01b9
ServiceName:Demo_pNF_0HtvVZ5VQXSj9hsNrfuS
ServiceVersion:1.0
ServiceUUID:dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
ServiceInvariantUUID:6bd55995-bdaa-46e3-b643-018d090d660f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
ArtifactUUID:dfd259f8-b16c-446f-8d05-6137dfba17a7
ArtifactChecksum:NmZlOTZjZmNmMzkwYzYzZWI4Yjg4Y2VkNmRjZjBhMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f45061f-1885 0
ResourceCustomizationUUID:d2d6bc02-543f-459f-8711-e7ead1b6d60c
ResourceInvariantUUID:bb96bb38-19e3-4274-83cf-cf121a79d47c
ResourceName:pNF 4f45061f-1885
ResourceType:PNF
ResourceUUID:78438b86-2502-4eeb-b930-e65119a712db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-05-28T01:05:58.378Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc6a1a51-4a87-4bd9-86d7-1a60db819b5c 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-05-28T01:05:58.423Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:05:58.424Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:05:58.424Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:05:58.424Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dfd259f8-b16c-446f-8d05-6137dfba17a7 from URL: /sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:58.424Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-28T01:05:58.425Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:58.566Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-28T01:05:58.570Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar dfd259f8-b16c-446f-8d05-6137dfba17a7 88002
2023-05-28T01:05:58.571Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar ASDC sendASDCNotification
2023-05-28T01:05:58.571Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:58.571Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:05:58.571Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:58.572Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:58.572Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235958571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:59.573Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:05:59.574Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:05:59.574Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: dfd259f8-b16c-446f-8d05-6137dfba17a7, URL: /sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar to file: /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:59.575Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:59.575Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:59.576Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:59.673Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4234499765498710218/Definitions/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml
2023-05-28T01:06:00.033Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:00.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.039Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235840512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235844124,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "multicloud-k8s",
"timestamp": 1685235825963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235829152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.041Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235798198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.041Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235840512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235844124,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "multicloud-k8s",
"timestamp": 1685235825963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.044Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235829152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.044Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235798198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235840512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235844124,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.046Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235829152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "multicloud-k8s",
"timestamp": 1685235825963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235798198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235844124,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235840512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "multicloud-k8s",
"timestamp": 1685235825963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235829152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235798198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.050Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235840512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235844124,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "multicloud-k8s",
"timestamp": 1685235825963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.054Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235829152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235798198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235840512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235844124,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235829152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "multicloud-k8s",
"timestamp": 1685235825963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235798198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235840512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235844124,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235829152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "multicloud-k8s",
"timestamp": 1685235825963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235798198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235840512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235844124,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235829152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "multicloud-k8s",
"timestamp": 1685235825963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235798198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235860883,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235860832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235860737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235860225,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-28T01:06:00.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.062Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235861888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:06:00.077Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19e9890b-3af6-4051-82bb-2f60d09e01b9
2023-05-28T01:06:00.078Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9890b-3af6-4051-82bb-2f60d09e01b9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:06:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.094Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235861840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T01:06:00.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235861299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235861758,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.096Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "policy-distribution-id",
"timestamp": 1685235862842,
"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-05-28T01:06:00.111Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19e9890b-3af6-4051-82bb-2f60d09e01b9
2023-05-28T01:06:00.112Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9890b-3af6-4051-82bb-2f60d09e01b9 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-05-28T01:06:00.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235861299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235862760,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-05-28T01:06:00.144Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 19e9890b-3af6-4051-82bb-2f60d09e01b9
2023-05-28T01:06:00.144Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9890b-3af6-4051-82bb-2f60d09e01b9 and ComponentName
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-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f45061f-1885 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Node template pNF 4f45061f-1885 0 is matching search criteria
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4f45061f-1885 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Node template pNF 4f45061f-1885 0 is matching search criteria
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4f45061f-1885 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_0HtvVZ5VQXSj9hsNrfuS
Description:catalog service description
Model UUID:dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
Model Version:NULL
Model InvariantUuid:6bd55995-bdaa-46e3-b643-018d090d660f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
2023-05-28T01:06:00.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.167Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235861299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.168Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235864397,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T01:06:00.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235861299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "aai-model-loader",
"timestamp": 1685235865401,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
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 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-05-28T01:06:00.179Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19e9890b-3af6-4051-82bb-2f60d09e01b9
2023-05-28T01:06:00.179Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9890b-3af6-4051-82bb-2f60d09e01b9 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=?
2023-05-28T01:06:00.183Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 78438b86-2502-4eeb-b930-e65119a712db
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=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:06:00.186Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||pNF 4f45061f-1885 0
2023-05-28T01:06:00.187Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 78438b86-2502-4eeb-b930-e65119a712db
2023-05-28T01:06:00.187Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||No resources found for Service: dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
2023-05-28T01:06:00.187Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
2023-05-28T01:06:00.187Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4f45061f-1885 0 78438b86-2502-4eeb-b930-e65119a712db ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:06:00.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235861299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235861299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.197Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16ec2188, org.onap.sdc.toscaparser.api.parameters.Input@167c26f5, org.onap.sdc.toscaparser.api.parameters.Input@3d0580bf, org.onap.sdc.toscaparser.api.parameters.Input@757ca4bf, org.onap.sdc.toscaparser.api.parameters.Input@26b3bf9]
2023-05-28T01:06:00.197Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:06:00.197Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.197Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dc6a1a51-4a87-4bd9-86d7-1a60db819b5c: pNF 4f45061f-1885
2023-05-28T01:06:00.198Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Processing PNF resource: 78438b86-2502-4eeb-b930-e65119a712db
2023-05-28T01:06:00.198Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-28T01:06:00.198Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.198Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Resource customization UUID: d2d6bc02-543f-459f-8711-e7ead1b6d60c is the same as notified resource customizationUUID: d2d6bc02-543f-459f-8711-e7ead1b6d60c
2023-05-28T01:06:00.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235861299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-28T01:06:00.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235861299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "NOTIFIED"
}
2023-05-28T01:06:00.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235870094,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-28T01:06:00.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235872026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-28T01:06:00.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235873031,
"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-05-28T01:06:00.208Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19e9890b-3af6-4051-82bb-2f60d09e01b9
2023-05-28T01:06:00.209Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9890b-3af6-4051-82bb-2f60d09e01b9 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-05-28T01:06:00.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "policy-distribution-id",
"timestamp": 1685235893845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235884123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "multicloud-k8s",
"timestamp": 1685235890761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
2023-05-28T01:06:00.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235862890,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.226Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235891302,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "policy-distribution-id",
"timestamp": 1685235893845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235884123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "multicloud-k8s",
"timestamp": 1685235890761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
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=?
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235862890,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685235891302,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "policy-distribution-id",
"timestamp": 1685235893845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-05-28T01:06:00.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.230Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "ves-openapi-manager",
"timestamp": 1685235884123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "multicloud-k8s",
"timestamp": 1685235890761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-05-28T01:06:00.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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=?
2023-05-28T01:06:00.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.232Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "cds-sdc-listener",
"timestamp": 1685235862890,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-28T01:06:00.322Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4f45061f-1885 78438b86-2502-4eeb-b930-e65119a712db 0 ASDC deployResourceStructure
2023-05-28T01:06:00.323Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar ASDC sendASDCNotification
2023-05-28T01:06:00.323Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.323Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:06:00.323Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:00.324Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:00.324Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235960323,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:01.325Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19e9890b-3af6-4051-82bb-2f60d09e01b9
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-05-28T01:06:01.347Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19e9890b-3af6-4051-82bb-2f60d09e01b9
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-05-28T01:06:01.351Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:06:01.360Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T01:06:31.360Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19e9890b-3af6-4051-82bb-2f60d09e01b9 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-05-28T01:06:31.370Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19e9890b-3af6-4051-82bb-2f60d09e01b9 and serviceModelVersionId: dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
2023-05-28T01:06:31.370Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bd55995-bdaa-46e3-b643-018d090d660f
2023-05-28T01:06:31.371Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0
2023-05-28T01:06:31.378Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T01:06:31.451Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-28T01:06:31.452Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0|INFO|500||Invoke
2023-05-28T01:06:31.461Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-28T01:06:31.629Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0|INFO|500||InvokeReturn
2023-05-28T01:06:31.630Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 01:06:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[172080], x-aai-txid=[1-aai-resources-230528-01:06:30:479-60184], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T01:06:31.630Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-05-28T01:06:31.630Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T01:06:31.630Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:06:31.639Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T01:06:31.640Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19e9890b-3af6-4051-82bb-2f60d09e01b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T01:06:31.640Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T01:06:31.640Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:31.640Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:31.641Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235991640,
"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-05-28T01:06:32.660Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-28T01:06:32.661Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8ea6c68e-cd0c-4a84-b760-89c7a8a1c162","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e2dc3519-e38e-4d4f-9584-109c816c9056","serviceDescription":"service","serviceInvariantUUID":"b70fd0aa-b7be-43d9-8ae9-987c1d920b5b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b24069ac-5b25-4036-85db-47aa98cf1886","resourceInvariantUUID":"57876475-9f78-40f7-9ed6-09df1a7470fb","resourceCustomizationUUID":"c9f17622-5d16-46f3-a487-8b028810411c","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":"NTFjZDViOTA4NjA3YjMzMWNkZTAzNTk1YmUxMzRkMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f501ef9-f90e-4275-9ab9-e92df4a6d25a","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":"MWRmZGY3ZjNhMjYxYjY1MzUwZmE5Y2Y4MTdhNWYzOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c5ad5d4b-be16-4c20-9abe-d2a97238d6c5","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":"1ed82faa-0660-4f6a-aad8-4dc6cbbd9825","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":"0510600a-b51f-49b9-97c5-d842baa9446f","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":"85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89","artifactVersion":"2","generatedFromUUID":"1ed82faa-0660-4f6a-aad8-4dc6cbbd9825"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzliNDc3ZjI0MTAxYTBlNmU5MWY5MGJlMDI2NzA0NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c08f715-27a6-4a67-83d3-9b8d26892c81","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWI0ZjU0NWI3MWNjNDU3Njc2ZDA0MzZlNDg4ZjQxNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"583cbdf2-bc69-438d-8fea-b1a535ffae2d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T01:06:32.661Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:32.661Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:32.662Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:32.662Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"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-05-28T01:06:33.662Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:33.663Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:33.663Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:33.663Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"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-05-28T01:06:34.664Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:34.665Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:34.665Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:34.665Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"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-05-28T01:06:35.665Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:35.666Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:35.666Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:35.666Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"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-05-28T01:06:36.667Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:36.668Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:36.668Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:36.668Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"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-05-28T01:06:37.669Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:37.670Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:37.670Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:37.670Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:38.671Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:38.671Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:38.672Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:38.672Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235950346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:39.673Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "e2dc3519-e38e-4d4f-9584-109c816c9056",
"serviceDescription": "service",
"serviceInvariantUUID": "b70fd0aa-b7be-43d9-8ae9-987c1d920b5b",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "c9f17622-5d16-46f3-a487-8b028810411c",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b24069ac-5b25-4036-85db-47aa98cf1886",
"resourceInvariantUUID": "57876475-9f78-40f7-9ed6-09df1a7470fb",
"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": "MWRmZGY3ZjNhMjYxYjY1MzUwZmE5Y2Y4MTdhNWYzOGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c5ad5d4b-be16-4c20-9abe-d2a97238d6c5",
"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": "1ed82faa-0660-4f6a-aad8-4dc6cbbd9825",
"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": "85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89",
"generatedFromUUID": "1ed82faa-0660-4f6a-aad8-4dc6cbbd9825"
},
"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": "85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YWI0ZjU0NWI3MWNjNDU3Njc2ZDA0MzZlNDg4ZjQxNTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "583cbdf2-bc69-438d-8fea-b1a535ffae2d"
}
],
"workloadContext": "Production"
}
2023-05-28T01:06:39.673Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T01:06:39.674Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2dc3519-e38e-4d4f-9584-109c816c9056 ASDC
2023-05-28T01:06:39.674Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e2dc3519-e38e-4d4f-9584-109c816c9056
ServiceInvariantUUID:b70fd0aa-b7be-43d9-8ae9-987c1d920b5b
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:583cbdf2-bc69-438d-8fea-b1a535ffae2d
ArtifactChecksum:YWI0ZjU0NWI3MWNjNDU3Njc2ZDA0MzZlNDg4ZjQxNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c9f17622-5d16-46f3-a487-8b028810411c
ResourceInvariantUUID:57876475-9f78-40f7-9ed6-09df1a7470fb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b24069ac-5b25-4036-85db-47aa98cf1886
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:c5ad5d4b-be16-4c20-9abe-d2a97238d6c5
ArtifactChecksum:MWRmZGY3ZjNhMjYxYjY1MzUwZmE5Y2Y4MTdhNWYzOGE=
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:1ed82faa-0660-4f6a-aad8-4dc6cbbd9825
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:85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89
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:85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-28T01:06:39.674Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2dc3519-e38e-4d4f-9584-109c816c9056 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-05-28T01:06:39.733Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:06:39.734Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:06:39.734Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:06:39.734Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 583cbdf2-bc69-438d-8fea-b1a535ffae2d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-28T01:06:39.734Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-28T01:06:39.735Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-28T01:06:39.836Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-28T01:06:39.839Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 583cbdf2-bc69-438d-8fea-b1a535ffae2d 75148
2023-05-28T01:06:39.839Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-28T01:06:39.839Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-28T01:06:39.840Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:06:39.840Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:39.840Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:39.840Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
"consumerID": "SO-sdc-controller",
"timestamp": 1685235999839,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:40.841Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:06:40.842Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:06:40.843Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 583cbdf2-bc69-438d-8fea-b1a535ffae2d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:40.844Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-28T01:06:40.845Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:40.845Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.003Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4729104338636303654/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-05-28T01:06:41.963Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery