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-06T23:30:17.453Z||main|||||INFO|500||The following profiles are active: basic
2023-05-06T23:30:30.309Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-06T23:30:30.310Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-06T23:30:30.482Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-06T23:30:33.897Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-06T23:30:34.321Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-06T23:30:34.998Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-06T23:30:35.025Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-06T23:30:35.232Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-06T23:30:35.661Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-06T23:30:37.046Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-06T23:30:40.854Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-06T23:30:43.524Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-06T23:30:43.571Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-06T23:30:44.019Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-06T23:30:44.496Z||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-06T23:30:45.404Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-06T23:30:46.586Z||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-06T23:30:47.571Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-06T23:30:47.572Z||main|||||ERROR|500||(conn=952) Table 'catalogdb.activity_spec' doesn't exist
2023-05-06T23:30:47.589Z||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-06T23:30:49.785Z||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-06T23:30:51.865Z||main|||||WARN|500||---
2023-05-06T23:30:51.865Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-06T23:30:51.865Z||main|||||WARN|500||---
2023-05-06T23:30:52.283Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-06T23:30:57.184Z||main|||||INFO|500||Started Application in 47.479 seconds (JVM running for 51.338)
2023-05-06T23:30:57.228Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-06T23:30:57.231Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-06T23:30:57.251Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-06T23:30:57.324Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0f81a341-9271-4ffc-ade9-a229211360ca url= /sdc/v1/artifactTypes
2023-05-06T23:30:57.330Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-06T23:30:57.643Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-06T23:30:57.708Z||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-06T23:30:57.709Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-06T23:30:57.709Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 36856b1a-4c55-42a5-adf5-5f44d0e01a76 url= /sdc/v1/distributionKafkaData
2023-05-06T23:30:57.709Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-06T23:30:57.745Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-06T23:30:57.751Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@32c4d00d
2023-05-06T23:30:57.828Z||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-5f052182-1ba6-41ca-8935-dc14c0f2908d
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-06T23:30:57.921Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Instantiated an idempotent producer.
2023-05-06T23:30:57.999Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-05-06T23:30:58.105Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-06T23:30:58.106Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-06T23:30:58.106Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683415858102
2023-05-06T23:30:58.112Z||scheduling-1|||||INFO|500||start DistributionClient
2023-05-06T23:30:58.135Z||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-0196ff7b-8622-48ff-8819-a25cf42f80b7
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-06T23:30:58.271Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-06T23:30:58.272Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-06T23:30:58.273Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683415858271
2023-05-06T23:30:58.276Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:30:58.281Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:30:58.286Z||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-ed6e4395-defd-4029-9342-ad09c55bded0
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-06T23:30:58.300Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-06T23:30:58.302Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-06T23:30:58.302Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683415858300
2023-05-06T23:30:58.303Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:30:58.307Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:30:58.321Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-06T23:30:59.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.253Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.256Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Cluster ID: wlGK1f-6RZGFCQZZ5b16Hw
2023-05-06T23:30:59.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.254Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.262Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] ProducerId set to 1002 with epoch 0
2023-05-06T23:30:59.264Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Cluster ID: wlGK1f-6RZGFCQZZ5b16Hw
2023-05-06T23:30:59.265Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-05-06T23:30:59.266Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Cluster ID: wlGK1f-6RZGFCQZZ5b16Hw
2023-05-06T23:30:59.267Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-05-06T23:30:59.304Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] (Re-)joining group
2023-05-06T23:30:59.305Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] (Re-)joining group
2023-05-06T23:30:59.358Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7-c9d16fe6-0804-419a-9ca4-e308d1eccdaa
2023-05-06T23:30:59.359Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-06T23:30:59.360Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] (Re-)joining group
2023-05-06T23:30:59.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0-cf797c4c-da90-4b0c-98ba-54a6a27b8038
2023-05-06T23:30:59.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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-06T23:30:59.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] (Re-)joining group
2023-05-06T23:31:05.373Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0-cf797c4c-da90-4b0c-98ba-54a6a27b8038', protocol='range'}
2023-05-06T23:31:05.375Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7-c9d16fe6-0804-419a-9ca4-e308d1eccdaa', protocol='range'}
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.443Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0-cf797c4c-da90-4b0c-98ba-54a6a27b8038=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7-c9d16fe6-0804-419a-9ca4-e308d1eccdaa=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-06T23:31:05.487Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0-cf797c4c-da90-4b0c-98ba-54a6a27b8038', protocol='range'}
2023-05-06T23:31:05.489Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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-06T23:31:05.492Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7-c9d16fe6-0804-419a-9ca4-e308d1eccdaa', protocol='range'}
2023-05-06T23:31:05.492Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-06T23:31:05.495Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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-06T23:31:05.495Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-06T23:31:05.515Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-06T23:31:05.515Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-06T23:31:05.515Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-06T23:31:05.516Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-06T23:31:05.516Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-06T23:31:05.516Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-06T23:31:05.518Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-06T23:31:05.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-06T23:31:05.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-06T23:31:05.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-06T23:31:05.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-06T23:31:05.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-06T23:31:05.563Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-06T23:31:05.567Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-06T23:31:05.622Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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-06T23:31:05.623Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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-06T23:31:05.626Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-06T23:31:05.626Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-06T23:31:05.631Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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-06T23:31:05.632Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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-06T23:31:05.634Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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-06T23:31:05.634Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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-06T23:31:05.635Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-06T23:31:05.635Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-06T23:31:58.290Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:31:58.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:32:58.292Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:32:58.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:33:58.293Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:33:58.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:34:58.294Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:34:58.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:35:58.296Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:35:58.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:36:58.296Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:36:58.319Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:37:58.298Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:37:58.321Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:38:58.298Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:38:58.322Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:39:58.299Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:39:58.323Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:39:59.292Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Node -1 disconnected.
2023-05-06T23:39:59.299Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Node -1 disconnected.
2023-05-06T23:39:59.534Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Node -1 disconnected.
2023-05-06T23:40:29.046Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-06T23:40:58.301Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:40:58.324Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:41:58.302Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:41:58.326Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:42:58.303Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:42:58.327Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:43:58.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:43:58.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:44:58.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:44:58.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:45:58.306Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:45:58.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:46:58.308Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:46:58.334Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:47:58.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:47:58.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:48:58.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:48:58.337Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:49:58.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:49:58.338Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:50:58.312Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:50:58.340Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:51:58.312Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:51:58.341Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:52:58.314Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:52:58.343Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:53:58.316Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:53:58.345Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:54:58.317Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:54:58.347Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:55:58.318Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:55:58.349Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:56:58.319Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:56:58.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:57:58.321Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:57:58.352Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:58:58.322Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:58:58.354Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:59:58.323Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:59:58.355Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:00:58.324Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:00:58.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:01:58.326Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:01:58.360Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:02:58.327Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:02:58.362Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:03:58.328Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:03:58.364Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:04:58.328Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:04:58.364Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:05:58.330Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:05:58.366Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:06:58.331Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:06:58.367Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:07:58.333Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:07:58.368Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:08:58.334Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:08:58.369Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:09:58.336Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:09:58.369Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:10:58.338Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:10:58.371Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:11:58.340Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:11:58.373Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:12:58.341Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:12:58.375Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:13:58.342Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:13:58.376Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:14:58.343Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:14:58.378Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:15:58.347Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:15:58.380Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:16:58.348Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:16:58.382Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:17:58.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:17:58.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:18:58.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:18:58.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:19:58.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:19:58.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:20:58.353Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:20:58.387Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:21:58.354Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:21:58.388Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:22:58.355Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:22:58.389Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:23:58.357Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:23:58.391Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:24:58.359Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:24:58.393Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:25:58.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:25:58.394Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:26:58.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:26:58.394Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:27:58.362Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:27:58.396Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:28:58.362Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:28:58.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:29:58.363Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:29:58.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:30:58.365Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:30:58.399Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:31:58.367Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:31:58.400Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:32:58.367Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:32:58.401Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:33:58.368Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:33:58.402Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:34:58.370Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:34:58.404Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:35:58.371Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:35:58.405Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:36:58.372Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:36:58.407Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:37:58.372Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:37:58.409Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:38:58.374Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:38:58.409Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:39:58.375Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:39:58.410Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:40:58.376Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:40:58.411Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:41:58.377Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:41:58.412Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:42:58.378Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:42:58.413Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:43:58.380Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:43:58.415Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:44:58.380Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:44:58.416Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:45:58.382Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:45:58.417Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:46:58.382Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:46:58.419Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:47:58.384Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:47:58.420Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:48:58.385Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:48:58.422Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:49:58.386Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:49:58.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:50:58.387Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:50:58.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:51:58.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:51:58.425Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:52:58.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:52:58.426Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:53:58.391Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:53:58.428Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:54:58.392Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:54:58.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:55:58.393Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:55:58.434Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:56:58.394Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:56:58.435Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:57:58.396Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:57:58.436Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:58:58.397Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:58:58.437Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:59:58.398Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:59:58.444Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:00:58.399Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:00:58.446Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:01:58.400Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:01:58.447Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:02:58.402Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:02:58.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:03:58.403Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:03:58.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:04:58.405Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:04:58.451Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:05:58.406Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:05:58.452Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:06:58.407Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:06:58.453Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:07:58.409Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:07:58.453Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:08:58.410Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:08:58.454Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:09:58.412Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:09:58.455Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:10:58.412Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:10:58.456Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:11:58.414Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:11:58.456Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:12:58.414Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:12:58.457Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:13:58.416Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:13:58.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:14:58.417Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:14:58.459Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:15:58.418Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:15:58.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:16:58.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:16:58.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:17:58.421Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:17:58.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:18:58.423Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:18:58.461Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:19:58.425Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:19:58.463Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:20:58.426Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:20:58.464Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:21:58.428Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:21:58.465Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:22:58.430Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:22:58.466Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:23:58.431Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:23:58.466Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:24:58.432Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:24:58.467Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:25:58.432Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:25:58.467Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:26:58.434Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:26:58.469Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:27:58.436Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:27:58.470Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:28:58.436Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:28:58.471Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:29:58.438Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:29:58.472Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:30:58.440Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:30:58.473Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:31:58.441Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:31:58.474Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:32:58.443Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:32:58.475Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:33:58.444Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:33:58.476Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:34:58.445Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:34:58.478Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:35:58.447Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:35:58.479Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:36:58.448Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:36:58.480Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:37:58.451Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:37:58.481Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:38:58.453Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:38:58.482Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:39:58.454Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:39:58.483Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:40:58.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:40:58.484Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:41:58.459Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:41:58.484Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:42:58.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:42:58.485Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:43:58.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:43:58.486Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:44:58.463Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:44:58.487Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:25.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T01:45:25.353Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"d6e68777-fb9a-4eaa-96e6-22497d3031df","serviceName":"vFW 2023-05-07 01-43-55","serviceVersion":"1.0","serviceUUID":"0e0bcbe5-3d8d-4aa5-9175-6fc41959db98","serviceDescription":"catalog service description","serviceInvariantUUID":"748b1a49-4f07-423c-80fd-f3b2c5b98deb","resources":[{"resourceInstanceName":"vFW fea95647-28e1 0","resourceName":"vFW fea95647-28e1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f999c25b-28ff-4b74-8bbc-4afc08c20812","resourceInvariantUUID":"b5bd79d7-d7ec-4ede-8c4a-7ef4f1e7dc8e","resourceCustomizationUUID":"aba36388-1509-472d-9903-48e8f765b089","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml","artifactChecksum":"MjBmNTlhMjU4Y2JjNDIyNDMzOGQ2NTNiYTQ3MmU4Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6c0b01e-d06f-4228-b147-271e7e2c9565","artifactVersion":"1"},{"artifactName":"vfwfea9564728e10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json","artifactChecksum":"ZDQ2M2Y5ODNjYWQ1MjU2OTZlMWUwMDY2NDc0NjQ2ZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8bb29512-ecc6-4ff2-8d05-bd15fc3d6d30","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b433664-6c1b-4c67-a1bf-fa8887100c33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml","artifactChecksum":"MjE1ZjMwNjg5ODc5NTNlMzUzZTIxYTA5ZDMyMzg1YmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7304fae-2597-48eb-a65c-583064ead216","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0725a906-e26b-4800-8048-1fa8b1a2e613","artifactVersion":"2","generatedFromUUID":"1b433664-6c1b-4c67-a1bf-fa8887100c33"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230507014355-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml","artifactChecksum":"NWExYjRhMzU4NDA4MmMwZDFhZTM5N2Y4Y2YzOTE3OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05e104d5-a188-4831-8a2c-33fb0a10a738","artifactVersion":"1"},{"artifactName":"service-Vfw20230507014355-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar","artifactChecksum":"Zjg5ZTljNTY4ZmQ0OGM2OTliMGExOTg2MTM5M2ViM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4622a86-2b63-4cae-9faf-2f7de730a73d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T01:45:25.367Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:25.374Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:25.374Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:25.374Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:25.383Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.383Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.383Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.384Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.384Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.384Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T01:45:25.461Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423909454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:45:25.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:45:26.408Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:26.408Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:26.408Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:26.409Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:27.410Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:27.410Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:27.411Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:27.411Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:28.412Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:28.413Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:28.413Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:28.414Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:29.415Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:29.416Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:29.416Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:29.417Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:30.418Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:30.419Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:30.419Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:30.420Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:31.421Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:31.422Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:31.423Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:31.423Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:32.426Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"serviceName": "vFW 2023-05-07 01-43-55",
"serviceVersion": "1.0",
"serviceUUID": "0e0bcbe5-3d8d-4aa5-9175-6fc41959db98",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "748b1a49-4f07-423c-80fd-f3b2c5b98deb",
"resources": [
{
"resourceInstanceName": "vFW fea95647-28e1 0",
"resourceCustomizationUUID": "aba36388-1509-472d-9903-48e8f765b089",
"resourceName": "vFW fea95647-28e1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f999c25b-28ff-4b74-8bbc-4afc08c20812",
"resourceInvariantUUID": "b5bd79d7-d7ec-4ede-8c4a-7ef4f1e7dc8e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfea9564728e10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"artifactChecksum": "ZDQ2M2Y5ODNjYWQ1MjU2OTZlMWUwMDY2NDc0NjQ2ZTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8bb29512-ecc6-4ff2-8d05-bd15fc3d6d30",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1b433664-6c1b-4c67-a1bf-fa8887100c33",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0725a906-e26b-4800-8048-1fa8b1a2e613",
"generatedFromUUID": "1b433664-6c1b-4c67-a1bf-fa8887100c33"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0725a906-e26b-4800-8048-1fa8b1a2e613",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230507014355-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"artifactChecksum": "Zjg5ZTljNTY4ZmQ0OGM2OTliMGExOTg2MTM5M2ViM2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e4622a86-2b63-4cae-9faf-2f7de730a73d"
}
],
"workloadContext": "Production"
}
2023-05-07T01:45:32.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T01:45:32.427Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e0bcbe5-3d8d-4aa5-9175-6fc41959db98 ASDC
2023-05-07T01:45:32.524Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d6e68777-fb9a-4eaa-96e6-22497d3031df
ServiceName:vFW 2023-05-07 01-43-55
ServiceVersion:1.0
ServiceUUID:0e0bcbe5-3d8d-4aa5-9175-6fc41959db98
ServiceInvariantUUID:748b1a49-4f07-423c-80fd-f3b2c5b98deb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230507014355-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar
ArtifactUUID:e4622a86-2b63-4cae-9faf-2f7de730a73d
ArtifactChecksum:Zjg5ZTljNTY4ZmQ0OGM2OTliMGExOTg2MTM5M2ViM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fea95647-28e1 0
ResourceCustomizationUUID:aba36388-1509-472d-9903-48e8f765b089
ResourceInvariantUUID:b5bd79d7-d7ec-4ede-8c4a-7ef4f1e7dc8e
ResourceName:vFW fea95647-28e1
ResourceType:VF
ResourceUUID:f999c25b-28ff-4b74-8bbc-4afc08c20812
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfea9564728e10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json
ArtifactUUID:8bb29512-ecc6-4ff2-8d05-bd15fc3d6d30
ArtifactChecksum:ZDQ2M2Y5ODNjYWQ1MjU2OTZlMWUwMDY2NDc0NjQ2ZTI=
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/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml
ArtifactUUID:1b433664-6c1b-4c67-a1bf-fa8887100c33
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/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
ArtifactUUID:0725a906-e26b-4800-8048-1fa8b1a2e613
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/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
ArtifactUUID:0725a906-e26b-4800-8048-1fa8b1a2e613
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-07T01:45:32.524Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e0bcbe5-3d8d-4aa5-9175-6fc41959db98 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-07T01:45:32.729Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T01:45:32.729Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-07T01:45:32.730Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-07T01:45:32.730Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e4622a86-2b63-4cae-9faf-2f7de730a73d from URL: /sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:32.731Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-07T01:45:32.731Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:32.878Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-07T01:45:32.882Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar e4622a86-2b63-4cae-9faf-2f7de730a73d 101504
2023-05-07T01:45:32.883Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar ASDC sendASDCNotification
2023-05-07T01:45:32.883Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:32.883Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:45:32.884Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:32.884Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:32.884Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423932882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:33.885Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T01:45:33.886Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-07T01:45:33.887Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e4622a86-2b63-4cae-9faf-2f7de730a73d, URL: /sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar to file: /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:33.887Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230507014355-csar.csar
2023-05-07T01:45:33.970Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:33.971Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:34.350Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14941627555290873984/Definitions/service-Vfw20230507014355-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2023-05-07T01:45:36.422Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T01:45:36.426Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fea95647-28e1 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-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-05-07T01:45:36.433Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.435Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.438Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:36.438Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-05-07T01:45:36.439Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T01:45:36.440Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.440Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.440Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:36.440Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-05-07T01:45:36.441Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T01:45:36.441Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.441Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.445Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.445Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:36.445Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:36.445Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-07T01:45:36.448Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.448Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c812c176-5800-4cce-b955-b1232112765e
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0905c3f-a61f-4e3c-a6b7-cf5d041cfac0
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=db46c649-5298-425c-ac7b-aace82563ff1
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-05-07 01-43-55
Description:catalog service description
Model UUID:0e0bcbe5-3d8d-4aa5-9175-6fc41959db98
Model Version:NULL
Model InvariantUuid:748b1a49-4f07-423c-80fd-f3b2c5b98deb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fea95647-28e1
Model UUID:d913213c-a1f2-42e7-955a-0fc1eac6eace
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5bd79d7-d7ec-4ede-8c4a-7ef4f1e7dc8e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:aba36388-1509-472d-9903-48e8f765b089
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9d82349b-4608-4cfb-8863-5b964b2de9a0
ModelName:VfwFea9564728e1..base_vfw..module-0
ModelUuid:c286a1bb-7737-4fb2-8a23-06ed2bb31eac
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c812c176-5800-4cce-b955-b1232112765e
ModelInvariantUuid:ab7d4634-38ec-4184-aff2-e3d490e82e5b
ModelName:vFW fea95647-28e1-nodes.vfwCvfc
ModelUuid:b3954bf9-eb6f-4f71-86e9-fe36a3607f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b696be27-7de6-4359-9e9a-c50671e432a3
ModelInvariantUuid:a48ae270-fb07-4717-bee8-7bd775fcaf88
ModelName:VfwFea9564728e1.compute.nodes.heat.vfw
ModelUuid:58b27e34-4571-47c9-9ed6-74ff57f27d2a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f0905c3f-a61f-4e3c-a6b7-cf5d041cfac0
ModelInvariantUuid:4dd74c0a-11cc-42e0-a91d-45a3618fc378
ModelName:vFW fea95647-28e1-nodes.vsnCvfc
ModelUuid:1e484076-c24c-40c4-b1c0-bdbe9236f19d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:af2d81dd-e404-418c-8985-1e7f60e32c84
ModelInvariantUuid:138c77dd-0ff7-4fa2-94e2-9dbcf10e506b
ModelName:VfwFea9564728e1.compute.nodes.heat.vsn
ModelUuid:3b53ba8c-cc57-41cb-a8e9-2432892b5474
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:db46c649-5298-425c-ac7b-aace82563ff1
ModelInvariantUuid:51b72a13-4bfe-4e87-923a-0ebb0e3c6ed5
ModelName:vFW fea95647-28e1-nodes.vpgCvfc
ModelUuid:07fc7a4e-a848-48d1-b3de-d9232fab0ab7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:62a23351-13ce-438f-8a5a-3cee8f5d6443
ModelInvariantUuid:50997262-c12b-460a-9a64-e28d57278f9b
ModelName:VfwFea9564728e1.compute.nodes.heat.vpg
ModelUuid:2f8c3d3b-3d4f-46ce-964a-02f4dbfc053e
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-07T01:45:36.484Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f999c25b-28ff-4b74-8bbc-4afc08c20812
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-07T01:45:36.537Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||vFW fea95647-28e1 0
2023-05-07T01:45:36.543Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f999c25b-28ff-4b74-8bbc-4afc08c20812
2023-05-07T01:45:36.543Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8bb29512-ecc6-4ff2-8d05-bd15fc3d6d30 from URL: /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json
2023-05-07T01:45:36.544Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-07T01:45:36.544Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json
2023-05-07T01:45:36.660Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-07T01:45:36.661Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json 8bb29512-ecc6-4ff2-8d05-bd15fc3d6d30 785
2023-05-07T01:45:36.661Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json ASDC sendASDCNotification
2023-05-07T01:45:36.661Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json
2023-05-07T01:45:36.661Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:45:36.661Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:36.662Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:36.662Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423936661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:37.664Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFea9564728e1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9d82349b-4608-4cfb-8863-5b964b2de9a0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c286a1bb-7737-4fb2-8a23-06ed2bb31eac",
"vfModuleModelCustomizationUUID": "189069e1-49c4-4c7b-92c7-f7b3bbb77250",
"isBase": true,
"artifacts": [
"1b433664-6c1b-4c67-a1bf-fa8887100c33",
"0725a906-e26b-4800-8048-1fa8b1a2e613"
],
"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-07T01:45:37.692Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFea9564728e1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c286a1bb-7737-4fb2-8a23-06ed2bb31eac
VfModuleModelInvariantUUID:9d82349b-4608-4cfb-8863-5b964b2de9a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b433664-6c1b-4c67-a1bf-fa8887100c33
,
0725a906-e26b-4800-8048-1fa8b1a2e613
}
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-07T01:45:37.698Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFea9564728e1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9d82349b-4608-4cfb-8863-5b964b2de9a0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c286a1bb-7737-4fb2-8a23-06ed2bb31eac",
"vfModuleModelCustomizationUUID": "189069e1-49c4-4c7b-92c7-f7b3bbb77250",
"isBase": true,
"artifacts": [
"1b433664-6c1b-4c67-a1bf-fa8887100c33",
"0725a906-e26b-4800-8048-1fa8b1a2e613"
],
"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-07T01:45:37.698Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFea9564728e1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c286a1bb-7737-4fb2-8a23-06ed2bb31eac
VfModuleModelInvariantUUID:9d82349b-4608-4cfb-8863-5b964b2de9a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b433664-6c1b-4c67-a1bf-fa8887100c33
,
0725a906-e26b-4800-8048-1fa8b1a2e613
}
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-07T01:45:37.698Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b433664-6c1b-4c67-a1bf-fa8887100c33 from URL: /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml
2023-05-07T01:45:37.698Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-07T01:45:37.699Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml
2023-05-07T01:45:37.824Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-07T01:45:37.825Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml 1b433664-6c1b-4c67-a1bf-fa8887100c33 20368
2023-05-07T01:45:37.825Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-07T01:45:37.825Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml
2023-05-07T01:45:37.825Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:45:37.826Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:37.826Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:37.826Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423937825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:38.828Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0725a906-e26b-4800-8048-1fa8b1a2e613 from URL: /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
2023-05-07T01:45:38.828Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-07T01:45:38.828Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
2023-05-07T01:45:38.944Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-07T01:45:38.945Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env 0725a906-e26b-4800-8048-1fa8b1a2e613 2098
2023-05-07T01:45:38.945Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-07T01:45:38.945Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
2023-05-07T01:45:38.946Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:45:38.946Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:38.946Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:38.946Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423938945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:39.948Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0e0bcbe5-3d8d-4aa5-9175-6fc41959db98
2023-05-07T01:45:39.949Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fea95647-28e1 0 f999c25b-28ff-4b74-8bbc-4afc08c20812 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-07T01:45:40.015Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38d074af, org.onap.sdc.toscaparser.api.parameters.Input@2b397c0e, org.onap.sdc.toscaparser.api.parameters.Input@68baa242, org.onap.sdc.toscaparser.api.parameters.Input@488dc221, org.onap.sdc.toscaparser.api.parameters.Input@73c3b293]
2023-05-07T01:45:40.021Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.022Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.023Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-05-07T01:45:40.023Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= aba36388-1509-472d-9903-48e8f765b089
2023-05-07T01:45:40.023Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aba36388-1509-472d-9903-48e8f765b089 matches Tosca VF Customization UUID: aba36388-1509-472d-9903-48e8f765b089
2023-05-07T01:45:40.023Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: aba36388-1509-472d-9903-48e8f765b089 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-07T01:45:40.036Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.037Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.039Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id aba36388-1509-472d-9903-48e8f765b089: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-07T01:45:40.039Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@456ca0ab
2023-05-07T01:45:40.040Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.040Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T01:45:40.041Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 189069e1-49c4-4c7b-92c7-f7b3bbb77250
2023-05-07T01:45:40.042Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 189069e1-49c4-4c7b-92c7-f7b3bbb77250
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-07T01:45:40.050Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.050Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.050Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:40.051Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-07T01:45:40.054Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.054Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c812c176-5800-4cce-b955-b1232112765e
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-07T01:45:40.063Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.063Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0905c3f-a61f-4e3c-a6b7-cf5d041cfac0
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-07T01:45:40.070Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.070Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.070Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:40.072Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-07T01:45:40.074Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.074Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.074Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-07T01:45:40.074Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=db46c649-5298-425c-ac7b-aace82563ff1
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-07T01:45:40.078Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.078Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.078Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:40.078Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.079Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.079Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=aba36388-1509-472d-9903-48e8f765b089
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-07T01:45:40.083Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.084Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.084Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0e0bcbe5-3d8d-4aa5-9175-6fc41959db98: vFW fea95647-28e1
2023-05-07T01:45:40.084Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.084Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-05-07 01-43-55
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-07T01:45:40.561Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fea95647-28e1 f999c25b-28ff-4b74-8bbc-4afc08c20812 1 ASDC deployResourceStructure
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json ASDC sendASDCNotification
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423940562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:41.564Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-07T01:45:41.564Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml
2023-05-07T01:45:41.565Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:45:41.565Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:41.565Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:41.565Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423941564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:42.566Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-07T01:45:42.566Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
2023-05-07T01:45:42.566Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:45:42.566Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:42.566Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:42.567Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423942566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:43.567Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar ASDC sendASDCNotification
2023-05-07T01:45:43.568Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:43.568Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:45:43.568Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:43.569Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:43.569Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423943567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:44.570Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
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-07T01:45:44.616Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
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-07T01:45:44.620Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T01:45:44.621Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T01:45:44.621Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T01:45:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T01:45:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:45:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:14.621Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
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-07T01:46:14.650Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
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-07T01:46:14.655Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T01:46:14.656Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T01:46:14.656Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T01:46:44.656Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
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-07T01:46:44.689Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
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-07T01:46:44.695Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T01:46:44.695Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T01:46:44.695Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T01:46:58.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:46:58.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.314Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423914253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.315Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "aai-model-loader",
"timestamp": 1683423917146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423911360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "policy-distribution-id",
"timestamp": 1683423913416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "aai-model-loader",
"timestamp": 1683423917146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423909454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423914253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "policy-distribution-id",
"timestamp": 1683423913416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423911360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "aai-model-loader",
"timestamp": 1683423917146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423909454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423914253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "policy-distribution-id",
"timestamp": 1683423913416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423911360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "aai-model-loader",
"timestamp": 1683423917146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423909454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423914253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "policy-distribution-id",
"timestamp": 1683423913416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423911360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "aai-model-loader",
"timestamp": 1683423917146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423909454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423914253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "policy-distribution-id",
"timestamp": 1683423913416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423911360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "aai-model-loader",
"timestamp": 1683423917146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423909454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423914253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423911360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "policy-distribution-id",
"timestamp": 1683423913416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "aai-model-loader",
"timestamp": 1683423917146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423909454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423914253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423911360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "policy-distribution-id",
"timestamp": 1683423913416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423898463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "policy-distribution-id",
"timestamp": 1683423931998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423931646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423932873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "aai-model-loader",
"timestamp": 1683423933019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423932882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.332Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "policy-distribution-id",
"timestamp": 1683423933022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T01:46:58.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.332Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423933895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-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-07T01:46:58.359Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6e68777-fb9a-4eaa-96e6-22497d3031df
2023-05-07T01:46:58.360Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e68777-fb9a-4eaa-96e6-22497d3031df 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-07T01:46:58.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.384Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423932798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.385Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "policy-distribution-id",
"timestamp": 1683423934028,
"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-07T01:46:58.399Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6e68777-fb9a-4eaa-96e6-22497d3031df
2023-05-07T01:46:58.400Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e68777-fb9a-4eaa-96e6-22497d3031df 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-07T01:46:58.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423933927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.423Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423935071,
"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-07T01:46:58.436Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6e68777-fb9a-4eaa-96e6-22497d3031df
2023-05-07T01:46:58.437Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e68777-fb9a-4eaa-96e6-22497d3031df 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-07T01:46:58.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.455Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423936661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.456Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423935142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "multicloud-k8s",
"timestamp": 1683423936074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "DEPLOY_OK"
}
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423937825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423935142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423938945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423935142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423935142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423940562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
"status": "DEPLOY_OK"
}
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423935142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423941564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423935142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423942566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423935142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683423943567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423943064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "aai-model-loader",
"timestamp": 1683423944757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "aai-model-loader",
"timestamp": 1683423945762,
"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-07T01:46:58.478Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6e68777-fb9a-4eaa-96e6-22497d3031df
2023-05-07T01:46:58.478Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e68777-fb9a-4eaa-96e6-22497d3031df 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-07T01:46:58.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.503Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423948389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T01:46:58.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.504Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423949396,
"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-07T01:46:58.517Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6e68777-fb9a-4eaa-96e6-22497d3031df
2023-05-07T01:46:58.518Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e68777-fb9a-4eaa-96e6-22497d3031df 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-07T01:47:14.696Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
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-07T01:47:14.723Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
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-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:47:14.737Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T01:47:44.738Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df 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-07T01:47:44.756Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6e68777-fb9a-4eaa-96e6-22497d3031df and serviceModelVersionId: 0e0bcbe5-3d8d-4aa5-9175-6fc41959db98
2023-05-07T01:47:44.756Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 748b1a49-4f07-423c-80fd-f3b2c5b98deb
2023-05-07T01:47:58.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:47:58.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.317Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423967080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.319Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "policy-distribution-id",
"timestamp": 1683423965030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.320Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "aai-model-loader",
"timestamp": 1683423977146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.320Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.321Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423973824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.321Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423934901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.322Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.322Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "policy-distribution-id",
"timestamp": 1683423965030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.322Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.323Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423967080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "NOTIFIED"
}
2023-05-07T01:47:58.323Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.323Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "aai-model-loader",
"timestamp": 1683423977146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423973824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423934901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "policy-distribution-id",
"timestamp": 1683423965030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-07T01:47:58.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423967080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423973824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423934901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.328Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "aai-model-loader",
"timestamp": 1683423977146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "policy-distribution-id",
"timestamp": 1683423965030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.329Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423973824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.330Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.330Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "aai-model-loader",
"timestamp": 1683423977146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.332Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423967080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.333Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423934901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.334Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "policy-distribution-id",
"timestamp": 1683423965030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.334Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423973824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.335Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423967080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-05-07T01:47:58.335Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.335Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "aai-model-loader",
"timestamp": 1683423977146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.336Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.336Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423934901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.336Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.337Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "policy-distribution-id",
"timestamp": 1683423965030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.337Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.337Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423973824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423967080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "aai-model-loader",
"timestamp": 1683423977146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.339Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423934901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.340Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "policy-distribution-id",
"timestamp": 1683423965030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:47:58.340Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.341Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "ves-openapi-manager",
"timestamp": 1683423973824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.341Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.341Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423967080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:47:58.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.342Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "aai-model-loader",
"timestamp": 1683423977146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:47:58.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.343Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423934901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:47:58.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.343Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423984583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.344Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "aai-model-loader",
"timestamp": 1683423985993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.345Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "policy-distribution-id",
"timestamp": 1683423985011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.346Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423985876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.346Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "policy-distribution-id",
"timestamp": 1683423986014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T01:47:58.347Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.347Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "cds-sdc-listener",
"timestamp": 1683423986879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-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-07T01:47:58.398Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1a32a381-290c-4ae2-a0cb-447699121e79
2023-05-07T01:47:58.398Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a32a381-290c-4ae2-a0cb-447699121e79 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-07T01:47:58.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.424Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423985818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "policy-distribution-id",
"timestamp": 1683423987017,
"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-07T01:47:58.442Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a32a381-290c-4ae2-a0cb-447699121e79
2023-05-07T01:47:58.442Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a32a381-290c-4ae2-a0cb-447699121e79 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-07T01:47:58.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.464Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423986971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.465Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423988032,
"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-07T01:47:58.477Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a32a381-290c-4ae2-a0cb-447699121e79
2023-05-07T01:47:58.478Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a32a381-290c-4ae2-a0cb-447699121e79 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-07T01:47:58.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "multicloud-k8s",
"timestamp": 1683423989034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "aai-model-loader",
"timestamp": 1683423991650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.493Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "aai-model-loader",
"timestamp": 1683423992654,
"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-07T01:47:58.504Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a32a381-290c-4ae2-a0cb-447699121e79
2023-05-07T01:47:58.504Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a32a381-290c-4ae2-a0cb-447699121e79 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-07T01:47:58.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423995142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423995142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423995142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423995142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423995142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423995142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683423995142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.575Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424003003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.575Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424005403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T01:47:58.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.576Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424006409,
"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-07T01:47:58.588Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a32a381-290c-4ae2-a0cb-447699121e79
2023-05-07T01:47:58.588Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a32a381-290c-4ae2-a0cb-447699121e79 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-07T01:47:58.812Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0
2023-05-07T01:47:58.924Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T01:47:59.458Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?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-07T01:47:59.461Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0|INFO|500||Invoke
2023-05-07T01:47:59.486Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-07T01:47:59.768Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0|INFO|500||InvokeReturn
2023-05-07T01:47:59.770Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 01:47:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[242], vertex-id=[225328], x-aai-txid=[1-aai-resources-230507-01:47:59:276-43541], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T01:47:59.770Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-05-07T01:47:59.779Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T01:47:59.779Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T01:47:59.792Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-05-07T01:47:59.794Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6e68777-fb9a-4eaa-96e6-22497d3031df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T01:47:59.796Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T01:47:59.798Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:47:59.798Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:47:59.798Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424079794,
"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-07T01:48:00.830Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:48:00.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-07T01:48:00.840Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"1a32a381-290c-4ae2-a0cb-447699121e79","serviceName":"basic_onboard_QFXNBe","serviceVersion":"1.0","serviceUUID":"7b7edcf4-90bb-4e8a-9dc3-f20f135b861a","serviceDescription":"service","serviceInvariantUUID":"e4138789-af17-4723-bebe-7d0020df729c","resources":[{"resourceInstanceName":"basic_onboard_QFXNBe 0","resourceName":"basic_onboard_QFXNBe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06181f6f-8b78-4eb4-8762-ab074098b9e6","resourceInvariantUUID":"4c2ce5d5-40b2-4198-8170-e5f08a137593","resourceCustomizationUUID":"c0846632-534e-4d00-b272-2d4164054800","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml","artifactChecksum":"MGNjYjY0YjQ5Mjk2N2NhZjk5NjU5MzE5ZTc4MGQ1MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8666af6b-9b3d-4f48-b868-bcadcda1e314","artifactVersion":"1"},{"artifactName":"basic_onboard_qfxnbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json","artifactChecksum":"ZWVlYTE3NWMxNmVkODAwMzhmN2ZlMDM4ZjNiM2I4N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"483fe8d3-b1e3-4430-a5e7-4738af572afc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbd3741b-578d-4214-8f98-7f2c6ebe121e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53a8f0e2-a23a-47f2-8ad7-66bbc73c221f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"af20cf16-0bef-45d8-b410-c26256c41e50","artifactVersion":"2","generatedFromUUID":"fbd3741b-578d-4214-8f98-7f2c6ebe121e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQfxnbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml","artifactChecksum":"MjYwMjc4NDllYmJlYjkzMmU3MmYzMDBmYmE5MDNmMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8c32fad-4f9c-48bc-866c-fb79693ac077","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQfxnbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar","artifactChecksum":"ZmRjZmRhMzMzYWI3Mjk4NWVlMWQyNjBhMmQ3ZmVmYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9309d82d-8d73-4e35-9fff-3ec0238d6245","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T01:48:00.844Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:00.844Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:00.844Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:00.845Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:01.846Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:01.847Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:01.847Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:01.847Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:02.848Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:02.849Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:02.849Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:02.850Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:03.851Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:03.852Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:03.852Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:03.852Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:04.853Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:04.853Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:04.853Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:04.853Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:05.854Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:05.855Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:05.855Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:05.855Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:06.856Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:06.856Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:06.857Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:06.857Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:07.859Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"serviceName": "basic_onboard_QFXNBe",
"serviceVersion": "1.0",
"serviceUUID": "7b7edcf4-90bb-4e8a-9dc3-f20f135b861a",
"serviceDescription": "service",
"serviceInvariantUUID": "e4138789-af17-4723-bebe-7d0020df729c",
"resources": [
{
"resourceInstanceName": "basic_onboard_QFXNBe 0",
"resourceCustomizationUUID": "c0846632-534e-4d00-b272-2d4164054800",
"resourceName": "basic_onboard_QFXNBe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "06181f6f-8b78-4eb4-8762-ab074098b9e6",
"resourceInvariantUUID": "4c2ce5d5-40b2-4198-8170-e5f08a137593",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qfxnbe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"artifactChecksum": "ZWVlYTE3NWMxNmVkODAwMzhmN2ZlMDM4ZjNiM2I4N2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "483fe8d3-b1e3-4430-a5e7-4738af572afc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fbd3741b-578d-4214-8f98-7f2c6ebe121e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "af20cf16-0bef-45d8-b410-c26256c41e50",
"generatedFromUUID": "fbd3741b-578d-4214-8f98-7f2c6ebe121e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "af20cf16-0bef-45d8-b410-c26256c41e50",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQfxnbe-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"artifactChecksum": "ZmRjZmRhMzMzYWI3Mjk4NWVlMWQyNjBhMmQ3ZmVmYTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9309d82d-8d73-4e35-9fff-3ec0238d6245"
}
],
"workloadContext": "Production"
}
2023-05-07T01:48:07.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T01:48:07.860Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7b7edcf4-90bb-4e8a-9dc3-f20f135b861a ASDC
2023-05-07T01:48:07.861Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1a32a381-290c-4ae2-a0cb-447699121e79
ServiceName:basic_onboard_QFXNBe
ServiceVersion:1.0
ServiceUUID:7b7edcf4-90bb-4e8a-9dc3-f20f135b861a
ServiceInvariantUUID:e4138789-af17-4723-bebe-7d0020df729c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQfxnbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar
ArtifactUUID:9309d82d-8d73-4e35-9fff-3ec0238d6245
ArtifactChecksum:ZmRjZmRhMzMzYWI3Mjk4NWVlMWQyNjBhMmQ3ZmVmYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QFXNBe 0
ResourceCustomizationUUID:c0846632-534e-4d00-b272-2d4164054800
ResourceInvariantUUID:4c2ce5d5-40b2-4198-8170-e5f08a137593
ResourceName:basic_onboard_QFXNBe
ResourceType:VF
ResourceUUID:06181f6f-8b78-4eb4-8762-ab074098b9e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qfxnbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json
ArtifactUUID:483fe8d3-b1e3-4430-a5e7-4738af572afc
ArtifactChecksum:ZWVlYTE3NWMxNmVkODAwMzhmN2ZlMDM4ZjNiM2I4N2U=
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/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fbd3741b-578d-4214-8f98-7f2c6ebe121e
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/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
ArtifactUUID:af20cf16-0bef-45d8-b410-c26256c41e50
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/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
ArtifactUUID:af20cf16-0bef-45d8-b410-c26256c41e50
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-07T01:48:07.861Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b7edcf4-90bb-4e8a-9dc3-f20f135b861a 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-07T01:48:07.931Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T01:48:07.932Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-05-07T01:48:07.933Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-05-07T01:48:07.933Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9309d82d-8d73-4e35-9fff-3ec0238d6245 from URL: /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:07.933Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-05-07T01:48:07.934Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:08.058Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-05-07T01:48:08.060Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar 9309d82d-8d73-4e35-9fff-3ec0238d6245 75659
2023-05-07T01:48:08.061Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar ASDC sendASDCNotification
2023-05-07T01:48:08.062Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:08.062Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:48:08.063Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:08.064Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:08.064Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424088061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:09.065Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T01:48:09.066Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-05-07T01:48:09.066Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9309d82d-8d73-4e35-9fff-3ec0238d6245, URL: /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar to file: /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:09.066Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:09.067Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:09.067Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:09.177Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12300006393268976036/Definitions/service-BasicOnboardQfxnbe-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-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QFXNBe 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-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is not matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is not matching search criteria
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69df195c-e91c-4da0-8ca7-d35405606c20
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QFXNBe
Description:service
Model UUID:7b7edcf4-90bb-4e8a-9dc3-f20f135b861a
Model Version:NULL
Model InvariantUuid:e4138789-af17-4723-bebe-7d0020df729c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QFXNBe
Model UUID:3b7f6ebb-5a5c-4f83-9083-f06a57c7c8f6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c2ce5d5-40b2-4198-8170-e5f08a137593
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c0846632-534e-4d00-b272-2d4164054800
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:437e0bc2-0a62-40a2-8c32-203e5846f1cb
ModelName:BasicOnboardQfxnbe..base_ubuntu18..module-0
ModelUuid:bb156848-d230-480a-a625-0f066f5a9715
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:69df195c-e91c-4da0-8ca7-d35405606c20
ModelInvariantUuid:d367cb1d-3037-43cd-a37e-8c8b8bd1ec2a
ModelName:basic_onboard_QFXNBe-nodes.ubuntu18Cvfc
ModelUuid:82a503e7-b82e-4690-b3d3-572dc5a5ca88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b18d091d-7390-4936-accb-2d5431e7ec41
ModelInvariantUuid:7acbe282-483b-4200-b5b2-33edf8dddf23
ModelName:BasicOnboardQfxnbe.compute.nodes.heat.ubuntu18
ModelUuid:ffc44ccb-60fb-4027-bf0b-e8fc606b9363
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-07T01:48:10.037Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 06181f6f-8b78-4eb4-8762-ab074098b9e6
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-07T01:48:10.043Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||basic_onboard_QFXNBe 0
2023-05-07T01:48:10.044Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06181f6f-8b78-4eb4-8762-ab074098b9e6
2023-05-07T01:48:10.044Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 483fe8d3-b1e3-4430-a5e7-4738af572afc from URL: /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json
2023-05-07T01:48:10.044Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-05-07T01:48:10.045Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json
2023-05-07T01:48:10.154Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-05-07T01:48:10.155Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json 483fe8d3-b1e3-4430-a5e7-4738af572afc 798
2023-05-07T01:48:10.155Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json ASDC sendASDCNotification
2023-05-07T01:48:10.155Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json
2023-05-07T01:48:10.155Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:48:10.156Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:10.156Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:10.156Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424090155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:11.157Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQfxnbe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "437e0bc2-0a62-40a2-8c32-203e5846f1cb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb156848-d230-480a-a625-0f066f5a9715",
"vfModuleModelCustomizationUUID": "dd3d4b12-be16-4f7a-b617-a84cf6bc4437",
"isBase": true,
"artifacts": [
"fbd3741b-578d-4214-8f98-7f2c6ebe121e",
"af20cf16-0bef-45d8-b410-c26256c41e50"
],
"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-07T01:48:11.164Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQfxnbe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb156848-d230-480a-a625-0f066f5a9715
VfModuleModelInvariantUUID:437e0bc2-0a62-40a2-8c32-203e5846f1cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbd3741b-578d-4214-8f98-7f2c6ebe121e
,
af20cf16-0bef-45d8-b410-c26256c41e50
}
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-07T01:48:11.168Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQfxnbe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "437e0bc2-0a62-40a2-8c32-203e5846f1cb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb156848-d230-480a-a625-0f066f5a9715",
"vfModuleModelCustomizationUUID": "dd3d4b12-be16-4f7a-b617-a84cf6bc4437",
"isBase": true,
"artifacts": [
"fbd3741b-578d-4214-8f98-7f2c6ebe121e",
"af20cf16-0bef-45d8-b410-c26256c41e50"
],
"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-07T01:48:11.168Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQfxnbe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb156848-d230-480a-a625-0f066f5a9715
VfModuleModelInvariantUUID:437e0bc2-0a62-40a2-8c32-203e5846f1cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbd3741b-578d-4214-8f98-7f2c6ebe121e
,
af20cf16-0bef-45d8-b410-c26256c41e50
}
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-07T01:48:11.168Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fbd3741b-578d-4214-8f98-7f2c6ebe121e from URL: /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml
2023-05-07T01:48:11.169Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-05-07T01:48:11.169Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml
2023-05-07T01:48:11.353Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-05-07T01:48:11.354Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml fbd3741b-578d-4214-8f98-7f2c6ebe121e 5033
2023-05-07T01:48:11.354Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-07T01:48:11.355Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml
2023-05-07T01:48:11.355Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:48:11.355Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:11.356Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:11.356Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424091354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:12.357Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: af20cf16-0bef-45d8-b410-c26256c41e50 from URL: /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
2023-05-07T01:48:12.358Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-05-07T01:48:12.358Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
2023-05-07T01:48:12.462Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-05-07T01:48:12.464Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env af20cf16-0bef-45d8-b410-c26256c41e50 909
2023-05-07T01:48:12.464Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-07T01:48:12.465Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
2023-05-07T01:48:12.465Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:48:12.466Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:12.466Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:12.467Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424092464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:13.468Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7b7edcf4-90bb-4e8a-9dc3-f20f135b861a
2023-05-07T01:48:13.469Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QFXNBe 0 06181f6f-8b78-4eb4-8762-ab074098b9e6 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-07T01:48:13.502Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5948e8cc, org.onap.sdc.toscaparser.api.parameters.Input@33f0e2b6, org.onap.sdc.toscaparser.api.parameters.Input@14cb1297, org.onap.sdc.toscaparser.api.parameters.Input@734d804, org.onap.sdc.toscaparser.api.parameters.Input@19a45ea6]
2023-05-07T01:48:13.504Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.504Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.504Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2023-05-07T01:48:13.504Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c0846632-534e-4d00-b272-2d4164054800
2023-05-07T01:48:13.505Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0846632-534e-4d00-b272-2d4164054800 matches Tosca VF Customization UUID: c0846632-534e-4d00-b272-2d4164054800
2023-05-07T01:48:13.505Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c0846632-534e-4d00-b272-2d4164054800 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-07T01:48:13.510Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.510Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.511Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c0846632-534e-4d00-b272-2d4164054800: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-07T01:48:13.511Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5138748c
2023-05-07T01:48:13.511Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.511Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T01:48:13.511Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd3d4b12-be16-4f7a-b617-a84cf6bc4437
2023-05-07T01:48:13.512Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd3d4b12-be16-4f7a-b617-a84cf6bc4437
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-07T01:48:13.516Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.516Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:13.516Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:13.517Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.517Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:13.517Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:13.518Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.518Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is not matching search criteria
2023-05-07T01:48:13.518Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-07T01:48:13.518Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-07T01:48:13.518Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69df195c-e91c-4da0-8ca7-d35405606c20
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-07T01:48:13.523Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.524Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:13.524Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:13.524Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.525Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:13.525Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=c0846632-534e-4d00-b272-2d4164054800
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-07T01:48:13.529Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.529Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.529Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7b7edcf4-90bb-4e8a-9dc3-f20f135b861a: basic_onboard_QFXNBe
2023-05-07T01:48:13.529Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.531Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T01:48:13.531Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.531Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_QFXNBe
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-07T01:48:13.715Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QFXNBe 06181f6f-8b78-4eb4-8762-ab074098b9e6 1 ASDC deployResourceStructure
2023-05-07T01:48:13.716Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json ASDC sendASDCNotification
2023-05-07T01:48:13.716Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json
2023-05-07T01:48:13.716Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:48:13.717Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:13.717Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:13.717Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424093716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:14.718Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-07T01:48:14.718Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml
2023-05-07T01:48:14.719Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:48:14.719Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:14.719Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:14.719Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424094718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424095720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:16.721Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar ASDC sendASDCNotification
2023-05-07T01:48:16.722Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:16.722Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:48:16.722Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:16.722Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:16.722Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424096721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:17.723Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a32a381-290c-4ae2-a0cb-447699121e79
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-07T01:48:17.749Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a32a381-290c-4ae2-a0cb-447699121e79
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-07T01:48:17.753Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T01:48:17.754Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T01:48:17.754Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T01:48:17.754Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T01:48:17.754Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T01:48:17.754Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T01:48:17.755Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T01:48:17.755Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T01:48:17.755Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T01:48:17.755Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:48:17.767Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T01:48:47.768Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a32a381-290c-4ae2-a0cb-447699121e79 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-07T01:48:47.782Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a32a381-290c-4ae2-a0cb-447699121e79 and serviceModelVersionId: 7b7edcf4-90bb-4e8a-9dc3-f20f135b861a
2023-05-07T01:48:47.783Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4138789-af17-4723-bebe-7d0020df729c
2023-05-07T01:48:47.784Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0
2023-05-07T01:48:47.793Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T01:48:47.853Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0|INFO|500||Invoke
2023-05-07T01:48:47.853Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a32a381-290c-4ae2-a0cb-447699121e79], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73d1439b-19c5-4dd3-a650-505c29ee70c8], X-ECOMP-RequestID=[1a32a381-290c-4ae2-a0cb-447699121e79], X-TransactionId=[], X-ONAP-RequestID=[1a32a381-290c-4ae2-a0cb-447699121e79], Content-Type=[application/merge-patch+json]}
2023-05-07T01:48:47.859Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-07T01:48:48.004Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?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/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 01:48:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[245808], x-aai-txid=[2-aai-resources-230507-01:48:47:645-81235], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T01:48:48.005Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-07T01:48:48.005Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0|INFO|500||InvokeReturn
2023-05-07T01:48:48.006Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T01:48:48.006Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T01:48:48.014Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-05-07T01:48:48.014Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a32a381-290c-4ae2-a0cb-447699121e79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T01:48:48.014Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T01:48:48.015Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:48.015Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:48.015Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424128014,
"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-07T01:48:49.047Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:48:58.306Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:58.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.318Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424079794,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "NOTIFIED"
}
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424080830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424088061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424090155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424091354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424092464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424093716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424094718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424095720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424096721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.325Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424128014,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-07T01:48:58.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:49:49.048Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:49:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:50:49.048Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:50:58.307Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:51:49.048Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:51:58.308Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:52:49.050Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:52:58.309Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:53:49.050Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:53:58.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:54:30.578Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Node 2 disconnected.
2023-05-07T01:54:49.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:54:58.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:55:49.055Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:55:58.312Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:56:49.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:56:58.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:57:49.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:57:58.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:58:49.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:58:58.316Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:59:49.059Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:59:58.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:00:42.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:00:42.902Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"40fbc23f-49a5-4f97-98cb-bcb3d3552fa2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3812aa95-7102-416c-ae3b-b1bec8232339","serviceDescription":"service","serviceInvariantUUID":"07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"031b779d-efea-49c3-a6a4-797bdcf59fa0","resourceInvariantUUID":"a03c447b-b4c6-40de-be3f-ab4d76518158","resourceCustomizationUUID":"c2e6c959-01d2-43e4-a15d-7fce04df9e9e","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":"N2JkZWQ2NGE3ZGMxNDAwNmIzYzA0ZTdhZTNkYTIwY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd922040-6731-48b8-99cb-65d67bf29ad7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWUxODc1MTM2OWE4NDRkNDcxNDc5MDhkYzU4MmVjYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b12ead11-602f-4070-a38f-d6f70de347a6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T02:00:42.904Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:00:42.904Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:00:42.904Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:00:42.904Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424789059,
"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-07T02:00:42.913Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.914Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.914Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.914Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.915Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.915Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:00:42.938Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "policy-distribution-id",
"timestamp": 1683424828052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:00:42.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:00:43.916Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:00:43.917Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:00:43.917Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:00:43.917Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424789059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:00:44.918Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3812aa95-7102-416c-ae3b-b1bec8232339",
"serviceDescription": "service",
"serviceInvariantUUID": "07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "c2e6c959-01d2-43e4-a15d-7fce04df9e9e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "031b779d-efea-49c3-a6a4-797bdcf59fa0",
"resourceInvariantUUID": "a03c447b-b4c6-40de-be3f-ab4d76518158",
"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": "YWUxODc1MTM2OWE4NDRkNDcxNDc5MDhkYzU4MmVjYjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b12ead11-602f-4070-a38f-d6f70de347a6"
}
],
"workloadContext": "Production"
}
2023-05-07T02:00:44.918Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T02:00:44.918Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3812aa95-7102-416c-ae3b-b1bec8232339 ASDC
2023-05-07T02:00:44.918Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3812aa95-7102-416c-ae3b-b1bec8232339
ServiceInvariantUUID:07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b
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:b12ead11-602f-4070-a38f-d6f70de347a6
ArtifactChecksum:YWUxODc1MTM2OWE4NDRkNDcxNDc5MDhkYzU4MmVjYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2e6c959-01d2-43e4-a15d-7fce04df9e9e
ResourceInvariantUUID:a03c447b-b4c6-40de-be3f-ab4d76518158
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:031b779d-efea-49c3-a6a4-797bdcf59fa0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-05-07T02:00:44.918Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3812aa95-7102-416c-ae3b-b1bec8232339 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-07T02:00:44.968Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:00:44.968Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:00:44.969Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:00:44.969Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b12ead11-602f-4070-a38f-d6f70de347a6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-07T02:00:44.969Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-07T02:00:44.969Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-07T02:00:45.147Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-07T02:00:45.148Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b12ead11-602f-4070-a38f-d6f70de347a6 57781
2023-05-07T02:00:45.148Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:45.148Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:45.148Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:00:45.148Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:00:45.149Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:00:45.150Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424845148,
"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-07T02:00:46.153Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:00:46.154Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:00:46.154Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b12ead11-602f-4070-a38f-d6f70de347a6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.154Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-07T02:00:46.155Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.155Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.264Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10124367645007689845/Definitions/service-BasicNetwork-template.yml
2023-05-07T02:00:46.600Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|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-BasicNetwork-csar.csar
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.604Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3812aa95-7102-416c-ae3b-b1bec8232339
Model Version:NULL
Model InvariantUuid:07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a03c447b-b4c6-40de-be3f-ab4d76518158
Model UUID:f132f386-3a5e-466d-954e-d73cdd22055f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:c2e6c959-01d2-43e4-a15d-7fce04df9e9e
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-07T02:00:46.627Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 031b779d-efea-49c3-a6a4-797bdcf59fa0
2023-05-07T02:00:46.628Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||No resources found for Service: 3812aa95-7102-416c-ae3b-b1bec8232339
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-07T02:00:46.636Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||
2023-05-07T02:00:46.636Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-05-07T02:00:46.637Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3812aa95-7102-416c-ae3b-b1bec8232339
2023-05-07T02:00:46.637Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3812aa95-7102-416c-ae3b-b1bec8232339
2023-05-07T02:00:46.637Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-05-07T02:00:46.637Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.653Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e090eb1, org.onap.sdc.toscaparser.api.parameters.Input@7c31d0e3, org.onap.sdc.toscaparser.api.parameters.Input@10f44375, org.onap.sdc.toscaparser.api.parameters.Input@3cd03cd2, org.onap.sdc.toscaparser.api.parameters.Input@2a3ac17f]
2023-05-07T02:00:46.655Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.655Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.655Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3812aa95-7102-416c-ae3b-b1bec8232339: Generic NeutronNet
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.723Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.903Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-05-07T02:00:46.904Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.904Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||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-07T02:00:46.904Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:00:46.904Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:00:46.905Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:00:46.905Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424846904,
"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-07T02:00:47.906Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
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-07T02:00:47.933Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
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-07T02:00:47.939Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:00:47.939Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:00:47.939Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:00:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:00:58.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:00:58.308Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424789059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:00:58.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:00:58.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:00:58.308Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424827904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424833858,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "multicloud-k8s",
"timestamp": 1683424830074,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:17.939Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
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-07T02:01:17.967Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
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-07T02:01:17.971Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:01:17.972Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:01:17.972Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:01:47.972Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
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-07T02:01:47.997Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
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-07T02:01:48.003Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:01:48.003Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:01:48.003Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:01:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:01:58.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.309Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424835142,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "policy-distribution-id",
"timestamp": 1683424828052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424789059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "multicloud-k8s",
"timestamp": 1683424830074,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424827904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424833858,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424835142,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "policy-distribution-id",
"timestamp": 1683424844399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424845148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424845290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424844579,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "policy-distribution-id",
"timestamp": 1683424845403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T02:01:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424846294,
"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-07T02:01:58.338Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
2023-05-07T02:01:58.339Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 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-07T02:01:58.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.364Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424846904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T02:01:58.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.364Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "aai-model-loader",
"timestamp": 1683424847146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:01:58.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.365Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "policy-distribution-id",
"timestamp": 1683424846404,
"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-07T02:01:58.378Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
2023-05-07T02:01:58.379Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 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-07T02:01:58.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.403Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424846274,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T02:01:58.403Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.404Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "aai-model-loader",
"timestamp": 1683424847146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:01:58.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.404Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424847279,
"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-07T02:01:58.420Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
2023-05-07T02:01:58.420Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 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-07T02:01:58.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.448Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "aai-model-loader",
"timestamp": 1683424849316,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T02:01:58.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.449Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "aai-model-loader",
"timestamp": 1683424852306,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T02:01:58.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.450Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "aai-model-loader",
"timestamp": 1683424853308,
"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-07T02:01:58.465Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
2023-05-07T02:01:58.465Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 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-07T02:02:18.003Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
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-07T02:02:18.029Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
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-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:02:18.037Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:02:18.037Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:02:18.037Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|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-07T02:02:18.049Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T02:02:48.050Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 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-07T02:02:48.063Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 and serviceModelVersionId: 3812aa95-7102-416c-ae3b-b1bec8232339
2023-05-07T02:02:48.063Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b
2023-05-07T02:02:48.064Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0
2023-05-07T02:02:48.070Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T02:02:48.115Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0|INFO|500||Invoke
2023-05-07T02:02:48.115Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40fbc23f-49a5-4f97-98cb-bcb3d3552fa2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bfd9ebf6-b098-4c6a-9336-5aca462c0a49], X-ECOMP-RequestID=[40fbc23f-49a5-4f97-98cb-bcb3d3552fa2], X-TransactionId=[], X-ONAP-RequestID=[40fbc23f-49a5-4f97-98cb-bcb3d3552fa2], Content-Type=[application/merge-patch+json]}
2023-05-07T02:02:48.126Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-07T02:02:48.289Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?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/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 02:02:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[233632], x-aai-txid=[1-aai-resources-230507-02:02:47:913-71751], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T02:02:48.289Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-07T02:02:48.291Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0|INFO|500||InvokeReturn
2023-05-07T02:02:48.291Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T02:02:48.292Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|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-07T02:02:48.307Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|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-07T02:02:48.308Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T02:02:48.308Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T02:02:48.308Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:48.308Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:48.308Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424968308,
"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-07T02:02:49.343Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:02:49.353Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:02:49.353Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"e62b24d0-0b18-41ed-8699-deb1066fb67c","serviceName":"Demo_pNF_XnqMUw1hHDhvZ1LG2748","serviceVersion":"1.0","serviceUUID":"23a28b26-f073-4615-815e-d572c9d3d5fd","serviceDescription":"catalog service description","serviceInvariantUUID":"e4d72e9f-9858-451a-beab-67899cf48fc2","resources":[{"resourceInstanceName":"pNF c7203f63-41cf 0","resourceName":"pNF c7203f63-41cf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"83198afe-2ca5-4701-a44c-2b5b0655a1f9","resourceInvariantUUID":"293d1ffd-6a01-4e2b-bbb8-b99f0c8d6183","resourceCustomizationUUID":"7b01dcf5-a651-4b7e-9973-03566f8e7626","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml","artifactChecksum":"MjRmZjZjNjgyODBkOGY4M2ExNWExMjQzODUzZTNkODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71351afc-0ed1-413d-b404-890006e6d1ab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar","artifactChecksum":"ZGMyYTI3OTUwYjAxYjY4OWQ1NTFmMzkzZDI1MjhhM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa1978c2-c8ac-4936-ad88-aed407706b76","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f53789c4-4684-49ba-9543-d2e2e5832447","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml","artifactChecksum":"YmYwNDRkMWMyNDY5MGE2MmZiYmIzMDUyYjBlMGI2NDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ebb195d-ab29-4612-bec0-3c8301debb1e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57ca0141-3504-4b3c-838b-29312972daf1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e174db6-c2c7-4fd6-8d68-bde270dd6ec8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml","artifactChecksum":"Yjk4ZDY3N2YyNGZiMWEyMjcwNTk1OGU0ODI4NzJlMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a8453da-de0c-46bc-9ffa-20a6f0f85b82","artifactVersion":"1"},{"artifactName":"service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar","artifactChecksum":"Njk2MWFmN2U2NDkzNjQ1OTRhYjhmM2FlOGZhNmQyMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b0adea0-51be-404f-a1e1-98e24d4e181f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T02:02:49.355Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:49.356Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:49.356Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:49.356Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:50.357Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:50.357Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:50.357Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:50.357Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:51.358Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:51.359Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:51.359Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:51.359Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:52.360Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:52.361Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:52.361Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:52.361Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:53.362Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:53.363Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:53.363Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:53.363Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:54.364Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:54.365Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:54.365Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:54.365Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:55.366Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:55.367Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:55.367Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:55.367Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:56.368Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:56.369Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:56.369Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:56.369Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:57.371Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"serviceName": "Demo_pNF_XnqMUw1hHDhvZ1LG2748",
"serviceVersion": "1.0",
"serviceUUID": "23a28b26-f073-4615-815e-d572c9d3d5fd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e4d72e9f-9858-451a-beab-67899cf48fc2",
"resources": [
{
"resourceInstanceName": "pNF c7203f63-41cf 0",
"resourceCustomizationUUID": "7b01dcf5-a651-4b7e-9973-03566f8e7626",
"resourceName": "pNF c7203f63-41cf",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "83198afe-2ca5-4701-a44c-2b5b0655a1f9",
"resourceInvariantUUID": "293d1ffd-6a01-4e2b-bbb8-b99f0c8d6183",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"artifactChecksum": "Njk2MWFmN2U2NDkzNjQ1OTRhYjhmM2FlOGZhNmQyMTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b0adea0-51be-404f-a1e1-98e24d4e181f"
}
],
"workloadContext": "Production"
}
2023-05-07T02:02:57.371Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T02:02:57.371Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 23a28b26-f073-4615-815e-d572c9d3d5fd ASDC
2023-05-07T02:02:57.371Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e62b24d0-0b18-41ed-8699-deb1066fb67c
ServiceName:Demo_pNF_XnqMUw1hHDhvZ1LG2748
ServiceVersion:1.0
ServiceUUID:23a28b26-f073-4615-815e-d572c9d3d5fd
ServiceInvariantUUID:e4d72e9f-9858-451a-beab-67899cf48fc2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
ArtifactUUID:2b0adea0-51be-404f-a1e1-98e24d4e181f
ArtifactChecksum:Njk2MWFmN2U2NDkzNjQ1OTRhYjhmM2FlOGZhNmQyMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c7203f63-41cf 0
ResourceCustomizationUUID:7b01dcf5-a651-4b7e-9973-03566f8e7626
ResourceInvariantUUID:293d1ffd-6a01-4e2b-bbb8-b99f0c8d6183
ResourceName:pNF c7203f63-41cf
ResourceType:PNF
ResourceUUID:83198afe-2ca5-4701-a44c-2b5b0655a1f9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-05-07T02:02:57.371Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23a28b26-f073-4615-815e-d572c9d3d5fd 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-07T02:02:57.433Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:02:57.434Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:02:57.434Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:02:57.434Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2b0adea0-51be-404f-a1e1-98e24d4e181f from URL: /sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:57.434Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-07T02:02:57.434Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:57.551Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-07T02:02:57.555Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar 2b0adea0-51be-404f-a1e1-98e24d4e181f 88014
2023-05-07T02:02:57.555Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar ASDC sendASDCNotification
2023-05-07T02:02:57.556Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:57.556Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:02:57.556Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:57.556Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:57.556Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424977555,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424853821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424847296,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "multicloud-k8s",
"timestamp": 1683424843815,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424847407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424865142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424847296,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424853821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424847407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "multicloud-k8s",
"timestamp": 1683424843815,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424865142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424853821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424847407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "multicloud-k8s",
"timestamp": 1683424843815,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424847296,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424877146,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424865142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424853821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "multicloud-k8s",
"timestamp": 1683424843815,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424847407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424847296,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424877146,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424865142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424853821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "multicloud-k8s",
"timestamp": 1683424843815,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424847407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424847296,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424877146,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424865142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424853821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424847407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "multicloud-k8s",
"timestamp": 1683424843815,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424847296,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424877146,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424865142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424853821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424847407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424847296,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "multicloud-k8s",
"timestamp": 1683424843815,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424877146,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424865142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424853821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424847407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "multicloud-k8s",
"timestamp": 1683424843815,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424847296,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424877146,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424865142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424881787,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424882695,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424881494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424877146,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424881953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424882790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "cds-sdc-listener",
"timestamp": 1683424883705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-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-07T02:02:58.345Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e62b24d0-0b18-41ed-8699-deb1066fb67c
2023-05-07T02:02:58.345Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e62b24d0-0b18-41ed-8699-deb1066fb67c 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-07T02:02:58.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.394Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424877146,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "NOTIFIED"
}
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424882876,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "policy-distribution-id",
"timestamp": 1683424883794,
"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-07T02:02:58.411Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e62b24d0-0b18-41ed-8699-deb1066fb67c
2023-05-07T02:02:58.411Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e62b24d0-0b18-41ed-8699-deb1066fb67c 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-07T02:02:58.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.432Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "ves-openapi-manager",
"timestamp": 1683424883881,
"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-07T02:02:58.442Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e62b24d0-0b18-41ed-8699-deb1066fb67c
2023-05-07T02:02:58.442Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e62b24d0-0b18-41ed-8699-deb1066fb67c 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-07T02:02:58.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424885392,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424883868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.462Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1683424884873,
"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-07T02:02:58.473Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e62b24d0-0b18-41ed-8699-deb1066fb67c
2023-05-07T02:02:58.473Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e62b24d0-0b18-41ed-8699-deb1066fb67c 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-07T02:02:58.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424889236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-07T02:02:58.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "aai-model-loader",
"timestamp": 1683424890240,
"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-07T02:02:58.508Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e62b24d0-0b18-41ed-8699-deb1066fb67c
2023-05-07T02:02:58.508Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e62b24d0-0b18-41ed-8699-deb1066fb67c 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-07T02:02:58.557Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:02:58.558Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:02:58.558Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2b0adea0-51be-404f-a1e1-98e24d4e181f, URL: /sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar to file: /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:58.558Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:58.559Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:58.559Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:58.649Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9723105095097476137/Definitions/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml
2023-05-07T02:02:59.280Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T02:02:59.281Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:02:59.281Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.281Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-07T02:02:59.281Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c7203f63-41cf 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-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.281Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||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-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||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-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|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-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|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-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|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-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Node template pNF c7203f63-41cf 0 is matching search criteria
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c7203f63-41cf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Node template pNF c7203f63-41cf 0 is matching search criteria
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c7203f63-41cf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.284Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:02:59.284Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.284Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_XnqMUw1hHDhvZ1LG2748
Description:catalog service description
Model UUID:23a28b26-f073-4615-815e-d572c9d3d5fd
Model Version:NULL
Model InvariantUuid:e4d72e9f-9858-451a-beab-67899cf48fc2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-07T02:02:59.307Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 83198afe-2ca5-4701-a44c-2b5b0655a1f9
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-07T02:02:59.313Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||pNF c7203f63-41cf 0
2023-05-07T02:02:59.313Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 83198afe-2ca5-4701-a44c-2b5b0655a1f9
2023-05-07T02:02:59.313Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 23a28b26-f073-4615-815e-d572c9d3d5fd
2023-05-07T02:02:59.313Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 23a28b26-f073-4615-815e-d572c9d3d5fd
2023-05-07T02:02:59.313Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c7203f63-41cf 0 83198afe-2ca5-4701-a44c-2b5b0655a1f9 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-07T02:02:59.326Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68770b5b, org.onap.sdc.toscaparser.api.parameters.Input@577e2e1f, org.onap.sdc.toscaparser.api.parameters.Input@76042377, org.onap.sdc.toscaparser.api.parameters.Input@64c7c20d, org.onap.sdc.toscaparser.api.parameters.Input@343a301d]
2023-05-07T02:02:59.326Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:02:59.327Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.327Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 23a28b26-f073-4615-815e-d572c9d3d5fd: pNF c7203f63-41cf
2023-05-07T02:02:59.327Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Processing PNF resource: 83198afe-2ca5-4701-a44c-2b5b0655a1f9
2023-05-07T02:02:59.327Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-07T02:02:59.327Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.328Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 7b01dcf5-a651-4b7e-9973-03566f8e7626 is the same as notified resource customizationUUID: 7b01dcf5-a651-4b7e-9973-03566f8e7626
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-07T02:02:59.473Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c7203f63-41cf 83198afe-2ca5-4701-a44c-2b5b0655a1f9 0 ASDC deployResourceStructure
2023-05-07T02:02:59.474Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar ASDC sendASDCNotification
2023-05-07T02:02:59.474Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.474Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:02:59.475Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:59.475Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:59.475Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424979474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:00.477Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e62b24d0-0b18-41ed-8699-deb1066fb67c
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-07T02:03:00.501Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e62b24d0-0b18-41ed-8699-deb1066fb67c
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-07T02:03:00.507Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|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-07T02:03:00.523Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T02:03:30.523Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e62b24d0-0b18-41ed-8699-deb1066fb67c 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-07T02:03:30.533Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e62b24d0-0b18-41ed-8699-deb1066fb67c and serviceModelVersionId: 23a28b26-f073-4615-815e-d572c9d3d5fd
2023-05-07T02:03:30.533Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4d72e9f-9858-451a-beab-67899cf48fc2
2023-05-07T02:03:30.534Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0
2023-05-07T02:03:30.541Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T02:03:30.582Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0|INFO|500||Invoke
2023-05-07T02:03:30.582Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e62b24d0-0b18-41ed-8699-deb1066fb67c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d54dbbe-a77d-49f7-9d82-6f23582bc9bb], X-ECOMP-RequestID=[e62b24d0-0b18-41ed-8699-deb1066fb67c], X-TransactionId=[], X-ONAP-RequestID=[e62b24d0-0b18-41ed-8699-deb1066fb67c], Content-Type=[application/merge-patch+json]}
2023-05-07T02:03:30.591Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-07T02:03:30.759Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?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/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 02:03:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[233544], x-aai-txid=[1-aai-resources-230507-02:03:30:380-58989], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T02:03:30.760Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-07T02:03:30.761Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0|INFO|500||InvokeReturn
2023-05-07T02:03:30.761Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T02:03:30.761Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|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-07T02:03:30.773Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|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-07T02:03:30.773Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e62b24d0-0b18-41ed-8699-deb1066fb67c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T02:03:30.773Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T02:03:30.774Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:30.774Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:30.774Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
"consumerID": "SO-sdc-controller",
"timestamp": 1683425010773,
"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-07T02:03:31.808Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:03:31.808Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"3f8d7cc7-6a81-46ff-9bd9-0205cab501b8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d30f35e0-e8ea-4d45-8362-29cdc90c10f5","serviceDescription":"service","serviceInvariantUUID":"ae422e42-6f2b-4043-be97-3870cf5afb96","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c32e85a-81af-4e4a-baa1-ff935b5e077f","resourceInvariantUUID":"dc669edc-58dd-4260-97fe-8f0881f4d03c","resourceCustomizationUUID":"b44d6991-c251-4987-a344-06a5dc3f6449","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":"MzA1OTgwY2U1NjJhMDM1ZTFkYzFlOWVlMTJkY2U3MWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"084cbf9d-75f6-486c-8d4e-39da17859069","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":"YjU4ZmQyNzcxMzE1NTkzMmFkZDVjZDRlNmI3Y2JkNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f273a16-ca07-4977-b814-44590119e662","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":"f6a65c5f-bddb-4f1a-b764-27841a10d85a","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":"ef57be8f-253e-4f12-9486-7b321847c003","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":"db0c6d0f-2cd0-49ad-8ddb-177e75d0898e","artifactVersion":"2","generatedFromUUID":"f6a65c5f-bddb-4f1a-b764-27841a10d85a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFiYWZmYzk2MjAzZjI5MTFhNDI1MjIyZTc1NzMzYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83b05bdf-6a43-4b79-94c3-14b80c00230e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTE4ZTc5OTQ0MmZmNzAyY2NjYTE5MTExMDBkY2MyM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"def7c552-8aed-44b4-9f5b-cef47de7c6b9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T02:03:31.810Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:31.810Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:31.810Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:31.810Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"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-07T02:03:32.812Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:32.812Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:32.813Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:32.813Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"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-07T02:03:33.814Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:33.815Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:33.815Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:33.815Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"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-07T02:03:34.816Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:34.817Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:34.817Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:34.817Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"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-07T02:03:35.818Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:35.818Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:35.819Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:35.819Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"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-07T02:03:36.819Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:36.820Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:36.820Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:36.820Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"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-07T02:03:37.821Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:37.822Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:37.822Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:37.822Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1683424969343,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:38.824Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "d30f35e0-e8ea-4d45-8362-29cdc90c10f5",
"serviceDescription": "service",
"serviceInvariantUUID": "ae422e42-6f2b-4043-be97-3870cf5afb96",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "b44d6991-c251-4987-a344-06a5dc3f6449",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8c32e85a-81af-4e4a-baa1-ff935b5e077f",
"resourceInvariantUUID": "dc669edc-58dd-4260-97fe-8f0881f4d03c",
"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": "YjU4ZmQyNzcxMzE1NTkzMmFkZDVjZDRlNmI3Y2JkNjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5f273a16-ca07-4977-b814-44590119e662",
"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": "f6a65c5f-bddb-4f1a-b764-27841a10d85a",
"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": "db0c6d0f-2cd0-49ad-8ddb-177e75d0898e",
"generatedFromUUID": "f6a65c5f-bddb-4f1a-b764-27841a10d85a"
},
"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": "db0c6d0f-2cd0-49ad-8ddb-177e75d0898e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MTE4ZTc5OTQ0MmZmNzAyY2NjYTE5MTExMDBkY2MyM2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "def7c552-8aed-44b4-9f5b-cef47de7c6b9"
}
],
"workloadContext": "Production"
}
2023-05-07T02:03:38.824Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T02:03:38.825Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d30f35e0-e8ea-4d45-8362-29cdc90c10f5 ASDC
2023-05-07T02:03:38.825Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d30f35e0-e8ea-4d45-8362-29cdc90c10f5
ServiceInvariantUUID:ae422e42-6f2b-4043-be97-3870cf5afb96
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:def7c552-8aed-44b4-9f5b-cef47de7c6b9
ArtifactChecksum:MTE4ZTc5OTQ0MmZmNzAyY2NjYTE5MTExMDBkY2MyM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b44d6991-c251-4987-a344-06a5dc3f6449
ResourceInvariantUUID:dc669edc-58dd-4260-97fe-8f0881f4d03c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8c32e85a-81af-4e4a-baa1-ff935b5e077f
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:5f273a16-ca07-4977-b814-44590119e662
ArtifactChecksum:YjU4ZmQyNzcxMzE1NTkzMmFkZDVjZDRlNmI3Y2JkNjg=
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:f6a65c5f-bddb-4f1a-b764-27841a10d85a
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:db0c6d0f-2cd0-49ad-8ddb-177e75d0898e
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:db0c6d0f-2cd0-49ad-8ddb-177e75d0898e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-07T02:03:38.825Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d30f35e0-e8ea-4d45-8362-29cdc90c10f5 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-07T02:03:38.922Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:03:38.923Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:03:38.923Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:03:38.923Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: def7c552-8aed-44b4-9f5b-cef47de7c6b9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-07T02:03:38.923Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-07T02:03:38.924Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-07T02:03:39.059Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-07T02:03:39.060Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar def7c552-8aed-44b4-9f5b-cef47de7c6b9 75162
2023-05-07T02:03:39.061Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||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-07T02:03:39.061Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||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-07T02:03:39.061Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:03:39.062Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:39.063Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:39.063Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
"consumerID": "SO-sdc-controller",
"timestamp": 1683425019061,
"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-07T02:03:40.064Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:03:40.064Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:03:40.064Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: def7c552-8aed-44b4-9f5b-cef47de7c6b9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:40.065Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-07T02:03:40.065Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:40.065Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:40.242Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17134878142783687797/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-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||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-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|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-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||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-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||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-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|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-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|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-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|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-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery