By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-02-10T06:37:16.861Z||main|||||INFO|500||The following profiles are active: basic
2023-02-10T06:37:30.220Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-10T06:37:30.221Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-10T06:37:30.419Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-10T06:37:34.983Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-10T06:37:35.437Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-10T06:37:36.171Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-10T06:37:36.461Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-10T06:37:37.149Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-10T06:37:39.363Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-10T06:37:40.071Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-02-10T06:37:43.295Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-10T06:37:43.430Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-10T06:37:43.447Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-10T06:37:43.458Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-10T06:37:44.229Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-10T06:37:44.822Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-10T06:37:46.054Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-02-10T06:37:46.801Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-10T06:37:46.805Z||main|||||ERROR|500||(conn=1560) Table 'catalogdb.activity_spec' doesn't exist
2023-02-10T06:37:46.826Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-02-10T06:37:50.024Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-02-10T06:37:52.868Z||main|||||WARN|500||---
2023-02-10T06:37:52.868Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-10T06:37:52.869Z||main|||||WARN|500||---
2023-02-10T06:37:53.283Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-10T06:37:58.928Z||main|||||INFO|500||Started Application in 45.894 seconds (JVM running for 49.126)
2023-02-10T06:37:58.961Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-10T06:37:58.963Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-10T06:37:58.983Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-10T06:37:59.097Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4ace8996-4450-4276-aae7-f1a0db840c02 url= /sdc/v1/artifactTypes
2023-02-10T06:37:59.138Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-10T06:37:59.395Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-10T06:37:59.473Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-02-10T06:37:59.473Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-10T06:37:59.473Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 024b0faa-645c-4dc6-bdb1-b26dd6538b5d url= /sdc/v1/distributionKafkaData
2023-02-10T06:37:59.474Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-10T06:37:59.503Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-10T06:37:59.513Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5f203d32
2023-02-10T06:37:59.585Z||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-d7a73f16-fb61-45ec-a420-130a36d47a8b
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = true
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.adaptive.partitioning.enable = true
partitioner.availability.timeout.ms = 0
partitioner.class = null
partitioner.ignore.keys = false
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2023-02-10T06:37:59.636Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Instantiated an idempotent producer.
2023-02-10T06:37:59.775Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-10T06:37:59.833Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-10T06:37:59.834Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-10T06:37:59.835Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676011079831
2023-02-10T06:37:59.852Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-10T06:37:59.881Z||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-fe6577ec-abff-46cc-8570-5bc851c1ea04
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-02-10T06:38:00.044Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-10T06:38:00.044Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-10T06:38:00.044Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676011080044
2023-02-10T06:38:00.046Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:38:00.051Z||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-0f04717d-0da8-474a-851a-4dbf141f303c
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-02-10T06:38:00.052Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:38:00.081Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-10T06:38:00.082Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-10T06:38:00.082Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676011080081
2023-02-10T06:38:00.083Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:38:00.091Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:38:00.094Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-10T06:38:01.042Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.044Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.044Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.045Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.045Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.046Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.046Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.046Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.046Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.049Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Cluster ID: QjqiZON3TOCEAHjGeTjtjw
2023-02-10T06:38:01.050Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Cluster ID: QjqiZON3TOCEAHjGeTjtjw
2023-02-10T06:38:01.051Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-10T06:38:01.052Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-10T06:38:01.071Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Cluster ID: QjqiZON3TOCEAHjGeTjtjw
2023-02-10T06:38:01.087Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] ProducerId set to 2001 with epoch 0
2023-02-10T06:38:01.116Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] (Re-)joining group
2023-02-10T06:38:01.113Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] (Re-)joining group
2023-02-10T06:38:01.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c-acee9c97-69a7-4b45-b6f1-9eec253b1e9d
2023-02-10T06:38:01.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-10T06:38:01.182Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] (Re-)joining group
2023-02-10T06:38:01.200Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04-48bdbba4-12f5-486c-9916-b46faf80ffb5
2023-02-10T06:38:01.201Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-10T06:38:01.201Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] (Re-)joining group
2023-02-10T06:38:07.209Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c-acee9c97-69a7-4b45-b6f1-9eec253b1e9d', protocol='range'}
2023-02-10T06:38:07.215Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04-48bdbba4-12f5-486c-9916-b46faf80ffb5', protocol='range'}
2023-02-10T06:38:07.363Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.363Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.371Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04-48bdbba4-12f5-486c-9916-b46faf80ffb5=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c-acee9c97-69a7-4b45-b6f1-9eec253b1e9d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-02-10T06:38:07.421Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04-48bdbba4-12f5-486c-9916-b46faf80ffb5', protocol='range'}
2023-02-10T06:38:07.424Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-02-10T06:38:07.441Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-10T06:38:07.469Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c-acee9c97-69a7-4b45-b6f1-9eec253b1e9d', protocol='range'}
2023-02-10T06:38:07.470Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-02-10T06:38:07.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-10T06:38:07.478Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-10T06:38:07.478Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-10T06:38:07.479Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-10T06:38:07.479Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-10T06:38:07.479Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-10T06:38:07.479Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-10T06:38:07.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-10T06:38:07.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-10T06:38:07.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-10T06:38:07.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-10T06:38:07.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-10T06:38:07.485Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-10T06:38:07.534Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-10T06:38:07.536Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-10T06:38:07.638Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-10T06:38:07.639Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-10T06:38:07.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-10T06:38:07.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-10T06:38:07.641Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-10T06:38:07.642Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-10T06:38:07.642Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-10T06:38:07.643Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-10T06:38:07.644Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-10T06:38:07.645Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-10T06:39:00.062Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:39:00.092Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:40:00.064Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:40:00.094Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:41:00.066Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:41:00.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:42:00.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:42:00.102Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:43:00.069Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:43:00.103Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:44:00.072Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:44:00.105Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:45:00.074Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:45:00.106Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:46:00.076Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:46:00.112Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:47:00.078Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:47:00.113Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:47:01.064Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Node -1 disconnected.
2023-02-10T06:47:01.190Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Node -1 disconnected.
2023-02-10T06:47:01.343Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Node -1 disconnected.
2023-02-10T06:47:24.121Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-10T06:48:00.080Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:48:00.115Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:49:00.082Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:49:00.116Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:50:00.084Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:50:00.117Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:51:00.097Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:51:00.119Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:52:00.098Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:52:00.120Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:53:00.099Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:53:00.122Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:54:00.101Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:54:00.123Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:55:00.103Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:55:00.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:56:00.105Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:56:00.125Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:57:00.106Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:57:00.126Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:58:00.108Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:58:00.127Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:59:00.110Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:59:00.128Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:00:00.112Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:00:00.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:01:00.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:01:00.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:02:00.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:02:00.131Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:03:00.118Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:03:00.132Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:04:00.119Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:04:00.133Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:05:00.123Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:05:00.134Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:06:00.124Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:06:00.136Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:07:00.127Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:07:00.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:08:00.129Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:08:00.140Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:09:00.131Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:09:00.140Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:10:00.133Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:10:00.142Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:11:00.135Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:11:00.144Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:12:00.136Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:12:00.144Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:13:00.137Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:13:00.146Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:14:00.139Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:14:00.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:15:00.142Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:15:00.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:16:00.144Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:16:00.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:17:00.145Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:17:00.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:18:00.146Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:18:00.148Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:19:00.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:19:00.148Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:20:00.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:20:00.149Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:21:00.149Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:21:00.150Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:22:00.151Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:22:00.151Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:23:00.153Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:23:00.154Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:24:00.155Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:24:00.155Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:25:00.157Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:25:00.158Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:26:00.162Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:26:00.158Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:27:00.165Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:27:00.166Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:28:00.166Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:28:00.166Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:29:00.168Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:29:00.171Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:30:00.171Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:30:00.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:31:00.173Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:31:00.174Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:32:00.173Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:32:00.175Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:33:00.175Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:33:00.176Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:34:00.176Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:34:00.177Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:35:00.178Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:35:00.178Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:36:00.179Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:36:00.180Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:37:00.180Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:37:00.181Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:38:00.182Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:38:00.184Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:39:00.185Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:39:00.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:40:00.187Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:40:00.203Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:41:00.188Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:41:00.205Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:42:00.190Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:42:00.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:43:00.192Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:43:00.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:44:00.194Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:44:00.212Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:45:00.197Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:45:00.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:46:00.199Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:46:00.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:47:00.200Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:47:00.215Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:48:00.202Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:48:00.216Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:49:00.204Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:49:00.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:50:00.206Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:50:00.219Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:51:00.208Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:51:00.220Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:52:00.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:52:00.221Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:53:00.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:53:00.222Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:54:00.212Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:54:00.224Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:55:00.215Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:55:00.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:56:00.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:56:00.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:57:00.219Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:57:00.228Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:58:00.220Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:58:00.230Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:59:00.221Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:59:00.231Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:00:00.222Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:00:00.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:01:00.224Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:01:00.234Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:02:00.225Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:02:00.235Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:03:00.227Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:03:00.236Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:04:00.229Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:04:00.236Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:05:00.231Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:05:00.237Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:06:00.232Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:06:00.237Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:07:00.233Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:07:00.239Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:08:00.235Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:08:00.241Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:09:00.238Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:09:00.248Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:10:00.239Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:10:00.248Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:11:00.240Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:11:00.249Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:12:00.242Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:12:00.249Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:13:00.244Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:13:00.250Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:14:00.246Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:14:00.252Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:15:00.247Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:15:00.252Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:16:00.248Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:16:00.252Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:17:00.250Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:17:00.252Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:18:00.250Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:18:00.253Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:19:00.252Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:19:00.254Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:20:00.254Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:20:00.254Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:21:00.255Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:21:00.256Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:22:00.256Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:22:00.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:23:00.258Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:23:00.260Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:24:00.260Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:24:00.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:25:00.261Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:25:00.263Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:26:00.263Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:26:00.264Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:27:00.264Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:27:00.269Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:28:00.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:28:00.270Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:29:00.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:29:00.270Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:30:00.270Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:30:00.272Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:31:00.272Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:31:00.273Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:32:00.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:32:00.274Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:33:00.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:33:00.275Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:34:00.276Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:34:00.282Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:35:00.282Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:35:00.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:36:00.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:36:00.285Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:37:00.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:37:00.288Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:38:00.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:38:00.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:39:00.288Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:39:00.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:40:00.290Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:40:00.291Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:41:00.293Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:41:00.295Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:42:00.295Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:42:00.296Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:43:00.297Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:43:00.300Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:44:00.303Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:44:00.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:45:00.306Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:45:00.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:46:00.308Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:46:00.335Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:47:00.308Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:47:00.342Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:48:00.311Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:48:00.343Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:49:00.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:49:00.343Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:50:00.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:50:00.345Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:51:00.313Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:51:00.346Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:52:00.315Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:52:00.347Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:53:00.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:53:00.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:54:00.318Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:54:00.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:55:00.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:55:00.352Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:56:00.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:56:00.354Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:57:00.324Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:57:00.355Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:58:00.324Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:58:00.357Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:59:00.326Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:59:00.358Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:00:00.326Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:00:00.359Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:01:00.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:01:00.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:02:00.328Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:02:00.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:03:00.331Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:03:00.361Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:04:00.331Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:04:00.364Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:05:00.333Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:05:00.366Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:00.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:06:00.367Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:32.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-10T09:06:32.707Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5176ae83-f528-43d1-bda4-c2c977d8fed2","serviceName":"basic_onboard_VZHjpu","serviceVersion":"1.0","serviceUUID":"551141f9-c6e1-43ab-8a28-939e4ff876ad","serviceDescription":"service","serviceInvariantUUID":"570b86b9-5f21-457f-b8e3-2e6d4da854f2","resources":[{"resourceInstanceName":"basic_onboard_VZHjpu 0","resourceName":"basic_onboard_VZHjpu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"168e6082-0ee5-4967-84c4-14764c0303f6","resourceInvariantUUID":"3ab343a4-13b2-4e6d-9397-12c20abf27fc","resourceCustomizationUUID":"bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml","artifactChecksum":"YTIzNzNjZTFmNDQxZWFjMmNlMWQ1YjQ3YmJkZGU0MWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ab50477-0d6d-4c53-b11a-ab83f973fdee","artifactVersion":"1"},{"artifactName":"basic_onboard_vzhjpu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json","artifactChecksum":"ZTJlN2ZiY2Q5MmNjOTc3OWQzMWMwZDdjZDgzZjVjMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b88005d0-f451-4afb-be87-61f820699cd1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1c85d99-f4ba-4905-aeee-37aad410d299","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d05f86d1-a368-4906-99e0-24d6e31273bb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ecd1225-0f6b-4483-8a3b-e55b763e8a6f","artifactVersion":"2","generatedFromUUID":"a1c85d99-f4ba-4905-aeee-37aad410d299"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVzhjpu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml","artifactChecksum":"MDE5NGY1MTk5ZjQxNmYwNjIwMTg3NWRhMDE0NDFlZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"035056e7-f768-483e-9309-b1f9a404d580","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVzhjpu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar","artifactChecksum":"MmI0MjlkOTgzMzQ4ZmYxMTEzYmYwNDFiODUwYjBhMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b38e057a-333c-4d4c-8310-6dd4b1905074","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:06:32.726Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:32.739Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:32.739Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:32.739Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:32.751Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.751Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.752Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.752Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.752Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:06:32.792Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676019987200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:06:32.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:06:33.780Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:33.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:33.781Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:33.781Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:34.783Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:34.784Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:34.784Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:34.784Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:35.786Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:35.787Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:35.787Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:35.787Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:36.789Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:36.789Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:36.790Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:36.790Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:37.791Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:37.792Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:37.792Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:37.792Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:38.793Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:38.793Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:38.793Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:38.794Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:39.796Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"serviceName": "basic_onboard_VZHjpu",
"serviceVersion": "1.0",
"serviceUUID": "551141f9-c6e1-43ab-8a28-939e4ff876ad",
"serviceDescription": "service",
"serviceInvariantUUID": "570b86b9-5f21-457f-b8e3-2e6d4da854f2",
"resources": [
{
"resourceInstanceName": "basic_onboard_VZHjpu 0",
"resourceCustomizationUUID": "bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42",
"resourceName": "basic_onboard_VZHjpu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "168e6082-0ee5-4967-84c4-14764c0303f6",
"resourceInvariantUUID": "3ab343a4-13b2-4e6d-9397-12c20abf27fc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vzhjpu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"artifactChecksum": "ZTJlN2ZiY2Q5MmNjOTc3OWQzMWMwZDdjZDgzZjVjMjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b88005d0-f451-4afb-be87-61f820699cd1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a1c85d99-f4ba-4905-aeee-37aad410d299",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0ecd1225-0f6b-4483-8a3b-e55b763e8a6f",
"generatedFromUUID": "a1c85d99-f4ba-4905-aeee-37aad410d299"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0ecd1225-0f6b-4483-8a3b-e55b763e8a6f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVzhjpu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"artifactChecksum": "MmI0MjlkOTgzMzQ4ZmYxMTEzYmYwNDFiODUwYjBhMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b38e057a-333c-4d4c-8310-6dd4b1905074"
}
],
"workloadContext": "Production"
}
2023-02-10T09:06:39.797Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:06:39.797Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 551141f9-c6e1-43ab-8a28-939e4ff876ad ASDC
2023-02-10T09:06:39.930Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5176ae83-f528-43d1-bda4-c2c977d8fed2
ServiceName:basic_onboard_VZHjpu
ServiceVersion:1.0
ServiceUUID:551141f9-c6e1-43ab-8a28-939e4ff876ad
ServiceInvariantUUID:570b86b9-5f21-457f-b8e3-2e6d4da854f2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVzhjpu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar
ArtifactUUID:b38e057a-333c-4d4c-8310-6dd4b1905074
ArtifactChecksum:MmI0MjlkOTgzMzQ4ZmYxMTEzYmYwNDFiODUwYjBhMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VZHjpu 0
ResourceCustomizationUUID:bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42
ResourceInvariantUUID:3ab343a4-13b2-4e6d-9397-12c20abf27fc
ResourceName:basic_onboard_VZHjpu
ResourceType:VF
ResourceUUID:168e6082-0ee5-4967-84c4-14764c0303f6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vzhjpu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json
ArtifactUUID:b88005d0-f451-4afb-be87-61f820699cd1
ArtifactChecksum:ZTJlN2ZiY2Q5MmNjOTc3OWQzMWMwZDdjZDgzZjVjMjE=
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/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a1c85d99-f4ba-4905-aeee-37aad410d299
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/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
ArtifactUUID:0ecd1225-0f6b-4483-8a3b-e55b763e8a6f
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/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
ArtifactUUID:0ecd1225-0f6b-4483-8a3b-e55b763e8a6f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-10T09:06:39.930Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 551141f9-c6e1-43ab-8a28-939e4ff876ad ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:06:40.297Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:06:40.299Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:06:40.300Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:06:40.301Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b38e057a-333c-4d4c-8310-6dd4b1905074 from URL: /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:40.301Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:06:40.302Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:40.403Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:06:40.410Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar b38e057a-333c-4d4c-8310-6dd4b1905074 75679
2023-02-10T09:06:40.412Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar ASDC sendASDCNotification
2023-02-10T09:06:40.412Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:40.412Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:06:40.413Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:40.413Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:40.414Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020000411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:41.414Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:06:41.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:06:41.416Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b38e057a-333c-4d4c-8310-6dd4b1905074, URL: /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar to file: /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:41.417Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:41.531Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:41.532Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:42.193Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10034107380732358765/Definitions/service-BasicOnboardVzhjpu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-10T09:06:44.148Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:06:44.153Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-10T09:06:44.153Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.153Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-10T09:06:44.153Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.153Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||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-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||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-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||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-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VZHjpu 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-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||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-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-10T09:06:44.161Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.162Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.166Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:44.167Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-10T09:06:44.168Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:06:44.170Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.170Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.170Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:44.170Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-10T09:06:44.170Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:06:44.171Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.171Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.174Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.174Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is not matching search criteria
2023-02-10T09:06:44.174Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:06:44.177Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.177Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:44.177Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:44.177Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.177Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:44.178Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:44.178Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.178Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:44.178Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:44.178Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is not matching search criteria
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69e9c5c1-bfc1-44b5-b8d0-b13da44633ec
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.181Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_VZHjpu
Description:service
Model UUID:551141f9-c6e1-43ab-8a28-939e4ff876ad
Model Version:NULL
Model InvariantUuid:570b86b9-5f21-457f-b8e3-2e6d4da854f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_VZHjpu
Model UUID:f37173d3-7630-4810-ad49-ba489d41b67d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3ab343a4-13b2-4e6d-9397-12c20abf27fc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cb72da22-7c26-434b-83ea-42d1a5a51463
ModelName:BasicOnboardVzhjpu..base_ubuntu18..module-0
ModelUuid:2896763a-fa23-44b9-abc9-a126f3f25912
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:69e9c5c1-bfc1-44b5-b8d0-b13da44633ec
ModelInvariantUuid:d3158931-d74f-48d9-b068-f63fb70a0f09
ModelName:basic_onboard_VZHjpu-nodes.ubuntu18Cvfc
ModelUuid:c7114978-a021-4674-b7ca-b52bcc58e6f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5fb230e4-d288-429d-b62a-4e1a2d4945b0
ModelInvariantUuid:d4a37c49-225f-4ded-aa0b-22edfe9e595d
ModelName:BasicOnboardVzhjpu.compute.nodes.heat.ubuntu18
ModelUuid:7a92b2cc-c1f8-4497-942d-f0f4948a72f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-10T09:06:44.204Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 168e6082-0ee5-4967-84c4-14764c0303f6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:06:44.339Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||basic_onboard_VZHjpu 0
2023-02-10T09:06:44.346Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 168e6082-0ee5-4967-84c4-14764c0303f6
2023-02-10T09:06:44.347Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b88005d0-f451-4afb-be87-61f820699cd1 from URL: /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json
2023-02-10T09:06:44.347Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:06:44.347Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json
2023-02-10T09:06:44.414Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:06:44.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json b88005d0-f451-4afb-be87-61f820699cd1 798
2023-02-10T09:06:44.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json ASDC sendASDCNotification
2023-02-10T09:06:44.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json
2023-02-10T09:06:44.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:06:44.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:44.416Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:44.416Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020004415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:45.417Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVzhjpu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cb72da22-7c26-434b-83ea-42d1a5a51463",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2896763a-fa23-44b9-abc9-a126f3f25912",
"vfModuleModelCustomizationUUID": "0637163e-053b-4e22-b14e-1eb14933cac9",
"isBase": true,
"artifacts": [
"a1c85d99-f4ba-4905-aeee-37aad410d299",
"0ecd1225-0f6b-4483-8a3b-e55b763e8a6f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-10T09:06:45.440Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVzhjpu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2896763a-fa23-44b9-abc9-a126f3f25912
VfModuleModelInvariantUUID:cb72da22-7c26-434b-83ea-42d1a5a51463
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1c85d99-f4ba-4905-aeee-37aad410d299
,
0ecd1225-0f6b-4483-8a3b-e55b763e8a6f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-10T09:06:45.443Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVzhjpu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cb72da22-7c26-434b-83ea-42d1a5a51463",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2896763a-fa23-44b9-abc9-a126f3f25912",
"vfModuleModelCustomizationUUID": "0637163e-053b-4e22-b14e-1eb14933cac9",
"isBase": true,
"artifacts": [
"a1c85d99-f4ba-4905-aeee-37aad410d299",
"0ecd1225-0f6b-4483-8a3b-e55b763e8a6f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-10T09:06:45.443Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVzhjpu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2896763a-fa23-44b9-abc9-a126f3f25912
VfModuleModelInvariantUUID:cb72da22-7c26-434b-83ea-42d1a5a51463
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1c85d99-f4ba-4905-aeee-37aad410d299
,
0ecd1225-0f6b-4483-8a3b-e55b763e8a6f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-10T09:06:45.443Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a1c85d99-f4ba-4905-aeee-37aad410d299 from URL: /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml
2023-02-10T09:06:45.444Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:06:45.444Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml
2023-02-10T09:06:45.599Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:06:45.599Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml a1c85d99-f4ba-4905-aeee-37aad410d299 5033
2023-02-10T09:06:45.600Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-10T09:06:45.600Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml
2023-02-10T09:06:45.600Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:06:45.600Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:45.601Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:45.601Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020005600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:46.601Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0ecd1225-0f6b-4483-8a3b-e55b763e8a6f from URL: /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
2023-02-10T09:06:46.602Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:06:46.602Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
2023-02-10T09:06:46.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:06:46.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env 0ecd1225-0f6b-4483-8a3b-e55b763e8a6f 909
2023-02-10T09:06:46.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-10T09:06:46.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
2023-02-10T09:06:46.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:06:46.665Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:46.665Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:46.665Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020006664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:47.666Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 551141f9-c6e1-43ab-8a28-939e4ff876ad
2023-02-10T09:06:47.666Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VZHjpu 0 168e6082-0ee5-4967-84c4-14764c0303f6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:06:47.699Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26e5bbb1, org.onap.sdc.toscaparser.api.parameters.Input@370b4dc5, org.onap.sdc.toscaparser.api.parameters.Input@65187b84, org.onap.sdc.toscaparser.api.parameters.Input@62e3963, org.onap.sdc.toscaparser.api.parameters.Input@d9d3224]
2023-02-10T09:06:47.703Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.703Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.704Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-02-10T09:06:47.704Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42
2023-02-10T09:06:47.704Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42 matches Tosca VF Customization UUID: bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42
2023-02-10T09:06:47.704Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-10T09:06:47.712Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.712Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.713Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-10T09:06:47.713Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b7e1d69
2023-02-10T09:06:47.713Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.713Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:06:47.714Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0637163e-053b-4e22-b14e-1eb14933cac9
2023-02-10T09:06:47.715Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0637163e-053b-4e22-b14e-1eb14933cac9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-10T09:06:47.721Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.721Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:47.721Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:47.722Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.722Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:47.722Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:47.722Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.722Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is not matching search criteria
2023-02-10T09:06:47.723Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-10T09:06:47.723Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-10T09:06:47.723Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69e9c5c1-bfc1-44b5-b8d0-b13da44633ec
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-10T09:06:47.729Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.729Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:47.729Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:47.729Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.730Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:47.730Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:06:47.732Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.732Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.732Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 551141f9-c6e1-43ab-8a28-939e4ff876ad: basic_onboard_VZHjpu
2023-02-10T09:06:47.732Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.733Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.733Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.733Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.733Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.733Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.734Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.734Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.734Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:06:47.734Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.734Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_VZHjpu
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:06:47.951Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VZHjpu 168e6082-0ee5-4967-84c4-14764c0303f6 1 ASDC deployResourceStructure
2023-02-10T09:06:47.952Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json ASDC sendASDCNotification
2023-02-10T09:06:47.952Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json
2023-02-10T09:06:47.952Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:06:47.953Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:47.953Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:47.953Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020007952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:48.954Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-10T09:06:48.954Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml
2023-02-10T09:06:48.954Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:06:48.955Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:48.955Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:48.955Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020008954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:49.957Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-10T09:06:49.958Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
2023-02-10T09:06:49.958Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:06:49.959Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:49.959Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:49.959Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020009957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:50.962Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar ASDC sendASDCNotification
2023-02-10T09:06:50.962Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:50.963Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:06:50.964Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:50.964Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:50.965Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020010961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:51.968Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:06:52.003Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:06:52.005Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:06:52.005Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:06:52.005Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:07:00.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:07:00.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:07:00.088Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "aai-model-loader",
"timestamp": 1676019984689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:07:00.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:07:22.006Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:07:22.028Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:07:22.030Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:07:22.030Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:07:22.033Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:07:52.033Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:07:52.046Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:07:52.049Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:07:52.049Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:07:52.049Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:08:00.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:08:00.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.090Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.091Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676019993272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676019987200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676019993272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.094Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "aai-model-loader",
"timestamp": 1676019984689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676019987200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "aai-model-loader",
"timestamp": 1676019984689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676019993272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.098Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676019987200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.099Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "aai-model-loader",
"timestamp": 1676019984689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.099Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.100Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676019993272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.102Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676019987200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.103Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "aai-model-loader",
"timestamp": 1676019984689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.104Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676019993272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676019987200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.106Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "aai-model-loader",
"timestamp": 1676019984689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.107Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.108Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676019993272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.111Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676019997836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.112Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676019987200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.112Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "aai-model-loader",
"timestamp": 1676019984689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.113Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676019960335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.114Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676019993272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.115Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676019997836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.116Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.116Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676019999916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.116Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.117Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676020000878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.117Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.118Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "aai-model-loader",
"timestamp": 1676020000093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.119Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020000411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.121Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676019997836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.122Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020000935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-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-02-10T09:08:00.138Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5176ae83-f528-43d1-bda4-c2c977d8fed2
2023-02-10T09:08:00.139Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5176ae83-f528-43d1-bda4-c2c977d8fed2 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-02-10T09:08:00.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.153Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676020002029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.153Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.153Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676019997836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.154Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.154Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676020003104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.154Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.155Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676019997836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.155Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.156Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676020004319,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:08:00.162Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5176ae83-f528-43d1-bda4-c2c977d8fed2
2023-02-10T09:08:00.162Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5176ae83-f528-43d1-bda4-c2c977d8fed2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:08:00.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676019997836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020004415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "multicloud-k8s",
"timestamp": 1676020005321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676019997836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020005600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020005660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020006664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020007952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020008954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020009957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020010227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020010961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:08:00.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020011233,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:08:00.183Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5176ae83-f528-43d1-bda4-c2c977d8fed2
2023-02-10T09:08:00.183Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5176ae83-f528-43d1-bda4-c2c977d8fed2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:08:00.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.192Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "aai-model-loader",
"timestamp": 1676020014663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:08:00.192Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.192Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "aai-model-loader",
"timestamp": 1676020015667,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:08:00.198Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5176ae83-f528-43d1-bda4-c2c977d8fed2
2023-02-10T09:08:00.198Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5176ae83-f528-43d1-bda4-c2c977d8fed2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:08:22.050Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:08:22.065Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:08:22.068Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:08:22.070Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:08:22.070Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:08:22.076Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T09:08:52.076Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-10T09:08:52.087Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2 and serviceModelVersionId: 551141f9-c6e1-43ab-8a28-939e4ff876ad
2023-02-10T09:08:52.088Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 570b86b9-5f21-457f-b8e3-2e6d4da854f2
2023-02-10T09:09:00.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:09:09.030Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0
2023-02-10T09:09:09.144Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T09:09:09.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0|INFO|500||Invoke
2023-02-10T09:09:09.668Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5176ae83-f528-43d1-bda4-c2c977d8fed2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f36295e-86de-4a4a-9cab-8960e50d9558], X-ECOMP-RequestID=[5176ae83-f528-43d1-bda4-c2c977d8fed2], X-TransactionId=[], X-ONAP-RequestID=[5176ae83-f528-43d1-bda4-c2c977d8fed2], Content-Type=[application/merge-patch+json]}
2023-02-10T09:09:09.693Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-10T09:09:10.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?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/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 09:09:10 GMT], content-length=[0], vertex-id=[184480], x-aai-txid=[2-aai-resources-230210-09:09:10:562-10906], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T09:09:10.157Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-10T09:09:10.158Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0|INFO|500||InvokeReturn
2023-02-10T09:09:10.166Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T09:09:10.167Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:09:10.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T09:09:10.182Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5176ae83-f528-43d1-bda4-c2c977d8fed2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T09:09:10.183Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T09:09:10.183Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:09:10.184Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:09:10.184Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020150182,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:09:10.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:09:10.198Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020150182,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T09:09:10.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-10T09:09:11.212Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:10:00.085Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:10:11.212Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:11:00.086Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:11.214Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:11:46.886Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-10T09:11:46.888Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e9e6b9db-ce73-41cb-acb9-f678cceeac88","serviceName":"vFW 2023-02-10 09-10-48","serviceVersion":"1.0","serviceUUID":"5d93fed6-522c-4336-9f58-ce2638a12969","serviceDescription":"catalog service description","serviceInvariantUUID":"f4dae1b0-2480-4904-95da-cc6e150d54b3","resources":[{"resourceInstanceName":"vFW 0f0df63d-1f62 0","resourceName":"vFW 0f0df63d-1f62","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afab084b-8c3c-44fb-8a7e-25e1602d060c","resourceInvariantUUID":"209bab93-382a-47e7-b051-4bcad1c3f574","resourceCustomizationUUID":"49513bfe-f2dc-4c86-882d-62af0ecbde48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml","artifactChecksum":"MTUwZTdhZDVkMTBmNGE0YmRjYzRhNmViY2I5M2QwZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b997920f-af78-4034-a807-ddbb68748148","artifactVersion":"1"},{"artifactName":"vfw0f0df63d1f620_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json","artifactChecksum":"ODhhZTFlOTYyNWY4ZTliMzcxZjc0NzQxZDZiOTVkZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3faf90b8-393f-4f32-b610-6518ea86f91c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2dc388a3-dc17-474a-ad9b-7e2288d5747e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml","artifactChecksum":"M2NjOTE4MWQzMDNiYzQ1MjQzNzA3ZjA5NTU2MGRhNWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e2278212-c727-4046-8a4d-b218469647a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb26da92-36bd-447c-84b7-9130d2cbeea9","artifactVersion":"2","generatedFromUUID":"2dc388a3-dc17-474a-ad9b-7e2288d5747e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230210091048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml","artifactChecksum":"YjU5ZTZiNjJlMGE2ZTkwNmY5MTFlNjYxNTRkNDY3OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27b564b4-03ad-48f0-910e-33e6c521fffa","artifactVersion":"1"},{"artifactName":"service-Vfw20230210091048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar","artifactChecksum":"YWRiZmYzMTg0NzQwY2RiOWY3ODE5YjAwM2VjMTM1ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f655dd2c-67b1-4932-a08a-e3fc09b85f7f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:11:46.898Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:46.899Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:46.899Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:46.899Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:46.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:11:46.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:11:46.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:11:47.903Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:47.906Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:47.906Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:47.906Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:48.907Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:48.908Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:48.908Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:48.909Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:49.910Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:49.911Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:49.911Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:49.911Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:50.912Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:50.913Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:50.913Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:50.913Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:51.914Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:51.914Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:51.914Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:51.915Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:52.916Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:52.916Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:52.916Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:52.916Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:53.918Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"serviceName": "vFW 2023-02-10 09-10-48",
"serviceVersion": "1.0",
"serviceUUID": "5d93fed6-522c-4336-9f58-ce2638a12969",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f4dae1b0-2480-4904-95da-cc6e150d54b3",
"resources": [
{
"resourceInstanceName": "vFW 0f0df63d-1f62 0",
"resourceCustomizationUUID": "49513bfe-f2dc-4c86-882d-62af0ecbde48",
"resourceName": "vFW 0f0df63d-1f62",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "afab084b-8c3c-44fb-8a7e-25e1602d060c",
"resourceInvariantUUID": "209bab93-382a-47e7-b051-4bcad1c3f574",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0f0df63d1f620_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"artifactChecksum": "ODhhZTFlOTYyNWY4ZTliMzcxZjc0NzQxZDZiOTVkZTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3faf90b8-393f-4f32-b610-6518ea86f91c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2dc388a3-dc17-474a-ad9b-7e2288d5747e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cb26da92-36bd-447c-84b7-9130d2cbeea9",
"generatedFromUUID": "2dc388a3-dc17-474a-ad9b-7e2288d5747e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cb26da92-36bd-447c-84b7-9130d2cbeea9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230210091048-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"artifactChecksum": "YWRiZmYzMTg0NzQwY2RiOWY3ODE5YjAwM2VjMTM1ZjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f655dd2c-67b1-4932-a08a-e3fc09b85f7f"
}
],
"workloadContext": "Production"
}
2023-02-10T09:11:53.918Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:11:53.919Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d93fed6-522c-4336-9f58-ce2638a12969 ASDC
2023-02-10T09:11:53.920Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e9e6b9db-ce73-41cb-acb9-f678cceeac88
ServiceName:vFW 2023-02-10 09-10-48
ServiceVersion:1.0
ServiceUUID:5d93fed6-522c-4336-9f58-ce2638a12969
ServiceInvariantUUID:f4dae1b0-2480-4904-95da-cc6e150d54b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230210091048-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar
ArtifactUUID:f655dd2c-67b1-4932-a08a-e3fc09b85f7f
ArtifactChecksum:YWRiZmYzMTg0NzQwY2RiOWY3ODE5YjAwM2VjMTM1ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0f0df63d-1f62 0
ResourceCustomizationUUID:49513bfe-f2dc-4c86-882d-62af0ecbde48
ResourceInvariantUUID:209bab93-382a-47e7-b051-4bcad1c3f574
ResourceName:vFW 0f0df63d-1f62
ResourceType:VF
ResourceUUID:afab084b-8c3c-44fb-8a7e-25e1602d060c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0f0df63d1f620_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json
ArtifactUUID:3faf90b8-393f-4f32-b610-6518ea86f91c
ArtifactChecksum:ODhhZTFlOTYyNWY4ZTliMzcxZjc0NzQxZDZiOTVkZTQ=
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/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml
ArtifactUUID:2dc388a3-dc17-474a-ad9b-7e2288d5747e
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/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
ArtifactUUID:cb26da92-36bd-447c-84b7-9130d2cbeea9
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/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
ArtifactUUID:cb26da92-36bd-447c-84b7-9130d2cbeea9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-10T09:11:53.920Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d93fed6-522c-4336-9f58-ce2638a12969 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:11:53.969Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:11:53.971Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:11:53.971Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:11:53.971Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f655dd2c-67b1-4932-a08a-e3fc09b85f7f from URL: /sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:53.971Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:11:53.972Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:54.062Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:11:54.069Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar f655dd2c-67b1-4932-a08a-e3fc09b85f7f 101464
2023-02-10T09:11:54.069Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar ASDC sendASDCNotification
2023-02-10T09:11:54.069Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:54.069Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:11:54.070Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:54.070Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:54.070Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020314069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:55.072Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:11:55.072Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:11:55.073Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f655dd2c-67b1-4932-a08a-e3fc09b85f7f, URL: /sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar to file: /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:55.073Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230210091048-csar.csar
2023-02-10T09:11:55.074Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:55.074Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:55.327Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10933428602695773954/Definitions/service-Vfw20230210091048-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-02-10T09:11:57.646Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:11:57.647Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-10T09:11:57.647Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.647Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-10T09:11:57.647Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.647Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||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-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||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-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||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-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||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-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f0df63d-1f62 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-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.649Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-10T09:11:57.649Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.649Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.649Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:11:57.650Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-10T09:11:57.650Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:11:57.650Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.650Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.651Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:11:57.651Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-10T09:11:57.651Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:11:57.651Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.651Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.653Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.653Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.653Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-10T09:11:57.653Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-10T09:11:57.653Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:11:57.656Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.656Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:11:57.656Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:11:57.656Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7241123d-4c45-4092-85ca-b385b24307ee
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:11:57.660Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:11:57.660Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:11:57.660Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-10T09:11:57.660Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.660Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-10T09:11:57.662Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.662Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3851a8fa-0158-4eea-9cd4-0f93b62f8e55
2023-02-10T09:11:57.662Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.662Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:11:57.662Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fa4ab14-36cc-49f5-888f-e6bb31984eb2
2023-02-10T09:11:57.665Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.665Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.665Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.665Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.665Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.666Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.666Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:11:57.666Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.666Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-10 09-10-48
Description:catalog service description
Model UUID:5d93fed6-522c-4336-9f58-ce2638a12969
Model Version:NULL
Model InvariantUuid:f4dae1b0-2480-4904-95da-cc6e150d54b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0f0df63d-1f62
Model UUID:65a3d9a8-6260-4fee-9c90-a5765a8f8fd3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:209bab93-382a-47e7-b051-4bcad1c3f574
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:49513bfe-f2dc-4c86-882d-62af0ecbde48
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:aa262d1a-537a-4419-9fa5-9d29edaec84c
ModelName:Vfw0f0df63d1f62..base_vfw..module-0
ModelUuid:43fde509-3488-4542-9ff4-41dfb5e57279
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7241123d-4c45-4092-85ca-b385b24307ee
ModelInvariantUuid:f6557edd-73a5-4e8d-9f93-181227076ce1
ModelName:vFW 0f0df63d-1f62-nodes.vfwCvfc
ModelUuid:11537086-7087-4242-9831-b784c3bcc1fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:03daf6c6-a8bb-4271-b4e2-129edbc739d9
ModelInvariantUuid:ece666c6-c73e-4294-8a18-01fe877596c0
ModelName:Vfw0f0df63d1f62.compute.nodes.heat.vfw
ModelUuid:1a450c28-596f-4a7c-bcbd-3b09d086a947
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3851a8fa-0158-4eea-9cd4-0f93b62f8e55
ModelInvariantUuid:5955aded-c5ab-4643-a824-8ff2bcf7806c
ModelName:vFW 0f0df63d-1f62-nodes.vsnCvfc
ModelUuid:ba60d3b5-7473-482c-948d-fe0833af96b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5be90210-7801-444e-b0b0-23f6cef301c8
ModelInvariantUuid:1ee1a2ce-68b4-42d2-a5cc-bbf8edf0272a
ModelName:Vfw0f0df63d1f62.compute.nodes.heat.vsn
ModelUuid:99105c44-b1fe-4663-8d71-d4d2b05122b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4fa4ab14-36cc-49f5-888f-e6bb31984eb2
ModelInvariantUuid:5b085417-0e7c-46a6-81be-d523449207b7
ModelName:vFW 0f0df63d-1f62-nodes.vpgCvfc
ModelUuid:020d2e0d-16f5-49fe-8776-636cab24439a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:939ed43a-5de1-4391-926d-5549d623b4d9
ModelInvariantUuid:af67e49c-c04a-45ed-b947-d57ea503f573
ModelName:Vfw0f0df63d1f62.compute.nodes.heat.vpg
ModelUuid:07e62844-7a0b-43fa-989c-5a4d307587ca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-10T09:11:57.673Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: afab084b-8c3c-44fb-8a7e-25e1602d060c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:11:57.677Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||vFW 0f0df63d-1f62 0
2023-02-10T09:11:57.677Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afab084b-8c3c-44fb-8a7e-25e1602d060c
2023-02-10T09:11:57.677Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3faf90b8-393f-4f32-b610-6518ea86f91c from URL: /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json
2023-02-10T09:11:57.677Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:11:57.677Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json
2023-02-10T09:11:57.750Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:11:57.750Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json 3faf90b8-393f-4f32-b610-6518ea86f91c 785
2023-02-10T09:11:57.750Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json ASDC sendASDCNotification
2023-02-10T09:11:57.751Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json
2023-02-10T09:11:57.751Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:11:57.751Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:57.751Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:57.751Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020317750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:58.752Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0f0df63d1f62..base_vfw..module-0",
"vfModuleModelInvariantUUID": "aa262d1a-537a-4419-9fa5-9d29edaec84c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "43fde509-3488-4542-9ff4-41dfb5e57279",
"vfModuleModelCustomizationUUID": "1f8eb3b8-6588-477f-966e-f28b95cb6693",
"isBase": true,
"artifacts": [
"2dc388a3-dc17-474a-ad9b-7e2288d5747e",
"cb26da92-36bd-447c-84b7-9130d2cbeea9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-10T09:11:58.758Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f0df63d1f62..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43fde509-3488-4542-9ff4-41dfb5e57279
VfModuleModelInvariantUUID:aa262d1a-537a-4419-9fa5-9d29edaec84c
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dc388a3-dc17-474a-ad9b-7e2288d5747e
,
cb26da92-36bd-447c-84b7-9130d2cbeea9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-10T09:11:58.760Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0f0df63d1f62..base_vfw..module-0",
"vfModuleModelInvariantUUID": "aa262d1a-537a-4419-9fa5-9d29edaec84c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "43fde509-3488-4542-9ff4-41dfb5e57279",
"vfModuleModelCustomizationUUID": "1f8eb3b8-6588-477f-966e-f28b95cb6693",
"isBase": true,
"artifacts": [
"2dc388a3-dc17-474a-ad9b-7e2288d5747e",
"cb26da92-36bd-447c-84b7-9130d2cbeea9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-10T09:11:58.761Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f0df63d1f62..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43fde509-3488-4542-9ff4-41dfb5e57279
VfModuleModelInvariantUUID:aa262d1a-537a-4419-9fa5-9d29edaec84c
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dc388a3-dc17-474a-ad9b-7e2288d5747e
,
cb26da92-36bd-447c-84b7-9130d2cbeea9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-10T09:11:58.761Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2dc388a3-dc17-474a-ad9b-7e2288d5747e from URL: /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml
2023-02-10T09:11:58.761Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:11:58.762Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml
2023-02-10T09:11:58.894Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:11:58.895Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml 2dc388a3-dc17-474a-ad9b-7e2288d5747e 20368
2023-02-10T09:11:58.895Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-10T09:11:58.895Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml
2023-02-10T09:11:58.896Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:11:58.896Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:58.896Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:58.896Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020318895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:59.897Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cb26da92-36bd-447c-84b7-9130d2cbeea9 from URL: /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
2023-02-10T09:11:59.898Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:11:59.898Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
2023-02-10T09:12:00.077Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:12:00.078Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env cb26da92-36bd-447c-84b7-9130d2cbeea9 2098
2023-02-10T09:12:00.078Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-10T09:12:00.078Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
2023-02-10T09:12:00.078Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:12:00.079Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:12:00.079Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:12:00.079Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020320078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:00.087Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:00.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:12:00.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020306355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:12:00.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:12:00.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:12:00.090Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020301942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:12:00.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:12:01.080Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5d93fed6-522c-4336-9f58-ce2638a12969
2023-02-10T09:12:01.080Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f0df63d-1f62 0 afab084b-8c3c-44fb-8a7e-25e1602d060c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:12:01.103Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30d537b7, org.onap.sdc.toscaparser.api.parameters.Input@628bf78, org.onap.sdc.toscaparser.api.parameters.Input@199bd254, org.onap.sdc.toscaparser.api.parameters.Input@59ba60e9, org.onap.sdc.toscaparser.api.parameters.Input@404b8ce6]
2023-02-10T09:12:01.105Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.106Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.106Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-02-10T09:12:01.107Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 49513bfe-f2dc-4c86-882d-62af0ecbde48
2023-02-10T09:12:01.107Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49513bfe-f2dc-4c86-882d-62af0ecbde48 matches Tosca VF Customization UUID: 49513bfe-f2dc-4c86-882d-62af0ecbde48
2023-02-10T09:12:01.107Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 49513bfe-f2dc-4c86-882d-62af0ecbde48 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-10T09:12:01.110Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.110Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.110Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 49513bfe-f2dc-4c86-882d-62af0ecbde48: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-10T09:12:01.111Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ea2dee6
2023-02-10T09:12:01.111Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.111Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:12:01.112Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f8eb3b8-6588-477f-966e-f28b95cb6693
2023-02-10T09:12:01.112Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f8eb3b8-6588-477f-966e-f28b95cb6693
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-10T09:12:01.114Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.115Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.115Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:12:01.115Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.116Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.116Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:12:01.116Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.117Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:12:01.117Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:12:01.117Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:12:01.117Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-10T09:12:01.118Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-10T09:12:01.118Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-10T09:12:01.118Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.118Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.119Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-10T09:12:01.119Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.119Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-10T09:12:01.119Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.120Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7241123d-4c45-4092-85ca-b385b24307ee
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-10T09:12:01.122Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.123Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.123Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:12:01.123Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.123Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:12:01.124Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:12:01.124Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:12:01.124Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-10T09:12:01.124Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.125Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.125Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.125Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-10T09:12:01.125Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-10T09:12:01.126Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-10T09:12:01.126Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.126Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-10T09:12:01.127Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.127Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3851a8fa-0158-4eea-9cd4-0f93b62f8e55
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-10T09:12:01.129Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.129Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.129Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:12:01.133Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.134Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:12:01.134Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:12:01.134Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:12:01.134Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-10T09:12:01.135Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.135Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.135Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.135Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-10T09:12:01.136Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-10T09:12:01.136Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-10T09:12:01.136Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.136Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.137Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-10T09:12:01.137Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fa4ab14-36cc-49f5-888f-e6bb31984eb2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-10T09:12:01.139Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.139Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.140Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:12:01.140Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.140Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.140Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=49513bfe-f2dc-4c86-882d-62af0ecbde48
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:12:01.142Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.143Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.143Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5d93fed6-522c-4336-9f58-ce2638a12969: vFW 0f0df63d-1f62
2023-02-10T09:12:01.143Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.143Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.144Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.144Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.144Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.144Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.145Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.145Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.145Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:12:01.145Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.146Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-02-10 09-10-48
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:12:01.333Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f0df63d-1f62 afab084b-8c3c-44fb-8a7e-25e1602d060c 1 ASDC deployResourceStructure
2023-02-10T09:12:01.333Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json ASDC sendASDCNotification
2023-02-10T09:12:01.333Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json
2023-02-10T09:12:01.334Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:12:01.334Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:12:01.334Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:12:01.335Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020321333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:02.336Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-10T09:12:02.336Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml
2023-02-10T09:12:02.336Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:12:02.337Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:12:02.337Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:12:02.337Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020322336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:03.338Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-10T09:12:03.338Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
2023-02-10T09:12:03.338Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:12:03.339Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:12:03.339Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:12:03.339Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020323338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:04.341Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar ASDC sendASDCNotification
2023-02-10T09:12:04.341Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar
2023-02-10T09:12:04.341Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:12:04.342Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:12:04.342Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:12:04.342Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020324340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:05.344Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:12:05.354Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:12:05.356Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:12:05.356Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:12:05.356Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:12:35.357Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:12:35.369Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:12:35.373Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:12:35.373Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:12:35.373Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:13:00.084Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:13:00.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.092Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020297836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "NOTIFIED"
}
2023-02-10T09:13:00.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020306355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "NOTIFIED"
}
2023-02-10T09:13:00.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020301942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.099Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020297836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.100Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-10T09:13:00.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.101Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020301942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020306355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-10T09:13:00.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020297836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020306355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.107Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020301942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020297836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-10T09:13:00.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020301942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020306355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-10T09:13:00.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.112Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020297836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.113Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.114Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020301942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.114Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.115Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020306355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.116Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020297836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.117Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020271214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:13:00.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.118Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020301942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:13:00.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020306355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:13:00.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020297836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:13:00.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.120Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020313948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.122Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020314922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.123Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020314069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.124Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "aai-model-loader",
"timestamp": 1676020314689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.125Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020314632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.126Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020314953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-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-02-10T09:13:00.136Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9e6b9db-ce73-41cb-acb9-f678cceeac88
2023-02-10T09:13:00.136Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e6b9db-ce73-41cb-acb9-f678cceeac88 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-02-10T09:13:00.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.147Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020316031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.147Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "aai-model-loader",
"timestamp": 1676020314689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020317134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.149Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "aai-model-loader",
"timestamp": 1676020314689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.149Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020318189,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:13:00.156Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9e6b9db-ce73-41cb-acb9-f678cceeac88
2023-02-10T09:13:00.156Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e6b9db-ce73-41cb-acb9-f678cceeac88 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "aai-model-loader",
"timestamp": 1676020314689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020317750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "multicloud-k8s",
"timestamp": 1676020319194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "DEPLOY_OK"
}
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020318187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "aai-model-loader",
"timestamp": 1676020314689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020318895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020319193,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:13:00.173Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9e6b9db-ce73-41cb-acb9-f678cceeac88
2023-02-10T09:13:00.173Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e6b9db-ce73-41cb-acb9-f678cceeac88 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "aai-model-loader",
"timestamp": 1676020314689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020320078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:05.374Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:13:05.387Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:13:05.390Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:13:05.391Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:13:05.391Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:13:35.391Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:13:35.404Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:13:35.408Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:13:35.408Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:13:35.408Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:14:00.084Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:14:00.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.087Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "aai-model-loader",
"timestamp": 1676020314689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:14:00.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020321333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
"status": "DEPLOY_OK"
}
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "aai-model-loader",
"timestamp": 1676020321890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020322336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020323338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020324340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "aai-model-loader",
"timestamp": 1676020336825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "aai-model-loader",
"timestamp": 1676020337827,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:14:00.108Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9e6b9db-ce73-41cb-acb9-f678cceeac88
2023-02-10T09:14:00.108Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e6b9db-ce73-41cb-acb9-f678cceeac88 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:14:05.408Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:14:05.422Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:14:05.432Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:14:05.432Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T09:14:05.432Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T09:14:05.432Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:14:05.438Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T09:14:35.439Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-10T09:14:35.448Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88 and serviceModelVersionId: 5d93fed6-522c-4336-9f58-ce2638a12969
2023-02-10T09:14:35.448Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4dae1b0-2480-4904-95da-cc6e150d54b3
2023-02-10T09:14:35.449Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0
2023-02-10T09:14:35.457Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T09:14:35.555Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-10T09:14:35.557Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0|INFO|500||Invoke
2023-02-10T09:14:35.563Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-10T09:14:35.765Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0|INFO|500||InvokeReturn
2023-02-10T09:14:35.765Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 09:14:36 GMT], content-length=[0], vertex-id=[172032], x-aai-txid=[1-aai-resources-230210-09:14:36:436-45662], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T09:14:35.766Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-10T09:14:35.766Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T09:14:35.767Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:14:35.771Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T09:14:35.771Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9e6b9db-ce73-41cb-acb9-f678cceeac88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T09:14:35.772Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T09:14:35.772Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:14:35.772Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:14:35.772Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020475771,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-10T09:14:36.788Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:15:00.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:15:00.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:15:00.089Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020475771,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T09:15:00.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:15:36.788Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:15:36.825Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Node 1 disconnected.
2023-02-10T09:16:00.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:16:36.789Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:17:00.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:17:36.790Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:18:00.087Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:18:36.791Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:19:00.088Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:19:36.793Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:20:00.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:20:36.794Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:21:00.092Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:21:14.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T09:21:14.566Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4774fea9-9007-4df0-bd74-98b893ea5fa4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4516d52d-84b0-42aa-9f4e-d3d3591d26a3","serviceDescription":"service","serviceInvariantUUID":"29248264-dcb3-4f5f-b301-b317e4d5cafc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5842702-68aa-45ec-9d5a-43a165b2aa7a","resourceInvariantUUID":"599b7857-5b7c-41e5-a984-5c4439887aad","resourceCustomizationUUID":"b1c59b86-1ee9-4c55-99dd-79cf6e504ba7","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":"NWYyODNiY2I2MzU5NDlhN2YxMmQ2N2YyMzhlZDU0OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd271253-c90a-48b7-ba8a-e7d3c73dae57","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjI3ODM1ZGU1MDNlYmE4ZjQxNDk0YzdlYjQ2MmZkMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d20179c0-fac9-49ab-bf0d-e257f332db69","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:21:14.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:21:14.586Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020855967,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:21:14.601Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:21:14.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:21:14.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:21:14.603Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "aai-model-loader",
"timestamp": 1676020854689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:21:14.604Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:21:14.604Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:21:14.604Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:21:14.605Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020836794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:21:15.610Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:21:15.611Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:21:15.611Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:21:15.611Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020836794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:21:16.612Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4516d52d-84b0-42aa-9f4e-d3d3591d26a3",
"serviceDescription": "service",
"serviceInvariantUUID": "29248264-dcb3-4f5f-b301-b317e4d5cafc",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b1c59b86-1ee9-4c55-99dd-79cf6e504ba7",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e5842702-68aa-45ec-9d5a-43a165b2aa7a",
"resourceInvariantUUID": "599b7857-5b7c-41e5-a984-5c4439887aad",
"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": "NjI3ODM1ZGU1MDNlYmE4ZjQxNDk0YzdlYjQ2MmZkMTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d20179c0-fac9-49ab-bf0d-e257f332db69"
}
],
"workloadContext": "Production"
}
2023-02-10T09:21:16.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:21:16.613Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4516d52d-84b0-42aa-9f4e-d3d3591d26a3 ASDC
2023-02-10T09:21:16.614Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4774fea9-9007-4df0-bd74-98b893ea5fa4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4516d52d-84b0-42aa-9f4e-d3d3591d26a3
ServiceInvariantUUID:29248264-dcb3-4f5f-b301-b317e4d5cafc
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:d20179c0-fac9-49ab-bf0d-e257f332db69
ArtifactChecksum:NjI3ODM1ZGU1MDNlYmE4ZjQxNDk0YzdlYjQ2MmZkMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b1c59b86-1ee9-4c55-99dd-79cf6e504ba7
ResourceInvariantUUID:599b7857-5b7c-41e5-a984-5c4439887aad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5842702-68aa-45ec-9d5a-43a165b2aa7a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-10T09:21:16.614Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4516d52d-84b0-42aa-9f4e-d3d3591d26a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:21:16.658Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:21:16.659Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-10T09:21:16.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-10T09:21:16.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d20179c0-fac9-49ab-bf0d-e257f332db69 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-10T09:21:16.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-10T09:21:16.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-10T09:21:16.723Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-10T09:21:16.723Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d20179c0-fac9-49ab-bf0d-e257f332db69 57796
2023-02-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020876724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:21:17.725Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:21:17.726Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-10T09:21:17.726Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d20179c0-fac9-49ab-bf0d-e257f332db69, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:17.727Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-10T09:21:17.728Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:17.728Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:17.962Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15805934643487323868/Definitions/service-BasicNetwork-template.yml
2023-02-10T09:21:18.403Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:21:18.404Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-10T09:21:18.405Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.405Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-10T09:21:18.406Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.406Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.406Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.407Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.407Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.407Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.407Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.408Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.408Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-10T09:21:18.408Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.408Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.409Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-10T09:21:18.409Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-10T09:21:18.409Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:21:18.410Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.410Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.410Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-10T09:21:18.411Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-10T09:21:18.411Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:21:18.411Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.411Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.411Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.412Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.412Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.413Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.413Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.413Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.414Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.414Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.414Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4516d52d-84b0-42aa-9f4e-d3d3591d26a3
Model Version:NULL
Model InvariantUuid:29248264-dcb3-4f5f-b301-b317e4d5cafc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:599b7857-5b7c-41e5-a984-5c4439887aad
Model UUID:9c8a2093-57fd-432f-b297-db5577218a11
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b1c59b86-1ee9-4c55-99dd-79cf6e504ba7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-10T09:21:18.427Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: e5842702-68aa-45ec-9d5a-43a165b2aa7a
2023-02-10T09:21:18.427Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||No resources found for Service: 4516d52d-84b0-42aa-9f4e-d3d3591d26a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:21:18.434Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||
2023-02-10T09:21:18.434Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-10T09:21:18.435Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 4516d52d-84b0-42aa-9f4e-d3d3591d26a3
2023-02-10T09:21:18.435Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4516d52d-84b0-42aa-9f4e-d3d3591d26a3
2023-02-10T09:21:18.436Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-10T09:21:18.436Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:21:18.441Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76821bbf, org.onap.sdc.toscaparser.api.parameters.Input@64dffc91, org.onap.sdc.toscaparser.api.parameters.Input@73ee8ea7, org.onap.sdc.toscaparser.api.parameters.Input@7c7785cb, org.onap.sdc.toscaparser.api.parameters.Input@1ace2619]
2023-02-10T09:21:18.443Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.443Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.444Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.444Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.444Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4516d52d-84b0-42aa-9f4e-d3d3591d26a3: Generic NeutronNet
2023-02-10T09:21:18.444Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.445Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.445Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.445Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-10T09:21:18.483Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.483Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.484Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.484Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.484Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:21:18.485Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.485Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-10T09:21:18.585Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-10T09:21:18.586Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-10T09:21:18.586Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.586Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:21:18.586Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:21:18.587Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:21:18.587Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020878585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:21:19.588Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:21:19.607Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:21:19.609Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:21:19.609Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:21:19.609Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:21:49.610Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:21:49.624Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:21:49.636Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:21:49.636Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:21:49.637Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:22:00.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:22:00.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:22:00.086Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "multicloud-k8s",
"timestamp": 1676020860237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:22:00.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:22:19.637Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:22:19.657Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:22:19.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:22:19.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:22:19.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:22:49.661Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:22:49.670Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:22:49.672Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:22:49.673Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:22:49.673Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:23:00.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:00.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.088Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020836794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.089Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020867836,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.090Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "aai-model-loader",
"timestamp": 1676020854689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:23:00.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.091Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020855967,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:23:00.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.091Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "multicloud-k8s",
"timestamp": 1676020860237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:23:00.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.092Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020836794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:23:00.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.092Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020867836,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:23:00.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.093Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020876588,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:23:00.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.094Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "aai-model-loader",
"timestamp": 1676020876749,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:23:00.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.094Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020876724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020877231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020877593,
"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-02-10T09:23:00.102Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4774fea9-9007-4df0-bd74-98b893ea5fa4
2023-02-10T09:23:00.103Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774fea9-9007-4df0-bd74-98b893ea5fa4 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-02-10T09:23:00.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.115Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "SO-sdc-controller",
"timestamp": 1676020878585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:23:00.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.116Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020878985,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:23:00.117Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.117Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020879990,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:23:00.123Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4774fea9-9007-4df0-bd74-98b893ea5fa4
2023-02-10T09:23:00.124Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774fea9-9007-4df0-bd74-98b893ea5fa4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:23:00.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "aai-model-loader",
"timestamp": 1676020883189,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:23:00.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "aai-model-loader",
"timestamp": 1676020884191,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:23:00.144Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4774fea9-9007-4df0-bd74-98b893ea5fa4
2023-02-10T09:23:00.144Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774fea9-9007-4df0-bd74-98b893ea5fa4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:23:00.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020878595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020914689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "multicloud-k8s",
"timestamp": 1676020907472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020878595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020914689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "multicloud-k8s",
"timestamp": 1676020907472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020878595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020914689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "multicloud-k8s",
"timestamp": 1676020907472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:19.673Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:23:19.698Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:23:19.701Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:23:19.701Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T09:23:19.701Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T09:23:19.702Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T09:23:19.702Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:23:19.702Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:23:19.702Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:23:19.703Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:23:19.703Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:23:19.709Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T09:23:49.710Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-10T09:23:49.722Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4 and serviceModelVersionId: 4516d52d-84b0-42aa-9f4e-d3d3591d26a3
2023-02-10T09:23:49.723Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29248264-dcb3-4f5f-b301-b317e4d5cafc
2023-02-10T09:23:49.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0
2023-02-10T09:23:49.738Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T09:23:49.835Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-10T09:23:49.838Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0|INFO|500||Invoke
2023-02-10T09:23:49.848Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-10T09:23:50.107Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0|INFO|500||InvokeReturn
2023-02-10T09:23:50.109Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 09:23:50 GMT], content-length=[0], vertex-id=[348176], x-aai-txid=[1-aai-resources-230210-09:23:50:733-92918], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T09:23:50.109Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-10T09:23:50.110Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T09:23:50.110Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:23:50.115Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T09:23:50.115Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4774fea9-9007-4df0-bd74-98b893ea5fa4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T09:23:50.116Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T09:23:50.117Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:50.117Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:50.118Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021030116,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-10T09:23:51.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:23:51.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-10T09:23:51.166Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"272e573a-ab96-4b6e-be98-4db086764d08","serviceName":"Demo_pNF_vDj9Uhuin90XUfCQAPAp","serviceVersion":"1.0","serviceUUID":"463598b7-a53a-4064-9396-b2c446af3171","serviceDescription":"catalog service description","serviceInvariantUUID":"a435271e-cc8d-4e0a-b846-c1594940dfed","resources":[{"resourceInstanceName":"pNF e9bb99a5-cd37 0","resourceName":"pNF e9bb99a5-cd37","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e294e710-e625-42cd-a95d-38557375d652","resourceInvariantUUID":"5d489db5-93b9-401e-aef7-04e01f36f358","resourceCustomizationUUID":"2639db7f-29ec-40c9-8134-ff029d4d24ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml","artifactChecksum":"MzhjMDlkMGUzMDk5MDc5NGEzMDAzYzAxMzY2YzlhNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b65411ee-3d09-4280-b1e2-f359bba7e3c2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar","artifactChecksum":"NzI4MjdkNmIwNDUwOGI5ZWQ0YjE4NDA4OTI0MTRlZDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db315ec2-1c33-4b95-95b3-8132a7ea9d65","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e1b1b8c-5dda-44fe-ba0d-1f452dba22d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml","artifactChecksum":"NWZjYzI3Njg0NjRkZTVjYmUzZGU3ZTM5NzBhNGMzMzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f522d6fd-2964-4909-a088-636fac616a66","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43a2398c-dad9-49d7-8d17-53288cc335fc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8d1569e-5ebe-46fd-bf17-7b1fda4c87fc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVdj9uhuin90xufcqapap-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml","artifactChecksum":"YmI5NWRmMDg3MjVmODBlZmQ4MjMwMTQ2ZDBmNzNhMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10945820-96f5-48f2-b1ab-b2b2d50d16cd","artifactVersion":"1"},{"artifactName":"service-DemoPnfVdj9uhuin90xufcqapap-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar","artifactChecksum":"NjMyYzdhM2NmMTIxMjNiMjdiYTJkNmRmZDBiMzk4MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af3c08fb-d8f5-4f10-a5e5-7bd254cef296","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:23:51.168Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:51.169Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:51.169Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:51.169Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:52.170Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:52.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:52.171Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:52.172Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:53.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:53.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:53.173Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:53.174Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:54.174Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:54.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:54.175Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:54.176Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:55.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:55.178Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:55.178Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:55.179Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:56.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:56.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:56.184Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:56.184Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:57.187Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:57.187Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:57.188Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:57.188Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:58.189Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:58.190Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:58.190Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:58.190Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:59.192Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"serviceName": "Demo_pNF_vDj9Uhuin90XUfCQAPAp",
"serviceVersion": "1.0",
"serviceUUID": "463598b7-a53a-4064-9396-b2c446af3171",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a435271e-cc8d-4e0a-b846-c1594940dfed",
"resources": [
{
"resourceInstanceName": "pNF e9bb99a5-cd37 0",
"resourceCustomizationUUID": "2639db7f-29ec-40c9-8134-ff029d4d24ec",
"resourceName": "pNF e9bb99a5-cd37",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "e294e710-e625-42cd-a95d-38557375d652",
"resourceInvariantUUID": "5d489db5-93b9-401e-aef7-04e01f36f358",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"artifactChecksum": "NjMyYzdhM2NmMTIxMjNiMjdiYTJkNmRmZDBiMzk4MDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "af3c08fb-d8f5-4f10-a5e5-7bd254cef296"
}
],
"workloadContext": "Production"
}
2023-02-10T09:23:59.192Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:23:59.193Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 463598b7-a53a-4064-9396-b2c446af3171 ASDC
2023-02-10T09:23:59.193Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:272e573a-ab96-4b6e-be98-4db086764d08
ServiceName:Demo_pNF_vDj9Uhuin90XUfCQAPAp
ServiceVersion:1.0
ServiceUUID:463598b7-a53a-4064-9396-b2c446af3171
ServiceInvariantUUID:a435271e-cc8d-4e0a-b846-c1594940dfed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
ArtifactUUID:af3c08fb-d8f5-4f10-a5e5-7bd254cef296
ArtifactChecksum:NjMyYzdhM2NmMTIxMjNiMjdiYTJkNmRmZDBiMzk4MDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e9bb99a5-cd37 0
ResourceCustomizationUUID:2639db7f-29ec-40c9-8134-ff029d4d24ec
ResourceInvariantUUID:5d489db5-93b9-401e-aef7-04e01f36f358
ResourceName:pNF e9bb99a5-cd37
ResourceType:PNF
ResourceUUID:e294e710-e625-42cd-a95d-38557375d652
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-02-10T09:23:59.193Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 463598b7-a53a-4064-9396-b2c446af3171 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:23:59.250Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:23:59.254Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:23:59.254Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:23:59.254Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: af3c08fb-d8f5-4f10-a5e5-7bd254cef296 from URL: /sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:23:59.255Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:23:59.255Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:23:59.374Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:23:59.379Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar af3c08fb-d8f5-4f10-a5e5-7bd254cef296 88019
2023-02-10T09:23:59.380Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar ASDC sendASDCNotification
2023-02-10T09:23:59.380Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:23:59.380Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:23:59.381Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:59.381Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:59.381Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021039380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:00.085Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:00.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020878595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020914689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "multicloud-k8s",
"timestamp": 1676020907472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020878595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020914689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "multicloud-k8s",
"timestamp": 1676020907472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020878595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020914689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.099Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "multicloud-k8s",
"timestamp": 1676020907472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.100Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020878595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.101Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020914689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.102Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "multicloud-k8s",
"timestamp": 1676020907472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020878595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020914689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "multicloud-k8s",
"timestamp": 1676020907472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020925853,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020926017,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020926858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-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-02-10T09:24:00.119Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 272e573a-ab96-4b6e-be98-4db086764d08
2023-02-10T09:24:00.119Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 272e573a-ab96-4b6e-be98-4db086764d08 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-02-10T09:24:00.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020927836,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020927836,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.132Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020927836,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.133Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020927836,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.133Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.134Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020927836,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.136Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020933159,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:24:00.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.138Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020927836,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.140Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "aai-model-loader",
"timestamp": 1676020934161,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:24:00.147Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 272e573a-ab96-4b6e-be98-4db086764d08
2023-02-10T09:24:00.148Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 272e573a-ab96-4b6e-be98-4db086764d08 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:24:00.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020927836,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020927836,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020936624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020938516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-10T09:24:00.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676020939520,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:24:00.187Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 272e573a-ab96-4b6e-be98-4db086764d08
2023-02-10T09:24:00.187Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 272e573a-ab96-4b6e-be98-4db086764d08 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:24:00.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.209Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020927861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.210Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020956775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.210Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.211Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020927861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.211Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.212Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020956775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.212Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.213Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020927861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.214Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020956775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.214Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.215Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020927861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.216Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020956775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.217Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020927861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.218Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020956775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.219Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020927861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.220Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020956775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.221Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020927861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.222Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020956775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.223Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "aai-model-loader",
"timestamp": 1676020974689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020927861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020956775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "aai-model-loader",
"timestamp": 1676020974689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020927861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020956775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-10T09:24:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "aai-model-loader",
"timestamp": 1676020974689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020977463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "aai-model-loader",
"timestamp": 1676020974689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020978562,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "cds-sdc-listener",
"timestamp": 1676020978467,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-02-10T09:24:00.269Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
2023-02-10T09:24:00.269Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b 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-02-10T09:24:00.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "aai-model-loader",
"timestamp": 1676020974689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.279Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020979699,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.280Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "aai-model-loader",
"timestamp": 1676020974689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.281Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "multicloud-k8s",
"timestamp": 1676020980775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.382Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:24:00.383Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:24:00.383Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: af3c08fb-d8f5-4f10-a5e5-7bd254cef296, URL: /sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar to file: /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:00.384Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:00.384Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:00.385Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:00.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16767465371281930976/Definitions/service-DemoPnfVdj9uhuin90xufcqapap-template.yml
2023-02-10T09:24:01.430Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:24:01.430Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e9bb99a5-cd37 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-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.433Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Node template pNF e9bb99a5-cd37 0 is matching search criteria
2023-02-10T09:24:01.433Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-10T09:24:01.433Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e9bb99a5-cd37 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:24:01.433Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:24:01.434Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.434Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Node template pNF e9bb99a5-cd37 0 is matching search criteria
2023-02-10T09:24:01.434Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-10T09:24:01.434Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e9bb99a5-cd37 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:24:01.434Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:24:01.436Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.436Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:24:01.436Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.436Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_vDj9Uhuin90XUfCQAPAp
Description:catalog service description
Model UUID:463598b7-a53a-4064-9396-b2c446af3171
Model Version:NULL
Model InvariantUuid:a435271e-cc8d-4e0a-b846-c1594940dfed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-10T09:24:01.452Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: e294e710-e625-42cd-a95d-38557375d652
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:24:01.455Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||pNF e9bb99a5-cd37 0
2023-02-10T09:24:01.455Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e294e710-e625-42cd-a95d-38557375d652
2023-02-10T09:24:01.456Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 463598b7-a53a-4064-9396-b2c446af3171
2023-02-10T09:24:01.456Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 463598b7-a53a-4064-9396-b2c446af3171
2023-02-10T09:24:01.456Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e9bb99a5-cd37 0 e294e710-e625-42cd-a95d-38557375d652 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:24:01.460Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fed55d4, org.onap.sdc.toscaparser.api.parameters.Input@368164ac, org.onap.sdc.toscaparser.api.parameters.Input@660c974a, org.onap.sdc.toscaparser.api.parameters.Input@273e6e68, org.onap.sdc.toscaparser.api.parameters.Input@32e8ccae]
2023-02-10T09:24:01.460Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:24:01.461Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.461Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 463598b7-a53a-4064-9396-b2c446af3171: pNF e9bb99a5-cd37
2023-02-10T09:24:01.461Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Processing PNF resource: e294e710-e625-42cd-a95d-38557375d652
2023-02-10T09:24:01.461Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-10T09:24:01.462Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.462Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Resource customization UUID: 2639db7f-29ec-40c9-8134-ff029d4d24ec is the same as notified resource customizationUUID: 2639db7f-29ec-40c9-8134-ff029d4d24ec
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-10T09:24:01.511Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e9bb99a5-cd37 e294e710-e625-42cd-a95d-38557375d652 0 ASDC deployResourceStructure
2023-02-10T09:24:01.511Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar ASDC sendASDCNotification
2023-02-10T09:24:01.511Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.511Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:24:01.511Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:01.512Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:01.512Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021041511,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:02.512Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 272e573a-ab96-4b6e-be98-4db086764d08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:24:02.527Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 272e573a-ab96-4b6e-be98-4db086764d08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-10T09:24:02.531Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:24:02.535Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T09:24:32.536Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 272e573a-ab96-4b6e-be98-4db086764d08 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-10T09:24:32.543Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 272e573a-ab96-4b6e-be98-4db086764d08 and serviceModelVersionId: 463598b7-a53a-4064-9396-b2c446af3171
2023-02-10T09:24:32.543Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a435271e-cc8d-4e0a-b846-c1594940dfed
2023-02-10T09:24:32.544Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0
2023-02-10T09:24:32.548Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T09:24:32.601Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-10T09:24:32.608Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0|INFO|500||Invoke
2023-02-10T09:24:32.616Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-10T09:24:32.727Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0|INFO|500||InvokeReturn
2023-02-10T09:24:32.731Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 09:24:33 GMT], content-length=[0], vertex-id=[196768], x-aai-txid=[2-aai-resources-230210-09:24:33:504-12514], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T09:24:32.731Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-10T09:24:32.732Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T09:24:32.732Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:24:32.736Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T09:24:32.736Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 272e573a-ab96-4b6e-be98-4db086764d08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T09:24:32.737Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T09:24:32.737Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:32.737Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:32.737Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021072737,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-10T09:24:33.766Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-10T09:24:33.767Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d1bb8536-e16a-462e-b96c-22a13d822b46","serviceDescription":"service","serviceInvariantUUID":"a4b1877e-188b-4c33-b167-b5a98dec0197","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afeed633-0400-4507-9122-19a43baa7629","resourceInvariantUUID":"25b78c73-23b9-42e9-89be-84d3817084d9","resourceCustomizationUUID":"ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MjM4NjMwMTE1MDVkODEzMTFhNDg0MjliOWQ5NGE4MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2dc75034-0349-4e1d-b83c-0c113469c720","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd7cc551-afd7-400d-8931-e44bfb5d6985","artifactVersion":"2","generatedFromUUID":"65326287-41dc-4d00-8092-39a54de0e553"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"65326287-41dc-4d00-8092-39a54de0e553","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NmU3ZThlNzEyYjk5MTQ3NWNkZTEwYmY1MzU2YWUxZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcff0853-2a04-4097-9afd-bd70d2afcc01","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"038d2e6d-be52-4650-b0de-688363773095","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72777629-a079-4b37-97bf-f307c8b112d7","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b","artifactVersion":"2","generatedFromUUID":"038d2e6d-be52-4650-b0de-688363773095"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjhhNmRjYzZiM2M2Y2Y1MTQ1ZGE1MzM2Mzk3YjNlYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0715a7fb-52ad-48e6-b400-a94006e5c194","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTkyYWVmZmViZWZjNGVkM2ExZDRjOWRkNGZjYjQ0N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9363dbfe-fb03-4500-9616-a880e90bdf30","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:24:33.768Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:33.768Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:33.768Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:33.768Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:34.769Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:34.770Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:34.770Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:34.770Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:35.770Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:35.771Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:35.771Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:35.771Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:36.772Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:36.773Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:36.773Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:36.773Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:37.775Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:37.775Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:37.778Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:37.778Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:38.779Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:38.780Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:38.780Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:38.780Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:39.782Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:39.782Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:39.783Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:39.783Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:40.784Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:40.784Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:40.785Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:40.785Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:41.786Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:41.787Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:41.787Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:41.787Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021031147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:42.789Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "d1bb8536-e16a-462e-b96c-22a13d822b46",
"serviceDescription": "service",
"serviceInvariantUUID": "a4b1877e-188b-4c33-b167-b5a98dec0197",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "afeed633-0400-4507-9122-19a43baa7629",
"resourceInvariantUUID": "25b78c73-23b9-42e9-89be-84d3817084d9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd7cc551-afd7-400d-8931-e44bfb5d6985",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "65326287-41dc-4d00-8092-39a54de0e553",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "NmU3ZThlNzEyYjk5MTQ3NWNkZTEwYmY1MzU2YWUxZWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bcff0853-2a04-4097-9afd-bd70d2afcc01",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "038d2e6d-be52-4650-b0de-688363773095",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b",
"generatedFromUUID": "038d2e6d-be52-4650-b0de-688363773095"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZTkyYWVmZmViZWZjNGVkM2ExZDRjOWRkNGZjYjQ0N2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9363dbfe-fb03-4500-9616-a880e90bdf30"
}
],
"workloadContext": "Production"
}
2023-02-10T09:24:42.790Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:24:42.790Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d1bb8536-e16a-462e-b96c-22a13d822b46 ASDC
2023-02-10T09:24:42.791Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d1bb8536-e16a-462e-b96c-22a13d822b46
ServiceInvariantUUID:a4b1877e-188b-4c33-b167-b5a98dec0197
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:9363dbfe-fb03-4500-9616-a880e90bdf30
ArtifactChecksum:ZTkyYWVmZmViZWZjNGVkM2ExZDRjOWRkNGZjYjQ0N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2
ResourceInvariantUUID:25b78c73-23b9-42e9-89be-84d3817084d9
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:afeed633-0400-4507-9122-19a43baa7629
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:bd7cc551-afd7-400d-8931-e44bfb5d6985
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:65326287-41dc-4d00-8092-39a54de0e553
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:bcff0853-2a04-4097-9afd-bd70d2afcc01
ArtifactChecksum:NmU3ZThlNzEyYjk5MTQ3NWNkZTEwYmY1MzU2YWUxZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:038d2e6d-be52-4650-b0de-688363773095
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-10T09:24:42.792Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1bb8536-e16a-462e-b96c-22a13d822b46 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-10T09:24:42.835Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:24:42.836Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:24:42.836Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:24:42.836Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9363dbfe-fb03-4500-9616-a880e90bdf30 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-10T09:24:42.837Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:24:42.837Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-10T09:24:42.892Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:24:42.894Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9363dbfe-fb03-4500-9616-a880e90bdf30 73993
2023-02-10T09:24:42.895Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-10T09:24:42.896Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-10T09:24:42.896Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:24:42.897Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:42.897Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:42.897Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
"consumerID": "SO-sdc-controller",
"timestamp": 1676021082895,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:43.898Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:24:43.900Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:24:43.900Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9363dbfe-fb03-4500-9616-a880e90bdf30, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:43.900Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-10T09:24:43.901Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:43.901Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:44.025Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14659152441300900959/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-10T09:24:45.191Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:24:45.192Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-10T09:24:45.192Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:45.193Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-10T09:24:45.193Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:45.193Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:45.193Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:45.194Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:45.194Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-10T09:24:45.194Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery