Results

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-16T00:33:26.804Z||main|||||INFO|500||The following profiles are active: basic
2023-02-16T00:33:59.922Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-16T00:33:59.924Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-16T00:34:00.155Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-16T00:34:10.971Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-16T00:34:12.072Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-16T00:34:13.590Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-16T00:34:14.105Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-16T00:34:15.725Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-16T00:34:23.199Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-16T00:34:24.659Z||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-16T00:34:31.041Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-16T00:34:31.330Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-16T00:34:31.395Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-16T00:34:31.423Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-16T00:34:32.552Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-16T00:34:33.574Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-16T00:34:35.996Z||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-16T00:34:37.344Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-16T00:34:37.345Z||main|||||ERROR|500||(conn=1416) Table 'catalogdb.activity_spec' doesn't exist
2023-02-16T00:34:37.385Z||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-16T00:34:44.688Z||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-16T00:34:51.502Z||main|||||WARN|500||---
2023-02-16T00:34:51.503Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-16T00:34:51.504Z||main|||||WARN|500||---
2023-02-16T00:34:52.250Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-16T00:35:03.508Z||main|||||INFO|500||Started Application in 105.093 seconds (JVM running for 115.016)
2023-02-16T00:35:03.650Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-16T00:35:03.682Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-16T00:35:03.705Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-16T00:35:03.910Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3ef4eae9-bd7b-4548-b01c-6f848a84d4bc url= /sdc/v1/artifactTypes
2023-02-16T00:35:03.929Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-16T00:35:04.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-16T00:35:04.780Z||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-16T00:35:04.781Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-16T00:35:04.782Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ca9bdf57-5805-4d7d-ad9d-feb95dd61365 url= /sdc/v1/distributionKafkaData
2023-02-16T00:35:04.782Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-16T00:35:04.896Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-16T00:35:04.911Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@680201c6
2023-02-16T00:35:05.067Z||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-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc
	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-16T00:35:05.216Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Instantiated an idempotent producer.
2023-02-16T00:35:05.493Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-16T00:35:05.669Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-16T00:35:05.670Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-16T00:35:05.670Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676507705658
2023-02-16T00:35:05.697Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-16T00:35:05.760Z||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-39120feb-abd5-4f40-88bf-63e9f19fcc49
	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-16T00:35:06.155Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-16T00:35:06.156Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-16T00:35:06.157Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676507706155
2023-02-16T00:35:06.160Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:35:06.166Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:35:06.168Z||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-2cce6a50-8cdd-4031-b27a-58baa81cbc41
	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-16T00:35:06.213Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-16T00:35:06.213Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-16T00:35:06.214Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676507706212
2023-02-16T00:35:06.215Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:35:06.223Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:35:06.337Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-16T00:35:08.164Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:08.167Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:08.167Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:08.167Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:08.168Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:08.168Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:08.177Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 LsqalYJDSOy8zYrnrGQfFw
2023-02-16T00:35:08.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 LsqalYJDSOy8zYrnrGQfFw
2023-02-16T00:35:08.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 LsqalYJDSOy8zYrnrGQfFw
2023-02-16T00:35:08.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 LsqalYJDSOy8zYrnrGQfFw
2023-02-16T00:35:08.182Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Cluster ID: AS06-ss5SQewaayZFIduuA
2023-02-16T00:35:08.182Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 LsqalYJDSOy8zYrnrGQfFw
2023-02-16T00:35:08.183Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 LsqalYJDSOy8zYrnrGQfFw
2023-02-16T00:35:08.188Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Cluster ID: AS06-ss5SQewaayZFIduuA
2023-02-16T00:35:08.186Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Cluster ID: AS06-ss5SQewaayZFIduuA
2023-02-16T00:35:08.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-16T00:35:08.202Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] ProducerId set to 1003 with epoch 0
2023-02-16T00:35:08.204Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-16T00:35:08.255Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] (Re-)joining group
2023-02-16T00:35:08.256Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] (Re-)joining group
2023-02-16T00:35:08.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41-01dc3a65-ace3-4e78-ad1e-637b32d0c99e
2023-02-16T00:35:08.521Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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-16T00:35:08.522Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] (Re-)joining group
2023-02-16T00:35:08.534Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49-c4666444-b032-4735-9589-7fc23fceecfb
2023-02-16T00:35:08.536Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, 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-16T00:35:08.536Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] (Re-)joining group
2023-02-16T00:35:14.533Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49-c4666444-b032-4735-9589-7fc23fceecfb', protocol='range'}
2023-02-16T00:35:14.568Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41-01dc3a65-ace3-4e78-ad1e-637b32d0c99e', protocol='range'}
2023-02-16T00:35:14.722Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:14.723Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:14.724Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:14.725Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:14.726Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:14.727Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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 iRnBOmp-RvWfVFbU7mtcYw
2023-02-16T00:35:14.738Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41-01dc3a65-ace3-4e78-ad1e-637b32d0c99e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49-c4666444-b032-4735-9589-7fc23fceecfb=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-16T00:35:14.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41-01dc3a65-ace3-4e78-ad1e-637b32d0c99e', protocol='range'}
2023-02-16T00:35:14.780Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49-c4666444-b032-4735-9589-7fc23fceecfb', protocol='range'}
2023-02-16T00:35:14.782Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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-16T00:35:14.782Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, 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-16T00:35:14.794Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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-16T00:35:14.815Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, 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-16T00:35:14.854Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-16T00:35:14.854Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-16T00:35:14.857Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-16T00:35:14.858Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-16T00:35:14.858Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-16T00:35:14.858Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-16T00:35:14.860Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-16T00:35:14.860Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-16T00:35:14.860Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-16T00:35:14.861Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-16T00:35:14.861Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-16T00:35:14.863Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-16T00:35:15.000Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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-16T00:35:15.002Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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-16T00:35:15.184Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-16T00:35:15.186Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-16T00:35:15.192Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-16T00:35:15.193Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-16T00:35:15.267Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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-16T00:35:15.268Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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-16T00:35:15.295Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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-16T00:35:15.296Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, 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-16T00:35:15.317Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-16T00:35:15.320Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-16T00:36:06.175Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:36:06.317Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:37:06.244Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:37:06.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:38:06.249Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:38:06.325Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:39:06.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:39:06.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:40:06.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:40:06.328Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:41:06.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:41:06.330Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:42:06.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:42:06.341Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:43:06.272Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:43:06.342Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:43:36.406Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-16T00:44:06.276Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:44:06.344Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:44:08.202Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-39120feb-abd5-4f40-88bf-63e9f19fcc49, groupId=so] Node -1 disconnected.
2023-02-16T00:44:08.245Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2cce6a50-8cdd-4031-b27a-58baa81cbc41, groupId=so] Node -1 disconnected.
2023-02-16T00:44:08.790Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Node -1 disconnected.
2023-02-16T00:45:06.278Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:45:06.347Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:46:06.296Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:46:06.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:47:06.299Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:47:06.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:48:06.301Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:48:06.360Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:49:06.317Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:49:06.362Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:50:06.318Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:50:06.364Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:51:06.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:51:06.381Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:52:06.323Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:52:06.382Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:53:06.327Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:53:06.386Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:54:06.329Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:54:06.388Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:55:06.333Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:55:06.389Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:56:06.333Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:56:06.395Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:57:06.337Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:57:06.404Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:58:06.359Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:58:06.411Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T00:59:06.371Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T00:59:06.413Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:00:06.375Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:00:06.415Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:01:06.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:01:06.417Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:02:06.380Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:02:06.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:03:06.381Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:03:06.423Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:04:06.382Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:04:06.424Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:05:06.384Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:05:06.426Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:06:06.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:06:06.428Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:07:06.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:07:06.430Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:08:06.391Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:08:06.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:09:06.393Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:09:06.441Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:10:06.395Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:10:06.445Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:11:06.399Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:11:06.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:12:06.402Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:12:06.451Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:13:06.407Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:13:06.452Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:14:06.409Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:14:06.454Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:15:06.411Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:15:06.459Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:16:06.414Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:16:06.460Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:17:06.417Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:17:06.464Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:18:06.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:18:06.466Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:19:06.425Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:19:06.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:20:06.427Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:20:06.469Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:21:06.428Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:21:06.470Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:22:06.432Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:22:06.472Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:23:06.433Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:23:06.474Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:24:06.436Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:24:06.478Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:25:06.438Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:25:06.480Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:26:06.440Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:26:06.481Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:27:06.445Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:27:06.485Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:28:06.447Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:28:06.497Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:29:06.450Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:29:06.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:30:06.452Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:30:06.500Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:31:06.459Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:31:06.502Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:32:06.463Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:32:06.507Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:33:06.465Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:33:06.509Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:34:06.467Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:34:06.511Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:35:06.472Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:35:06.514Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:36:06.473Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:36:06.516Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:37:06.478Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:37:06.545Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:38:06.483Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:38:06.548Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:39:06.483Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:39:06.550Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:40:06.488Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:40:06.552Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:41:06.495Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:41:06.568Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:42:06.496Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:42:06.568Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:43:06.499Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:43:06.570Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:44:06.502Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:44:06.571Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:45:06.505Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:45:06.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:46:06.507Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:46:06.578Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:47:06.507Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:47:06.580Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:48:06.508Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:48:06.582Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:49:06.514Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:49:06.587Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:50:06.517Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:50:06.589Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:51:06.526Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:51:06.592Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:52:06.527Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:52:06.593Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:53:06.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:53:06.596Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:54:06.535Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:54:06.598Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:55:06.537Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:55:06.600Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:56:06.543Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:56:06.601Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:57:06.546Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:57:06.601Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:58:06.547Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:58:06.603Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T01:59:06.551Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T01:59:06.604Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:00:06.556Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:00:06.617Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:01:06.557Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:01:06.619Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:02:06.560Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:02:06.620Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:03:06.562Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:03:06.622Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:04:06.564Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:04:06.624Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:05:06.567Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:05:06.630Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:06:06.571Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:06:06.631Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:07:06.572Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:07:06.632Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:08:06.573Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:08:06.635Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:09:06.575Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:09:06.637Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:10:06.579Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:10:06.638Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:11:06.582Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:11:06.642Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:12:06.584Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:12:06.644Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:13:06.585Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:13:06.646Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:14:06.586Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:14:06.647Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:15:06.588Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:15:06.649Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:16:06.592Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:16:06.650Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:17:06.595Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:17:06.653Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:18:06.597Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:18:06.655Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:19:06.598Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:19:06.656Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:20:06.599Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:20:06.658Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:21:06.602Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:21:06.663Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:22:06.606Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:22:06.666Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:23:06.609Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:23:06.677Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:24:06.610Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:24:06.684Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:25:06.612Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:25:06.687Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:26:06.615Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:26:06.689Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:27:06.617Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:27:06.693Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:28:06.620Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:28:06.695Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:29:06.621Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:29:06.696Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:30:06.623Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:30:06.697Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:31:06.631Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:31:06.698Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:32:06.633Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:32:06.699Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:33:06.635Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:33:06.703Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:34:06.638Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:34:06.704Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:35:06.667Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:35:06.706Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:36:06.669Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:36:06.708Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:37:06.676Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:37:06.711Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:38:06.678Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:38:06.713Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:39:06.681Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:39:06.715Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:40:06.684Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:40:06.733Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:41:06.687Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:41:06.737Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:42:06.691Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:42:06.738Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:43:06.694Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:43:06.740Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:44:06.697Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:44:06.741Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:45:06.699Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:45:06.744Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:46:06.716Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:46:06.749Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:47:06.729Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:47:06.751Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:48:06.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:48:06.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:49:06.733Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:49:06.753Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:50:06.734Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:50:06.754Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:51:06.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:51:06.755Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:52:06.742Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:52:06.757Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:53:06.745Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:53:06.759Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:54:06.748Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:54:06.759Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:55:06.748Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:55:06.763Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:56:06.757Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:56:06.765Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:57:06.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:57:06.767Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:58:06.763Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:58:06.771Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T02:59:06.763Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T02:59:06.772Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:00:06.765Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:00:06.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:01:06.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:01:06.774Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:02:06.774Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:02:06.775Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:03:06.775Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:03:06.776Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:04:06.776Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:04:06.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:05:06.780Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:05:06.781Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:06:06.782Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:06:06.782Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:07:06.784Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:07:06.783Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:08:06.789Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:08:06.788Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:09:06.797Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:09:06.798Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:10:06.799Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:10:06.800Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:11:06.800Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:11:06.801Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:12:06.802Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:12:06.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:13:06.803Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:13:06.804Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:14:06.803Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:14:06.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:15:06.804Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:15:06.806Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:16:06.808Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:16:06.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:17:06.827Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:17:06.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:18:06.829Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:18:06.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:19:06.830Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:19:06.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:20:06.831Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:20:06.866Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:21:06.835Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:21:06.867Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:22:06.836Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:22:06.869Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:23:06.838Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:23:06.870Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:24:06.846Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:24:06.872Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:25:06.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:25:06.880Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:26:06.865Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:26:06.881Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:27:06.870Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:27:06.884Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:28:06.870Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:28:06.885Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:29:06.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:29:06.895Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:30:06.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:30:06.897Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:31:06.891Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:31:06.899Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:32:06.894Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:32:06.904Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:33:06.899Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:33:06.906Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:34:06.901Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:34:06.914Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:35:06.903Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:35:06.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:36:06.908Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:36:06.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:37:06.911Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:37:06.924Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:38:06.913Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:38:06.927Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:39:06.917Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:39:06.929Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:40:06.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:40:06.931Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:41:06.923Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:41:06.932Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:42:06.926Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:42:06.934Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:43:06.928Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:43:06.935Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:44:06.929Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:44:06.936Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:45:06.931Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:45:06.938Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:46:06.932Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:46:06.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:47:06.935Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:47:06.941Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:48:06.943Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:48:06.945Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:49:06.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:49:06.951Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:50:06.947Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:50:06.953Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:51:06.951Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:51:06.954Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:52:06.951Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:52:06.956Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:53:06.956Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:53:06.959Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:54:06.966Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:54:06.965Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:55:06.967Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:55:06.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:56:06.969Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:56:06.970Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:57:06.971Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:57:06.971Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:58:06.974Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:58:06.979Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T03:59:06.979Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T03:59:06.980Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:00:06.980Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:00:06.981Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:01:06.980Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:01:06.983Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:02:06.987Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:02:06.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:03:06.995Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:03:06.998Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:04:06.996Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:04:07.000Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:05:07.002Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:05:07.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:06:07.004Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:06:07.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:07:07.006Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:07:07.021Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:08:07.016Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:08:07.072Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:09:07.017Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:09:07.075Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:10:07.019Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:10:07.075Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:11:07.031Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:11:07.079Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:12:07.033Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:12:07.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:13:07.044Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:13:07.082Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:14:07.046Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:14:07.083Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:15:07.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:15:07.086Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:16:07.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:16:07.087Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:17:07.050Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:17:07.087Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:18:07.053Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:18:07.088Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:19:07.053Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:19:07.090Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:20:07.055Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:20:07.091Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:21:07.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:21:07.092Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:22:07.075Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:22:07.094Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:23:07.078Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:23:07.095Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:24:07.087Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:24:07.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:25:07.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:25:07.107Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:26:07.107Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:26:07.103Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:27:07.115Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:27:07.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:28:07.116Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:28:07.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:29:07.117Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:29:07.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:29:41.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T04:29:41.485Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"7e1cc987-4f0e-4b8c-96ae-8c062a5c7537","serviceName":"basic_onboard_MnXaPU","serviceVersion":"1.0","serviceUUID":"621662cf-3416-4712-95b6-e40b32d5cbc7","serviceDescription":"service","serviceInvariantUUID":"b612f4ee-7b4c-4692-b41c-ff4c9077c099","resources":[{"resourceInstanceName":"basic_onboard_MnXaPU 0","resourceName":"basic_onboard_MnXaPU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f528b50-0e12-4b89-99c2-7ee7227d1bcb","resourceInvariantUUID":"7da606d7-c45a-4c6f-966d-f8ddb8d5f872","resourceCustomizationUUID":"50d0660c-37ee-468c-8f77-fb1d5f8e0d91","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vf-license-model.xml","artifactChecksum":"ZmYzMGQ0MGMzMzA5MWJlMGQ3YWRhMDU0OTA5MDI0ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4692243-d228-4c40-905a-14e819c415f1","artifactVersion":"1"},{"artifactName":"basic_onboard_mnxapu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json","artifactChecksum":"ZjA0YThlYTBjYjdkOGI5NDhmZTdhMmQ4MjUyZmY1YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4803728c-e443-4cea-91c8-ff895f8eb94b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"75d5e0b9-d6cb-4c6d-9032-74994cf3c947","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce8aed4f-9cee-4d45-b215-ac8cf1087bdd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c1e4969-af96-4892-87a9-8f60255b9461","artifactVersion":"2","generatedFromUUID":"75d5e0b9-d6cb-4c6d-9032-74994cf3c947"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMnxapu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-template.yml","artifactChecksum":"NzNhNmI1MzBhMmVkMGQ3MGQ1MDkxMDQwMjNjNTcyM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afdf1be5-4aa6-4d78-81a3-28f298d0a108","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMnxapu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar","artifactChecksum":"ZDMxNzkzMDY1MzFiNmI4ZjUzZjQ4OTA4Mjk2NWI5NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"489f25e2-28c3-486a-9f07-cc67071e07c0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T04:29:41.529Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:29:41.555Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:29:41.556Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:29:41.556Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:29:41.655Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T04:29:41.656Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T04:29:41.656Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T04:29:41.656Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T04:29:41.657Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T04:29:41.657Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T04:29:41.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:29:41.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676521736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:29:41.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:29:42.727Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:29:42.733Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:29:42.733Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:29:42.737Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:29:43.740Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:29:43.741Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:29:43.741Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:29:43.741Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:29:44.743Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:29:44.745Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:29:44.746Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:29:44.747Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:29:45.750Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:29:45.752Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:29:45.752Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:29:45.752Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:29:46.754Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:29:46.756Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:29:46.757Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:29:46.757Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:29:47.759Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:29:47.765Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:29:47.769Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:29:47.770Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:29:48.788Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "serviceName": "basic_onboard_MnXaPU",
  "serviceVersion": "1.0",
  "serviceUUID": "621662cf-3416-4712-95b6-e40b32d5cbc7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b612f4ee-7b4c-4692-b41c-ff4c9077c099",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_MnXaPU 0",
      "resourceCustomizationUUID": "50d0660c-37ee-468c-8f77-fb1d5f8e0d91",
      "resourceName": "basic_onboard_MnXaPU",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f528b50-0e12-4b89-99c2-7ee7227d1bcb",
      "resourceInvariantUUID": "7da606d7-c45a-4c6f-966d-f8ddb8d5f872",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mnxapu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
          "artifactChecksum": "ZjA0YThlYTBjYjdkOGI5NDhmZTdhMmQ4MjUyZmY1YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4803728c-e443-4cea-91c8-ff895f8eb94b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "75d5e0b9-d6cb-4c6d-9032-74994cf3c947",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c1e4969-af96-4892-87a9-8f60255b9461",
            "generatedFromUUID": "75d5e0b9-d6cb-4c6d-9032-74994cf3c947"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c1e4969-af96-4892-87a9-8f60255b9461",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMnxapu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
      "artifactChecksum": "ZDMxNzkzMDY1MzFiNmI4ZjUzZjQ4OTA4Mjk2NWI5NjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "489f25e2-28c3-486a-9f07-cc67071e07c0"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T04:29:48.801Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T04:29:48.802Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 621662cf-3416-4712-95b6-e40b32d5cbc7 ASDC
2023-02-16T04:29:49.029Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
ServiceName:basic_onboard_MnXaPU
ServiceVersion:1.0
ServiceUUID:621662cf-3416-4712-95b6-e40b32d5cbc7
ServiceInvariantUUID:b612f4ee-7b4c-4692-b41c-ff4c9077c099
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMnxapu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar
ArtifactUUID:489f25e2-28c3-486a-9f07-cc67071e07c0
ArtifactChecksum:ZDMxNzkzMDY1MzFiNmI4ZjUzZjQ4OTA4Mjk2NWI5NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MnXaPU 0
ResourceCustomizationUUID:50d0660c-37ee-468c-8f77-fb1d5f8e0d91
ResourceInvariantUUID:7da606d7-c45a-4c6f-966d-f8ddb8d5f872
ResourceName:basic_onboard_MnXaPU
ResourceType:VF
ResourceUUID:2f528b50-0e12-4b89-99c2-7ee7227d1bcb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mnxapu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json
ArtifactUUID:4803728c-e443-4cea-91c8-ff895f8eb94b
ArtifactChecksum:ZjA0YThlYTBjYjdkOGI5NDhmZTdhMmQ4MjUyZmY1YTU=
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/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:75d5e0b9-d6cb-4c6d-9032-74994cf3c947
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/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env
ArtifactUUID:9c1e4969-af96-4892-87a9-8f60255b9461
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/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env
ArtifactUUID:9c1e4969-af96-4892-87a9-8f60255b9461
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-16T04:29:49.030Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 621662cf-3416-4712-95b6-e40b32d5cbc7 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-16T04:29:49.603Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T04:29:49.606Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-16T04:29:49.608Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-16T04:29:49.608Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 489f25e2-28c3-486a-9f07-cc67071e07c0 from URL: /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:49.609Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-16T04:29:49.610Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:50.832Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-16T04:29:50.890Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar 489f25e2-28c3-486a-9f07-cc67071e07c0 75680
2023-02-16T04:29:50.894Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar ASDC sendASDCNotification
2023-02-16T04:29:50.894Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:50.905Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T04:29:50.907Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:29:50.907Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:29:50.908Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521790892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:29:51.910Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T04:29:51.913Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-16T04:29:51.914Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 489f25e2-28c3-486a-9f07-cc67071e07c0, URL: /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar to file: /app/ASDC/1/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:51.915Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:52.288Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:52.288Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:53.969Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14276882877103646588/Definitions/service-BasicOnboardMnxapu-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-16T04:29:58.622Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T04:29:58.634Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-16T04:29:58.635Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:58.635Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-16T04:29:58.635Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MnXaPU 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-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:58.635Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:58.636Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:58.636Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:58.636Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:58.637Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:58.637Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:29:58.637Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-16T04:29:58.648Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.651Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:29:58.660Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is matching search criteria
2023-02-16T04:29:58.661Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-16T04:29:58.664Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_MnXaPU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T04:29:58.668Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.669Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:29:58.669Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is matching search criteria
2023-02-16T04:29:58.669Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-16T04:29:58.670Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_MnXaPU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T04:29:58.670Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.671Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:29:58.678Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.679Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is not matching search criteria
2023-02-16T04:29:58.679Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-16T04:29:58.680Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-16T04:29:58.680Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-16T04:29:58.680Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-16T04:29:58.680Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-16T04:29:58.681Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.681Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T04:29:58.684Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.686Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is matching search criteria
2023-02-16T04:29:58.687Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_MnXaPU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:29:58.687Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.688Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is matching search criteria
2023-02-16T04:29:58.688Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_MnXaPU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:29:58.688Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.688Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is matching search criteria
2023-02-16T04:29:58.688Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_MnXaPU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:29:58.689Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.689Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is not matching search criteria
2023-02-16T04:29:58.689Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-16T04:29:58.689Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-16T04:29:58.690Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb457d34-f532-40bc-974c-179430ed534c
2023-02-16T04:29:58.690Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.690Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:29:58.690Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.691Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:29:58.691Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.691Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:29:58.692Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:29:58.692Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:29:58.692Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_MnXaPU
Description:service
Model UUID:621662cf-3416-4712-95b6-e40b32d5cbc7
Model Version:NULL
Model InvariantUuid:b612f4ee-7b4c-4692-b41c-ff4c9077c099
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_MnXaPU
Model UUID:66585cea-6b0e-40ea-8c1c-860de9d8a542
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7da606d7-c45a-4c6f-966d-f8ddb8d5f872
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:50d0660c-37ee-468c-8f77-fb1d5f8e0d91
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d1252f7f-8e8f-48e9-a285-5a3b70925281
ModelName:BasicOnboardMnxapu..base_ubuntu18..module-0
ModelUuid:82761818-42d0-464c-ab48-c91a1a73a485
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb457d34-f532-40bc-974c-179430ed534c
ModelInvariantUuid:32cfaedd-ba19-453b-af05-a2635e726ab6
ModelName:basic_onboard_MnXaPU-nodes.ubuntu18Cvfc
ModelUuid:e7db551d-647a-4447-9432-add53038651a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6d39dda3-11e2-42e1-a47f-8a1e81c86784
ModelInvariantUuid:8124cbb5-966a-48cf-adb9-2482ab7f8dc7
ModelName:BasicOnboardMnxapu.compute.nodes.heat.ubuntu18
ModelUuid:ec80bc72-62b0-4f8a-8771-9a904392d48a
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-16T04:29:59.058Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f528b50-0e12-4b89-99c2-7ee7227d1bcb
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-16T04:29:59.540Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||basic_onboard_MnXaPU 0
2023-02-16T04:29:59.554Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f528b50-0e12-4b89-99c2-7ee7227d1bcb
2023-02-16T04:29:59.554Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4803728c-e443-4cea-91c8-ff895f8eb94b from URL: /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json
2023-02-16T04:29:59.555Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-16T04:29:59.555Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json
2023-02-16T04:30:00.168Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-16T04:30:00.170Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json 4803728c-e443-4cea-91c8-ff895f8eb94b 798
2023-02-16T04:30:00.170Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json ASDC sendASDCNotification
2023-02-16T04:30:00.171Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json
2023-02-16T04:30:00.171Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T04:30:00.171Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:30:00.171Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:30:00.172Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521800170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:30:01.180Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMnxapu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d1252f7f-8e8f-48e9-a285-5a3b70925281",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "82761818-42d0-464c-ab48-c91a1a73a485",
    "vfModuleModelCustomizationUUID": "47f5a846-0a9e-44c7-8382-068feb5a2906",
    "isBase": true,
    "artifacts": [
      "75d5e0b9-d6cb-4c6d-9032-74994cf3c947",
      "9c1e4969-af96-4892-87a9-8f60255b9461"
    ],
    "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-16T04:30:01.213Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMnxapu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82761818-42d0-464c-ab48-c91a1a73a485
VfModuleModelInvariantUUID:d1252f7f-8e8f-48e9-a285-5a3b70925281
VfModuleModelDescription:NULL
Artifacts UUID List:{
75d5e0b9-d6cb-4c6d-9032-74994cf3c947
,
9c1e4969-af96-4892-87a9-8f60255b9461

}
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-16T04:30:01.219Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMnxapu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d1252f7f-8e8f-48e9-a285-5a3b70925281",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "82761818-42d0-464c-ab48-c91a1a73a485",
    "vfModuleModelCustomizationUUID": "47f5a846-0a9e-44c7-8382-068feb5a2906",
    "isBase": true,
    "artifacts": [
      "75d5e0b9-d6cb-4c6d-9032-74994cf3c947",
      "9c1e4969-af96-4892-87a9-8f60255b9461"
    ],
    "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-16T04:30:01.227Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMnxapu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82761818-42d0-464c-ab48-c91a1a73a485
VfModuleModelInvariantUUID:d1252f7f-8e8f-48e9-a285-5a3b70925281
VfModuleModelDescription:NULL
Artifacts UUID List:{
75d5e0b9-d6cb-4c6d-9032-74994cf3c947
,
9c1e4969-af96-4892-87a9-8f60255b9461

}
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-16T04:30:01.227Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 75d5e0b9-d6cb-4c6d-9032-74994cf3c947 from URL: /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml
2023-02-16T04:30:01.227Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-16T04:30:01.227Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml
2023-02-16T04:30:02.190Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-16T04:30:02.192Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml 75d5e0b9-d6cb-4c6d-9032-74994cf3c947 5033
2023-02-16T04:30:02.194Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-16T04:30:02.194Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml
2023-02-16T04:30:02.194Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T04:30:02.194Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:30:02.195Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:30:02.195Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521802194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:30:03.197Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9c1e4969-af96-4892-87a9-8f60255b9461 from URL: /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env
2023-02-16T04:30:03.197Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-16T04:30:03.198Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env
2023-02-16T04:30:03.905Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-16T04:30:03.906Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env 9c1e4969-af96-4892-87a9-8f60255b9461 909
2023-02-16T04:30:03.907Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-16T04:30:03.907Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env
2023-02-16T04:30:03.907Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T04:30:03.908Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:30:03.908Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:30:03.908Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521803907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:30:04.913Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 621662cf-3416-4712-95b6-e40b32d5cbc7
2023-02-16T04:30:04.914Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MnXaPU 0 2f528b50-0e12-4b89-99c2-7ee7227d1bcb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-16T04:30:05.222Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fdc9728, org.onap.sdc.toscaparser.api.parameters.Input@4511c70d, org.onap.sdc.toscaparser.api.parameters.Input@471be666, org.onap.sdc.toscaparser.api.parameters.Input@77e63a67, org.onap.sdc.toscaparser.api.parameters.Input@4c388664]
2023-02-16T04:30:05.238Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.239Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:30:05.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-02-16T04:30:05.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 50d0660c-37ee-468c-8f77-fb1d5f8e0d91
2023-02-16T04:30:05.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50d0660c-37ee-468c-8f77-fb1d5f8e0d91 matches Tosca VF Customization UUID: 50d0660c-37ee-468c-8f77-fb1d5f8e0d91
2023-02-16T04:30:05.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 50d0660c-37ee-468c-8f77-fb1d5f8e0d91  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-16T04:30:05.285Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.286Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:30:05.297Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 50d0660c-37ee-468c-8f77-fb1d5f8e0d91: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-16T04:30:05.297Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58de09f3
2023-02-16T04:30:05.298Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.298Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T04:30:05.299Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47f5a846-0a9e-44c7-8382-068feb5a2906
2023-02-16T04:30:05.301Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47f5a846-0a9e-44c7-8382-068feb5a2906
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-16T04:30:05.344Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.345Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is matching search criteria
2023-02-16T04:30:05.345Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_MnXaPU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:30:05.347Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.347Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is matching search criteria
2023-02-16T04:30:05.347Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_MnXaPU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:30:05.347Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.348Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is not matching search criteria
2023-02-16T04:30:05.348Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-16T04:30:05.348Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-16T04:30:05.349Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb457d34-f532-40bc-974c-179430ed534c
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-16T04:30:05.532Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.534Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is matching search criteria
2023-02-16T04:30:05.534Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_MnXaPU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:30:05.535Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.535Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_MnXaPU 0 is matching search criteria
2023-02-16T04:30:05.535Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_MnXaPU 0] matching following query criteria: sdcType=VF, customizationUUID=50d0660c-37ee-468c-8f77-fb1d5f8e0d91
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-16T04:30:05.568Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.568Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:30:05.569Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 621662cf-3416-4712-95b6-e40b32d5cbc7: basic_onboard_MnXaPU
2023-02-16T04:30:05.569Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.570Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:30:05.570Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.570Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:30:05.571Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.571Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:30:05.571Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.572Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:30:05.572Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:30:05.580Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_MnXaPU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:30:05.581Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_MnXaPU 
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=?
2023-02-16T04:30:06.219Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:30:06.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:30:06.223Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521777900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:30:06.228Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-16T04:30:07.687Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MnXaPU 2f528b50-0e12-4b89-99c2-7ee7227d1bcb 1 ASDC deployResourceStructure
2023-02-16T04:30:07.691Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json ASDC sendASDCNotification
2023-02-16T04:30:07.691Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json
2023-02-16T04:30:07.691Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T04:30:07.695Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:30:07.697Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:30:07.698Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521807690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:30:08.700Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-16T04:30:08.701Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml
2023-02-16T04:30:08.701Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T04:30:08.702Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:30:08.702Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:30:08.702Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521808700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:30:09.705Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-16T04:30:09.705Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env
2023-02-16T04:30:09.705Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T04:30:09.706Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:30:09.707Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:30:09.707Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521809704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:30:10.710Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar ASDC sendASDCNotification
2023-02-16T04:30:10.711Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar
2023-02-16T04:30:10.715Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T04:30:10.717Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:30:10.718Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:30:10.726Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521810710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:30:11.728Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
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-16T04:30:11.940Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
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-16T04:30:11.973Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T04:30:11.973Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T04:30:11.973Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T04:30:41.974Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
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-16T04:30:42.042Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
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-16T04:30:42.052Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T04:30:42.053Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T04:30:42.053Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T04:31:06.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:31:06.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.232Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "aai-model-loader",
  "timestamp": 1676521772714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.234Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.235Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676521736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.236Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521777900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.237Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "aai-model-loader",
  "timestamp": 1676521772714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.238Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.239Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676521736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.240Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521777900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.240Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "aai-model-loader",
  "timestamp": 1676521772714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.241Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.242Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676521736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.242Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.242Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521777900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.245Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "aai-model-loader",
  "timestamp": 1676521772714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.247Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.251Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676521736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521777900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "aai-model-loader",
  "timestamp": 1676521772714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676521736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.257Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521777900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "aai-model-loader",
  "timestamp": 1676521772714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676521736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521777900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676521785369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "aai-model-loader",
  "timestamp": 1676521772714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676521785369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.271Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676521785369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521789260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:31:06.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676521785369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676521789528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:31:06.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.274Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "aai-model-loader",
  "timestamp": 1676521790799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:31:06.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.275Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521790892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:31:06.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.276Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676521785369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.277Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521791052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:31:06.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.278Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676521785369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:31:06.278Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.279Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676521785369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T04:31:06.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.280Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521792623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:31:06.280Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.280Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676521793720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:31:06.281Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.281Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521793859,
  "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-16T04:31:06.314Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
2023-02-16T04:31:06.315Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537 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-16T04:31:06.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.407Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676521794865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T04:31:06.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.408Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521800170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:31:06.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.409Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676521799156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T04:31:06.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.410Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676521800161,
  "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-16T04:31:06.430Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
2023-02-16T04:31:06.431Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537 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-16T04:31:06.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.509Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521802194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:31:06.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:06.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:31:06.510Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521803907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:31:06.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:31:12.054Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
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-16T04:31:12.103Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
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-16T04:31:12.119Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T04:31:12.120Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T04:31:12.120Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T04:31:42.123Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
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-16T04:31:42.173Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
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-16T04:31:42.184Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T04:31:42.185Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T04:31:42.185Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T04:32:06.219Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:32:06.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:32:06.227Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521807690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/basic_onboard_mnxapu0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T04:32:06.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:32:06.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:32:06.235Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521808700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-16T04:32:06.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:32:06.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:32:06.236Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521809704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/resourceInstances/basic_onboard_mnxapu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-16T04:32:06.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:32:06.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:32:06.238Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521810710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T04:32:06.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:32:06.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:32:06.240Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "aai-model-loader",
  "timestamp": 1676521813543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMnxapu/1.0/artifacts/service-BasicOnboardMnxapu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T04:32:06.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:32:06.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:32:06.240Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "aai-model-loader",
  "timestamp": 1676521814549,
  "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-16T04:32:06.336Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
2023-02-16T04:32:06.336Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537 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-16T04:32:12.186Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
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-16T04:32:12.252Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537
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-16T04:32:12.266Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T04:32:12.266Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T04:32:12.267Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T04:32:12.267Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T04:32:12.267Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T04:32:12.268Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T04:32:12.268Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T04:32:12.268Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T04:32:12.269Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-16T04:32:12.305Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T04:32:42.306Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537 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-16T04:32:42.353Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537 and serviceModelVersionId: 621662cf-3416-4712-95b6-e40b32d5cbc7
2023-02-16T04:32:42.353Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b612f4ee-7b4c-4692-b41c-ff4c9077c099
2023-02-16T04:33:06.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:33:15.136Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b612f4ee-7b4c-4692-b41c-ff4c9077c099/model-vers/model-ver/621662cf-3416-4712-95b6-e40b32d5cbc7?depth=0
2023-02-16T04:33:15.455Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T04:33:16.782Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b612f4ee-7b4c-4692-b41c-ff4c9077c099/model-vers/model-ver/621662cf-3416-4712-95b6-e40b32d5cbc7?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-16T04:33:16.800Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b612f4ee-7b4c-4692-b41c-ff4c9077c099/model-vers/model-ver/621662cf-3416-4712-95b6-e40b32d5cbc7?depth=0|INFO|500||Invoke
2023-02-16T04:33:16.884Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b612f4ee-7b4c-4692-b41c-ff4c9077c099/model-vers/model-ver/621662cf-3416-4712-95b6-e40b32d5cbc7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T04:33:18.150Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b612f4ee-7b4c-4692-b41c-ff4c9077c099/model-vers/model-ver/621662cf-3416-4712-95b6-e40b32d5cbc7?depth=0|INFO|500||InvokeReturn
2023-02-16T04:33:18.178Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b612f4ee-7b4c-4692-b41c-ff4c9077c099/model-vers/model-ver/621662cf-3416-4712-95b6-e40b32d5cbc7?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 04:33:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1128], vertex-id=[192512], x-aai-txid=[1-aai-resources-230216-04:33:16:928-76360], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T04:33:18.179Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-02-16T04:33:18.208Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T04:33:18.208Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-16T04:33:18.270Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-16T04:33:18.277Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e1cc987-4f0e-4b8c-96ae-8c062a5c7537 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T04:33:18.283Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T04:33:18.285Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:33:18.285Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:33:18.285Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521998280,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:33:18.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T04:33:18.320Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e1cc987-4f0e-4b8c-96ae-8c062a5c7537",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676521998280,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T04:33:18.322Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-16T04:33:19.356Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:34:06.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:34:19.357Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:35:06.221Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:35:19.359Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:36:06.223Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:36:19.366Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:37:06.225Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:37:19.367Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:38:06.226Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:38:19.368Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:39:06.228Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:06.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T04:39:06.616Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"6cc2f5b0-4227-4788-bc78-4725962a7012","serviceName":"vFW 2023-02-16 04-35-56","serviceVersion":"1.0","serviceUUID":"38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0","serviceDescription":"catalog service description","serviceInvariantUUID":"ad27df2c-03f3-4337-9b4f-62e03ac09e09","resources":[{"resourceInstanceName":"vFW 390614c1-0a3b 0","resourceName":"vFW 390614c1-0a3b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f1058af-fb20-471d-90d1-b7a900095abf","resourceInvariantUUID":"b650f1a7-26ca-4977-a4c7-92c225cdb68a","resourceCustomizationUUID":"1dce588c-c506-4b88-9fd4-26290daec020","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vf-license-model.xml","artifactChecksum":"NGQ2YjJjZjU5ZWQxMmRiMmIxOGUwMmY4YjM2NDBiMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33333fa3-e55a-46ec-9c82-00dce865f195","artifactVersion":"1"},{"artifactName":"vfw390614c10a3b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json","artifactChecksum":"ZGNmZmNiZGJhZTZkNTY0NDY3Mzk3NDMzYThlNDdkNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7a1d7e93-576e-4fb2-bddf-8c69005ce26e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1492e2ed-b9f1-43c4-836e-88d877f37397","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vendor-license-model.xml","artifactChecksum":"NDZkNDQ0MmVmZGViZGExYzFkNDRjMDdlNDBiNWIyNDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"20296f19-c5a2-45af-bdae-67a9c3716ff0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ab04c75a-5c0d-4558-8247-118c87be4e8c","artifactVersion":"2","generatedFromUUID":"1492e2ed-b9f1-43c4-836e-88d877f37397"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230216043556-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-template.yml","artifactChecksum":"YzBiOTc5YzY1MTY3OTgyMjJkYTM3OWUxZmI3MmIxMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84cbba8e-9853-4149-97ee-07ccea538bcc","artifactVersion":"1"},{"artifactName":"service-Vfw20230216043556-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar","artifactChecksum":"OWRmOTlmMjhkZmY5YzVlZjIyNzcxNDg0YTlhNDkwZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e39496c-1682-4bb9-84bc-f961322b59f5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T04:39:06.623Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:39:06.624Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:06.624Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:06.624Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:06.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:39:06.704Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:39:06.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:39:07.626Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:39:07.627Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:07.627Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:07.627Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:08.629Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:39:08.630Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:08.630Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:08.631Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:09.632Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:39:09.633Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:09.634Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:09.634Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:10.635Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:39:10.637Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:10.638Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:10.639Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:11.641Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:39:11.641Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:11.642Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:11.643Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:12.644Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T04:39:12.646Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:12.647Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:12.647Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:13.655Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "serviceName": "vFW 2023-02-16 04-35-56",
  "serviceVersion": "1.0",
  "serviceUUID": "38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ad27df2c-03f3-4337-9b4f-62e03ac09e09",
  "resources": [
    {
      "resourceInstanceName": "vFW 390614c1-0a3b 0",
      "resourceCustomizationUUID": "1dce588c-c506-4b88-9fd4-26290daec020",
      "resourceName": "vFW 390614c1-0a3b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9f1058af-fb20-471d-90d1-b7a900095abf",
      "resourceInvariantUUID": "b650f1a7-26ca-4977-a4c7-92c225cdb68a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw390614c10a3b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
          "artifactChecksum": "ZGNmZmNiZGJhZTZkNTY0NDY3Mzk3NDMzYThlNDdkNjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7a1d7e93-576e-4fb2-bddf-8c69005ce26e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1492e2ed-b9f1-43c4-836e-88d877f37397",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ab04c75a-5c0d-4558-8247-118c87be4e8c",
            "generatedFromUUID": "1492e2ed-b9f1-43c4-836e-88d877f37397"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ab04c75a-5c0d-4558-8247-118c87be4e8c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230216043556-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
      "artifactChecksum": "OWRmOTlmMjhkZmY5YzVlZjIyNzcxNDg0YTlhNDkwZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e39496c-1682-4bb9-84bc-f961322b59f5"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T04:39:13.655Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T04:39:13.655Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0 ASDC
2023-02-16T04:39:13.656Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6cc2f5b0-4227-4788-bc78-4725962a7012
ServiceName:vFW 2023-02-16 04-35-56
ServiceVersion:1.0
ServiceUUID:38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0
ServiceInvariantUUID:ad27df2c-03f3-4337-9b4f-62e03ac09e09
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230216043556-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar
ArtifactUUID:9e39496c-1682-4bb9-84bc-f961322b59f5
ArtifactChecksum:OWRmOTlmMjhkZmY5YzVlZjIyNzcxNDg0YTlhNDkwZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 390614c1-0a3b 0
ResourceCustomizationUUID:1dce588c-c506-4b88-9fd4-26290daec020
ResourceInvariantUUID:b650f1a7-26ca-4977-a4c7-92c225cdb68a
ResourceName:vFW 390614c1-0a3b
ResourceType:VF
ResourceUUID:9f1058af-fb20-471d-90d1-b7a900095abf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw390614c10a3b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json
ArtifactUUID:7a1d7e93-576e-4fb2-bddf-8c69005ce26e
ArtifactChecksum:ZGNmZmNiZGJhZTZkNTY0NDY3Mzk3NDMzYThlNDdkNjA=
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/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml
ArtifactUUID:1492e2ed-b9f1-43c4-836e-88d877f37397
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/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env
ArtifactUUID:ab04c75a-5c0d-4558-8247-118c87be4e8c
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/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env
ArtifactUUID:ab04c75a-5c0d-4558-8247-118c87be4e8c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-16T04:39:13.657Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0 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-16T04:39:13.903Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T04:39:13.905Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-16T04:39:13.905Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-16T04:39:13.906Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9e39496c-1682-4bb9-84bc-f961322b59f5 from URL: /sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:13.906Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-16T04:39:13.908Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:14.315Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-16T04:39:14.354Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar 9e39496c-1682-4bb9-84bc-f961322b59f5 101482
2023-02-16T04:39:14.355Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar ASDC sendASDCNotification
2023-02-16T04:39:14.355Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:14.356Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T04:39:14.357Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:14.358Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:14.358Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522354355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:15.360Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T04:39:15.361Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-16T04:39:15.362Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9e39496c-1682-4bb9-84bc-f961322b59f5, URL: /sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar to file: /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:15.363Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230216043556-csar.csar
2023-02-16T04:39:15.363Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:15.364Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:15.815Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP460941761673787810/Definitions/service-Vfw20230216043556-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-02-16T04:39:20.573Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T04:39:20.575Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-16T04:39:20.575Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.575Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-16T04:39:20.575Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.575Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 390614c1-0a3b 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-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.575Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.575Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.576Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.576Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.576Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.576Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.576Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.576Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.576Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:20.576Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-16T04:39:20.577Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.577Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:20.578Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:20.578Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-02-16T04:39:20.579Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T04:39:20.580Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.580Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:20.580Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:20.580Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-02-16T04:39:20.580Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T04:39:20.582Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.582Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:20.583Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.583Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is not matching search criteria
2023-02-16T04:39:20.584Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-16T04:39:20.584Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-16T04:39:20.584Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:20.584Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.585Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.585Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-16T04:39:20.585Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-16T04:39:20.586Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-16T04:39:20.586Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-16T04:39:20.586Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.587Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:20.587Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-16T04:39:20.587Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:20.587Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-16T04:39:20.588Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.588Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-16T04:39:20.588Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.588Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T04:39:20.589Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.589Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:20.589Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:39:20.590Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.590Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:20.590Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:39:20.591Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.591Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:20.591Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:39:20.592Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.592Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is not matching search criteria
2023-02-16T04:39:20.592Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-16T04:39:20.592Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-16T04:39:20.593Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-16T04:39:20.593Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-16T04:39:20.593Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-16T04:39:20.594Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.594Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:20.594Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-16T04:39:20.595Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:20.595Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-16T04:39:20.595Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.596Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c4314722-2bd9-431b-bee4-440d2f842b7c
2023-02-16T04:39:20.596Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.597Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is not matching search criteria
2023-02-16T04:39:20.597Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-16T04:39:20.597Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-16T04:39:20.597Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:20.598Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.598Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.598Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-16T04:39:20.599Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-16T04:39:20.599Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-16T04:39:20.599Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-16T04:39:20.600Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:20.600Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-16T04:39:20.600Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.600Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=43cfe103-44ff-4e4a-9a70-527e19ab8d45
2023-02-16T04:39:20.601Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.601Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is not matching search criteria
2023-02-16T04:39:20.601Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-16T04:39:20.602Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-16T04:39:20.602Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:20.602Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.602Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.603Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-16T04:39:20.603Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-16T04:39:20.603Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-16T04:39:20.603Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-16T04:39:20.604Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-16T04:39:20.604Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:20.604Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-16T04:39:20.604Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8fb17043-c6c0-44eb-8357-477db50ee7a9
2023-02-16T04:39:20.605Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.605Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:20.605Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.605Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:20.606Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.606Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:20.606Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:20.607Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:20.607Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-16 04-35-56
Description:catalog service description
Model UUID:38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0
Model Version:NULL
Model InvariantUuid:ad27df2c-03f3-4337-9b4f-62e03ac09e09
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 390614c1-0a3b
Model UUID:a8c163bb-f33d-44d0-b9dd-85dc99c44bb5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b650f1a7-26ca-4977-a4c7-92c225cdb68a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1dce588c-c506-4b88-9fd4-26290daec020
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7b5be816-29ff-4ec3-aa47-76439c2bbf11
ModelName:Vfw390614c10a3b..base_vfw..module-0
ModelUuid:5ad359ab-450a-4d00-a4d0-9724301f661e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c4314722-2bd9-431b-bee4-440d2f842b7c
ModelInvariantUuid:55dbb9ed-0306-4978-af4a-bead0c423092
ModelName:vFW 390614c1-0a3b-nodes.vfwCvfc
ModelUuid:6a610062-23bf-4fe2-b2bd-261694b778e1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:78da1663-b465-401b-89e3-7bdfdcb503e0
ModelInvariantUuid:2b48b3e1-9801-4756-a8e3-4290ee3d1449
ModelName:Vfw390614c10a3b.compute.nodes.heat.vfw
ModelUuid:ebca0a24-6408-48e9-bef1-7a7b3b0df4ec
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:43cfe103-44ff-4e4a-9a70-527e19ab8d45
ModelInvariantUuid:b112b05d-aac1-4200-acbc-62af2b23f2fc
ModelName:vFW 390614c1-0a3b-nodes.vsnCvfc
ModelUuid:c9a2f07f-6d59-4125-9331-1eba29966c34
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:91b9013f-473a-430a-9123-18fe84b0fd44
ModelInvariantUuid:2b214429-0571-4a1d-81ad-7da7c857e181
ModelName:Vfw390614c10a3b.compute.nodes.heat.vsn
ModelUuid:bbb33bf1-591d-420e-bbd7-8681165fb241
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8fb17043-c6c0-44eb-8357-477db50ee7a9
ModelInvariantUuid:4b7baaaa-08b1-4987-9884-5d299788d55e
ModelName:vFW 390614c1-0a3b-nodes.vpgCvfc
ModelUuid:3d06c2e7-8031-46d1-9886-a8c28ea5d0e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:130138cf-beaf-4e39-8681-1f4414252aa1
ModelInvariantUuid:2cf379c8-bbb2-4541-8e1e-cfeef805e3a9
ModelName:Vfw390614c10a3b.compute.nodes.heat.vpg
ModelUuid:e23143e5-e04c-4e14-9377-a37bc244ed79
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-16T04:39:20.737Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f1058af-fb20-471d-90d1-b7a900095abf
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-16T04:39:20.753Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||vFW 390614c1-0a3b 0
2023-02-16T04:39:20.754Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f1058af-fb20-471d-90d1-b7a900095abf
2023-02-16T04:39:20.754Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7a1d7e93-576e-4fb2-bddf-8c69005ce26e from URL: /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json
2023-02-16T04:39:20.755Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-16T04:39:20.755Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json
2023-02-16T04:39:21.106Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-16T04:39:21.107Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json 7a1d7e93-576e-4fb2-bddf-8c69005ce26e 785
2023-02-16T04:39:21.107Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json ASDC sendASDCNotification
2023-02-16T04:39:21.107Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json
2023-02-16T04:39:21.108Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T04:39:21.109Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:21.109Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:21.109Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522361107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:22.111Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw390614c10a3b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7b5be816-29ff-4ec3-aa47-76439c2bbf11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ad359ab-450a-4d00-a4d0-9724301f661e",
    "vfModuleModelCustomizationUUID": "7c260daf-b330-4790-a138-ebcba872922c",
    "isBase": true,
    "artifacts": [
      "1492e2ed-b9f1-43c4-836e-88d877f37397",
      "ab04c75a-5c0d-4558-8247-118c87be4e8c"
    ],
    "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-16T04:39:22.121Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw390614c10a3b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ad359ab-450a-4d00-a4d0-9724301f661e
VfModuleModelInvariantUUID:7b5be816-29ff-4ec3-aa47-76439c2bbf11
VfModuleModelDescription:NULL
Artifacts UUID List:{
1492e2ed-b9f1-43c4-836e-88d877f37397
,
ab04c75a-5c0d-4558-8247-118c87be4e8c

}
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-16T04:39:22.127Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw390614c10a3b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7b5be816-29ff-4ec3-aa47-76439c2bbf11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ad359ab-450a-4d00-a4d0-9724301f661e",
    "vfModuleModelCustomizationUUID": "7c260daf-b330-4790-a138-ebcba872922c",
    "isBase": true,
    "artifacts": [
      "1492e2ed-b9f1-43c4-836e-88d877f37397",
      "ab04c75a-5c0d-4558-8247-118c87be4e8c"
    ],
    "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-16T04:39:22.131Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw390614c10a3b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ad359ab-450a-4d00-a4d0-9724301f661e
VfModuleModelInvariantUUID:7b5be816-29ff-4ec3-aa47-76439c2bbf11
VfModuleModelDescription:NULL
Artifacts UUID List:{
1492e2ed-b9f1-43c4-836e-88d877f37397
,
ab04c75a-5c0d-4558-8247-118c87be4e8c

}
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-16T04:39:22.132Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1492e2ed-b9f1-43c4-836e-88d877f37397 from URL: /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml
2023-02-16T04:39:22.132Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-16T04:39:22.132Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml
2023-02-16T04:39:22.345Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-16T04:39:22.346Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml 1492e2ed-b9f1-43c4-836e-88d877f37397 20368
2023-02-16T04:39:22.346Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-16T04:39:22.346Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml
2023-02-16T04:39:22.346Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T04:39:22.347Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:22.347Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:22.347Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522362346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:23.349Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ab04c75a-5c0d-4558-8247-118c87be4e8c from URL: /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env
2023-02-16T04:39:23.349Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-16T04:39:23.350Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env
2023-02-16T04:39:23.555Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-16T04:39:23.557Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env ab04c75a-5c0d-4558-8247-118c87be4e8c 2098
2023-02-16T04:39:23.557Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-16T04:39:23.557Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env
2023-02-16T04:39:23.557Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T04:39:23.558Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:23.558Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:23.558Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522363557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:24.560Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0
2023-02-16T04:39:24.561Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 390614c1-0a3b 0 9f1058af-fb20-471d-90d1-b7a900095abf 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-16T04:39:24.749Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c7be338, org.onap.sdc.toscaparser.api.parameters.Input@3f7af096, org.onap.sdc.toscaparser.api.parameters.Input@3bf36190, org.onap.sdc.toscaparser.api.parameters.Input@2b8a354f, org.onap.sdc.toscaparser.api.parameters.Input@488b6125]
2023-02-16T04:39:24.752Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.752Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:24.753Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-02-16T04:39:24.753Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1dce588c-c506-4b88-9fd4-26290daec020
2023-02-16T04:39:24.753Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1dce588c-c506-4b88-9fd4-26290daec020 matches Tosca VF Customization UUID: 1dce588c-c506-4b88-9fd4-26290daec020
2023-02-16T04:39:24.753Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1dce588c-c506-4b88-9fd4-26290daec020  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-16T04:39:24.795Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.795Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:24.797Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1dce588c-c506-4b88-9fd4-26290daec020: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-16T04:39:24.797Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a98b18a
2023-02-16T04:39:24.797Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.797Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T04:39:24.798Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c260daf-b330-4790-a138-ebcba872922c
2023-02-16T04:39:24.798Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c260daf-b330-4790-a138-ebcba872922c
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-16T04:39:24.820Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.820Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:24.821Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:39:24.823Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.828Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:24.828Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:39:24.829Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.829Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is not matching search criteria
2023-02-16T04:39:24.829Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-16T04:39:24.830Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-16T04:39:24.830Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-16T04:39:24.830Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-16T04:39:24.830Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-16T04:39:24.831Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-16T04:39:24.831Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:24.831Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-16T04:39:24.831Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:24.832Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-16T04:39:24.832Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-16T04:39:24.832Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c4314722-2bd9-431b-bee4-440d2f842b7c
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-16T04:39:24.887Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.888Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:24.889Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:39:24.890Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.890Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is not matching search criteria
2023-02-16T04:39:24.890Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-16T04:39:24.891Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-16T04:39:24.891Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:24.891Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-16T04:39:24.891Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-16T04:39:24.892Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-16T04:39:24.892Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-16T04:39:24.892Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-16T04:39:24.893Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-16T04:39:24.893Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:24.893Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-16T04:39:24.894Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-16T04:39:24.896Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=43cfe103-44ff-4e4a-9a70-527e19ab8d45
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-16T04:39:24.911Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.911Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:24.912Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:39:24.921Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.922Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is not matching search criteria
2023-02-16T04:39:24.922Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-16T04:39:24.922Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-16T04:39:24.924Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:24.924Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-16T04:39:24.924Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-16T04:39:24.924Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-16T04:39:24.925Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-16T04:39:24.931Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-16T04:39:24.932Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-16T04:39:24.933Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-16T04:39:24.933Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-16T04:39:24.934Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-16T04:39:24.934Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8fb17043-c6c0-44eb-8357-477db50ee7a9
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-16T04:39:24.990Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.992Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:24.993Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T04:39:24.993Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:24.993Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Node template vFW 390614c1-0a3b 0 is matching search criteria
2023-02-16T04:39:24.994Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 390614c1-0a3b 0] matching following query criteria: sdcType=VF, customizationUUID=1dce588c-c506-4b88-9fd4-26290daec020
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-16T04:39:25.022Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:25.023Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:25.023Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0: vFW 390614c1-0a3b
2023-02-16T04:39:25.024Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:25.024Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:25.024Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:25.024Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:25.024Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:25.025Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:25.025Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:25.025Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:25.026Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T04:39:25.026Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-16 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T04:39:25.027Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-02-16 04-35-56 
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-16T04:39:27.333Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 390614c1-0a3b 9f1058af-fb20-471d-90d1-b7a900095abf 1 ASDC deployResourceStructure
2023-02-16T04:39:27.334Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json ASDC sendASDCNotification
2023-02-16T04:39:27.334Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json
2023-02-16T04:39:27.334Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T04:39:27.339Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:27.339Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:27.340Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522367334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:28.342Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-16T04:39:28.342Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml
2023-02-16T04:39:28.342Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T04:39:28.343Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:28.343Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:28.344Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522368341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:29.345Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-16T04:39:29.346Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env
2023-02-16T04:39:29.346Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T04:39:29.350Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:29.359Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:29.360Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522369345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:30.364Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar ASDC sendASDCNotification
2023-02-16T04:39:30.365Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar
2023-02-16T04:39:30.366Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T04:39:30.366Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:39:30.366Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:39:30.367Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522370363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:39:31.371Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012
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-16T04:39:31.473Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012
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-16T04:39:31.507Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T04:39:31.508Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T04:39:31.508Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T04:40:01.512Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012
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-16T04:40:01.587Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012
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-16T04:40:01.593Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T04:40:01.595Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T04:40:01.596Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T04:40:06.218Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:40:06.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:40:06.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676522330565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:40:06.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:40:31.596Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012
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-16T04:40:31.665Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012
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-16T04:40:31.687Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T04:40:31.688Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T04:40:31.688Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T04:41:01.689Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012
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-16T04:41:01.775Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012
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-16T04:41:01.795Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T04:41:01.796Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T04:41:01.796Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T04:41:06.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:41:06.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522335909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.239Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "aai-model-loader",
  "timestamp": 1676522342714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.240Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.242Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676522330565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.242Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522335909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.263Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "aai-model-loader",
  "timestamp": 1676522342714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.264Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.264Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.265Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.265Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676522330565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.265Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522335909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "aai-model-loader",
  "timestamp": 1676522342714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.279Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.280Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676522330565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.282Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522335909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.283Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "aai-model-loader",
  "timestamp": 1676522342714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.285Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.286Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676522330565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522335909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.289Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "aai-model-loader",
  "timestamp": 1676522342714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676522330565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.305Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522335909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.306Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "aai-model-loader",
  "timestamp": 1676522342714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.307Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522299368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.308Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.308Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676522330565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.308Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.309Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522335909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.309Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "aai-model-loader",
  "timestamp": 1676522342714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.310Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676522352881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:41:06.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.310Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522352761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:41:06.312Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.314Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "aai-model-loader",
  "timestamp": 1676522354308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:41:06.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.316Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522354355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:41:06.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.317Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522354055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:41:06.317Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.317Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522355297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:41:06.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.318Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676522355369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.319Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.320Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522356353,
  "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-16T04:41:06.370Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cc2f5b0-4227-4788-bc78-4725962a7012
2023-02-16T04:41:06.371Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cc2f5b0-4227-4788-bc78-4725962a7012 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-16T04:41:06.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676522355369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.459Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676522357361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T04:41:06.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676522355369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.461Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676522355369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.461Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522361107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:41:06.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.462Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676522355369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522362346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:41:06.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676522355369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T04:41:06.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.464Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676522355369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T04:41:06.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.464Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522363557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:41:06.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.465Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676522363646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T04:41:06.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.465Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522367334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/vfw390614c10a3b0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T04:41:06.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.466Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522368341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-16T04:41:06.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.466Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676522367411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T04:41:06.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.467Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522369345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/resourceInstances/vfw390614c10a3b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-16T04:41:06.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.467Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676522368415,
  "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-16T04:41:06.491Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6cc2f5b0-4227-4788-bc78-4725962a7012
2023-02-16T04:41:06.492Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cc2f5b0-4227-4788-bc78-4725962a7012 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-16T04:41:06.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522370363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T04:41:06.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "aai-model-loader",
  "timestamp": 1676522371588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230216043556/1.0/artifacts/service-Vfw20230216043556-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T04:41:06.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:41:06.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:41:06.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "aai-model-loader",
  "timestamp": 1676522372592,
  "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-16T04:41:06.572Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6cc2f5b0-4227-4788-bc78-4725962a7012
2023-02-16T04:41:06.574Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cc2f5b0-4227-4788-bc78-4725962a7012 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-16T04:41:31.797Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012
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-16T04:41:31.885Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012
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-16T04:41:31.897Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T04:41:31.898Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T04:41:31.898Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T04:41:31.898Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T04:41:31.908Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T04:41:31.910Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T04:41:31.912Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T04:41:31.913Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T04:41:31.914Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-16T04:41:31.951Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T04:42:01.952Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6cc2f5b0-4227-4788-bc78-4725962a7012 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-16T04:42:01.994Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6cc2f5b0-4227-4788-bc78-4725962a7012 and serviceModelVersionId: 38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0
2023-02-16T04:42:01.994Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad27df2c-03f3-4337-9b4f-62e03ac09e09
2023-02-16T04:42:02.013Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad27df2c-03f3-4337-9b4f-62e03ac09e09/model-vers/model-ver/38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0?depth=0
2023-02-16T04:42:02.043Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T04:42:02.179Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ad27df2c-03f3-4337-9b4f-62e03ac09e09/model-vers/model-ver/38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0?depth=0|INFO|500||Invoke
2023-02-16T04:42:02.180Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ad27df2c-03f3-4337-9b4f-62e03ac09e09/model-vers/model-ver/38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ad27df2c-03f3-4337-9b4f-62e03ac09e09/model-vers/model-ver/38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6cc2f5b0-4227-4788-bc78-4725962a7012], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f75fdc3-a78b-4863-b5e6-0d50703ea054], X-ECOMP-RequestID=[6cc2f5b0-4227-4788-bc78-4725962a7012], X-TransactionId=[], X-ONAP-RequestID=[6cc2f5b0-4227-4788-bc78-4725962a7012], Content-Type=[application/merge-patch+json]}
2023-02-16T04:42:02.191Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ad27df2c-03f3-4337-9b4f-62e03ac09e09/model-vers/model-ver/38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T04:42:02.573Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ad27df2c-03f3-4337-9b4f-62e03ac09e09/model-vers/model-ver/38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0?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/ad27df2c-03f3-4337-9b4f-62e03ac09e09/model-vers/model-ver/38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 04:42:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[366], vertex-id=[205000], x-aai-txid=[2-aai-resources-230216-04:42:02:215-53423], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T04:42:02.574Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ad27df2c-03f3-4337-9b4f-62e03ac09e09/model-vers/model-ver/38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-16T04:42:02.576Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ad27df2c-03f3-4337-9b4f-62e03ac09e09/model-vers/model-ver/38d7fb24-3ebd-41c2-a3ff-8a97f80a14f0?depth=0|INFO|500||InvokeReturn
2023-02-16T04:42:02.577Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T04:42:02.578Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-16T04:42:02.624Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-16T04:42:02.625Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6cc2f5b0-4227-4788-bc78-4725962a7012 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T04:42:02.626Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T04:42:02.626Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-16T04:42:02.627Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T04:42:02.627Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522522626,
  "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-16T04:42:03.695Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:42:06.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:42:06.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T04:42:06.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6cc2f5b0-4227-4788-bc78-4725962a7012",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676522522626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T04:42:06.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T04:43:03.697Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:43:06.221Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:43:33.707Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Node 0 disconnected.
2023-02-16T04:44:03.699Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:44:06.221Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:45:03.700Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:45:06.228Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:46:03.702Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:46:06.229Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:47:03.702Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:47:06.231Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:48:03.704Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:48:06.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:49:03.706Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:49:06.242Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:50:03.712Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:50:06.244Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:51:03.716Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:51:06.246Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:52:03.717Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:52:06.248Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:53:03.719Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:53:06.250Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:54:03.720Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:54:06.251Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:55:03.723Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:55:06.251Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:56:03.725Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:56:06.254Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:57:03.726Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:57:06.264Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:58:03.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:58:06.270Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T04:59:03.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T04:59:06.275Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:00:03.734Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:00:06.275Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:01:03.735Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:01:06.276Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:02:03.737Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:02:06.277Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:03:03.737Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:03:06.279Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:04:03.741Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:04:06.285Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:05:03.742Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:05:06.286Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:06:03.744Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:06:06.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:07:03.747Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:07:06.291Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:08:03.748Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:08:06.296Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:09:03.749Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:09:06.301Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:10:03.751Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:10:06.303Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:11:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:11:06.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:12:03.754Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:12:06.306Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:13:03.755Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:13:06.327Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:14:03.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:14:06.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:15:03.757Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:15:06.329Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:15:46.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-16T05:15:46.757Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"0cbfeda6-60c1-4118-a517-5d3fb3fe40a0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e8de4883-45b3-48d9-b65f-e1b61b081834","serviceDescription":"service","serviceInvariantUUID":"cea48a26-3c05-4f0e-a00d-e93815d6a206","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6a2a8ad8-3f0a-4bc9-8b09-8ab39049f2b9","resourceInvariantUUID":"ecc4c533-68b8-4cc7-9c25-783430cf68fe","resourceCustomizationUUID":"0a05be05-bc31-46d0-8e02-5b4e8d844a10","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":"ODVkNmUwMmM3MTQ3YzdkOTQxMjJjMzM5YjA4Mjc3OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f903166c-b9ac-4e62-a86a-1299956f6b5f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWU4OTFiMWM1N2MzMzRkODAxNmU1ZjI4MmVhZDM5NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4c38596-6e20-4ad7-83da-649f42d7258f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T05:15:46.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:15:46.783Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:15:46.784Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:15:46.784Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524503757,
  "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-16T05:15:46.792Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:15:46.793Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:15:46.793Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:15:46.794Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:15:46.794Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:15:46.794Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:15:46.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:15:46.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524503757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:15:46.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:15:47.800Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:15:47.801Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:15:47.801Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:15:47.802Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524503757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:15:48.807Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e8de4883-45b3-48d9-b65f-e1b61b081834",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cea48a26-3c05-4f0e-a00d-e93815d6a206",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0a05be05-bc31-46d0-8e02-5b4e8d844a10",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "6a2a8ad8-3f0a-4bc9-8b09-8ab39049f2b9",
      "resourceInvariantUUID": "ecc4c533-68b8-4cc7-9c25-783430cf68fe",
      "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": "ZWU4OTFiMWM1N2MzMzRkODAxNmU1ZjI4MmVhZDM5NzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4c38596-6e20-4ad7-83da-649f42d7258f"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T05:15:48.809Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T05:15:48.809Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e8de4883-45b3-48d9-b65f-e1b61b081834 ASDC
2023-02-16T05:15:48.825Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e8de4883-45b3-48d9-b65f-e1b61b081834
ServiceInvariantUUID:cea48a26-3c05-4f0e-a00d-e93815d6a206
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:a4c38596-6e20-4ad7-83da-649f42d7258f
ArtifactChecksum:ZWU4OTFiMWM1N2MzMzRkODAxNmU1ZjI4MmVhZDM5NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0a05be05-bc31-46d0-8e02-5b4e8d844a10
ResourceInvariantUUID:ecc4c533-68b8-4cc7-9c25-783430cf68fe
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6a2a8ad8-3f0a-4bc9-8b09-8ab39049f2b9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-16T05:15:48.827Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8de4883-45b3-48d9-b65f-e1b61b081834 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-16T05:15:49.085Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T05:15:49.087Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:15:49.087Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:15:49.087Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a4c38596-6e20-4ad7-83da-649f42d7258f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-16T05:15:49.088Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:15:49.089Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-16T05:15:50.748Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:15:50.769Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a4c38596-6e20-4ad7-83da-649f42d7258f 57787
2023-02-16T05:15:50.771Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:50.772Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:50.772Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:15:50.772Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:15:50.773Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:15:50.773Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524550771,
  "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-16T05:15:51.774Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T05:15:51.776Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:15:51.776Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a4c38596-6e20-4ad7-83da-649f42d7258f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-16T05:15:51.777Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-16T05:15:51.778Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-16T05:15:51.778Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-16T05:15:52.379Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9175575631628375374/Definitions/service-BasicNetwork-template.yml
2023-02-16T05:15:53.473Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T05:15:53.474Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-16T05:15:53.476Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-16T05:15:53.476Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-16T05:15:53.476Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:53.476Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:53.477Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:53.477Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:53.477Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|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-BasicNetwork-csar.csar
2023-02-16T05:15:53.477Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:53.477Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:53.477Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:53.478Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-16T05:15:53.478Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.478Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.479Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-16T05:15:53.480Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-16T05:15:53.480Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T05:15:53.480Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.480Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.481Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-16T05:15:53.481Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-16T05:15:53.481Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T05:15:53.481Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.482Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.482Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.483Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.484Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.484Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.485Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.485Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.485Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.485Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.487Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e8de4883-45b3-48d9-b65f-e1b61b081834
Model Version:NULL
Model InvariantUuid:cea48a26-3c05-4f0e-a00d-e93815d6a206
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ecc4c533-68b8-4cc7-9c25-783430cf68fe
Model UUID:58a716fd-38ba-4637-9678-0868bcf4b6fc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0a05be05-bc31-46d0-8e02-5b4e8d844a10
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-16T05:15:53.563Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 6a2a8ad8-3f0a-4bc9-8b09-8ab39049f2b9
2023-02-16T05:15:53.563Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||No resources found for Service: e8de4883-45b3-48d9-b65f-e1b61b081834
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-16T05:15:53.615Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||
2023-02-16T05:15:53.616Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-16T05:15:53.617Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e8de4883-45b3-48d9-b65f-e1b61b081834
2023-02-16T05:15:53.617Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e8de4883-45b3-48d9-b65f-e1b61b081834
2023-02-16T05:15:53.617Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-16T05:15:53.618Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:53.671Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61f1af88, org.onap.sdc.toscaparser.api.parameters.Input@485bbef2, org.onap.sdc.toscaparser.api.parameters.Input@327330c4, org.onap.sdc.toscaparser.api.parameters.Input@30a1209c, org.onap.sdc.toscaparser.api.parameters.Input@5cc044ef]
2023-02-16T05:15:53.677Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.677Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.678Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.678Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.678Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e8de4883-45b3-48d9-b65f-e1b61b081834: Generic NeutronNet
2023-02-16T05:15:53.678Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.679Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.679Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.679Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:53.894Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.894Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.895Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.896Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.896Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:15:53.896Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:15:53.897Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:54.368Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-16T05:15:54.369Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:54.369Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||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-16T05:15:54.370Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:15:54.370Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:15:54.370Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:15:54.370Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524554369,
  "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-16T05:15:55.371Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
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-16T05:15:55.440Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
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-16T05:15:55.465Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:15:55.465Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T05:15:55.465Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T05:16:06.217Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:16:06.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:16:06.220Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524513929,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:16:06.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:16:25.466Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
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-16T05:16:25.564Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
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-16T05:16:25.576Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:16:25.579Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T05:16:25.579Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T05:16:55.579Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
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-16T05:16:55.625Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
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-16T05:16:55.633Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:16:55.634Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T05:16:55.634Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T05:17:06.219Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:17:06.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.232Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524518500,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:17:06.233Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.234Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524532714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:17:06.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.235Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524545369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:17:06.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.235Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524513929,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:17:06.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.236Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524518500,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:17:06.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.237Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524503757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:17:06.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.237Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524532714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:17:06.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.238Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524545369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:17:06.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.239Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524549278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:17:06.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.240Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524550771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:17:06.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.241Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524550778,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:17:06.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.241Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524549419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:17:06.242Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.242Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524551482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:17:06.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.243Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524552487,
  "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-16T05:17:06.346Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
2023-02-16T05:17:06.347Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0 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-16T05:17:06.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.470Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524554369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:17:06.471Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.472Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524559252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:17:06.473Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:17:06.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:17:06.473Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524560257,
  "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-16T05:17:06.563Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
2023-02-16T05:17:06.565Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0 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-16T05:17:25.634Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
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-16T05:17:25.722Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0
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-16T05:17:25.749Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:17:25.749Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T05:17:25.750Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T05:17:25.750Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T05:17:25.750Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:17:25.750Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:17:25.750Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:17:25.750Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|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-16T05:17:25.811Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T05:17:55.814Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0 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-16T05:17:55.902Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0 and serviceModelVersionId: e8de4883-45b3-48d9-b65f-e1b61b081834
2023-02-16T05:17:55.903Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cea48a26-3c05-4f0e-a00d-e93815d6a206
2023-02-16T05:17:55.905Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cea48a26-3c05-4f0e-a00d-e93815d6a206/model-vers/model-ver/e8de4883-45b3-48d9-b65f-e1b61b081834?depth=0
2023-02-16T05:17:55.918Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T05:17:56.047Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|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/cea48a26-3c05-4f0e-a00d-e93815d6a206/model-vers/model-ver/e8de4883-45b3-48d9-b65f-e1b61b081834?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-16T05:17:56.053Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cea48a26-3c05-4f0e-a00d-e93815d6a206/model-vers/model-ver/e8de4883-45b3-48d9-b65f-e1b61b081834?depth=0|INFO|500||Invoke
2023-02-16T05:17:56.065Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cea48a26-3c05-4f0e-a00d-e93815d6a206/model-vers/model-ver/e8de4883-45b3-48d9-b65f-e1b61b081834?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T05:17:56.483Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cea48a26-3c05-4f0e-a00d-e93815d6a206/model-vers/model-ver/e8de4883-45b3-48d9-b65f-e1b61b081834?depth=0|INFO|500||InvokeReturn
2023-02-16T05:17:56.484Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|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/cea48a26-3c05-4f0e-a00d-e93815d6a206/model-vers/model-ver/e8de4883-45b3-48d9-b65f-e1b61b081834?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 05:17:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[405], vertex-id=[229456], x-aai-txid=[1-aai-resources-230216-05:17:56:114-25631], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T05:17:56.484Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-16T05:17:56.484Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T05:17:56.485Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|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-16T05:17:56.504Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|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-16T05:17:56.505Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0cbfeda6-60c1-4118-a517-5d3fb3fe40a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T05:17:56.505Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T05:17:56.506Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:17:56.506Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:17:56.506Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524676505,
  "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-16T05:17:57.651Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:17:57.668Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-16T05:17:57.670Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"2e221917-a1d0-4e5e-949c-8beb1e632d3e","serviceName":"Demo_pNF_zX1o2UlzO98tZrXP9jSp","serviceVersion":"1.0","serviceUUID":"9ca44905-9630-443f-ae85-35543ed2bdd5","serviceDescription":"catalog service description","serviceInvariantUUID":"b55a514a-beda-4a5c-80a8-3c64417ce70d","resources":[{"resourceInstanceName":"pNF 34364ecb-2cbf 0","resourceName":"pNF 34364ecb-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"323c291e-b874-4ed5-90ba-5912cf064cdd","resourceInvariantUUID":"f881b21a-a31b-41a0-99a9-c7b838384c0f","resourceCustomizationUUID":"3bb79459-481d-4187-ad60-df5f813d4718","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"NjQ0ZjhhMDNiYTQ4NGJmNDFlNWNkZGYzMjEzNDFkOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2a3f090-fa18-497b-bf73-566893cbb15e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/pNF.csar","artifactChecksum":"ZWNmYTk4MDk3NTQ3M2NlMmNjMjg4MzI2ZTA3MTM4MjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"807930f2-af4d-433c-a3b8-827fb6bf2076","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcf7d4cd-8298-42c2-81fb-4e15ab5ce7ad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDk1ODk3ZTgzZDRmOGZiMjcxZjQyMDlhNDVjYzg2NzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f0c5d56e-e594-49a9-8c2b-1b19c2b4def1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0283bd85-2d4d-4494-8f48-06a3c566f1f8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93ee0e28-e299-43c9-97c4-ab8a5f062286","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZx1o2ulzo98tzrxp9jsp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-template.yml","artifactChecksum":"N2YwYjUzNDc1NTY4YjE0YTZmNGRiZjZiMzM4ZWY2ZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7783fbee-ef15-40f7-bfa3-9cfeecc3bbd4","artifactVersion":"1"},{"artifactName":"service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar","artifactChecksum":"NzQxMGI1YjE5YmFmOGM2MWRkODhlZDA1OGE2NTY1YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6e79a94-d9b0-47a4-b0a2-9fcd83678ccf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T05:17:57.676Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:17:57.676Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:17:57.677Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:17:57.677Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:17:58.707Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:17:58.713Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:17:58.714Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:17:58.714Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:17:59.719Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:17:59.720Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:17:59.720Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:17:59.720Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:00.721Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:00.722Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:00.724Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:00.725Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:01.727Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:01.728Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:01.728Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:01.728Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:02.729Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:02.730Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:02.731Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:02.731Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:03.733Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:03.734Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:03.735Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:03.735Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:04.737Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:04.739Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:04.739Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:04.739Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:05.741Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "serviceName": "Demo_pNF_zX1o2UlzO98tZrXP9jSp",
  "serviceVersion": "1.0",
  "serviceUUID": "9ca44905-9630-443f-ae85-35543ed2bdd5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b55a514a-beda-4a5c-80a8-3c64417ce70d",
  "resources": [
    {
      "resourceInstanceName": "pNF 34364ecb-2cbf 0",
      "resourceCustomizationUUID": "3bb79459-481d-4187-ad60-df5f813d4718",
      "resourceName": "pNF 34364ecb-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "323c291e-b874-4ed5-90ba-5912cf064cdd",
      "resourceInvariantUUID": "f881b21a-a31b-41a0-99a9-c7b838384c0f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
      "artifactChecksum": "NzQxMGI1YjE5YmFmOGM2MWRkODhlZDA1OGE2NTY1YWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6e79a94-d9b0-47a4-b0a2-9fcd83678ccf"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T05:18:05.743Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T05:18:05.743Z|0cbfeda6-60c1-4118-a517-5d3fb3fe40a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9ca44905-9630-443f-ae85-35543ed2bdd5 ASDC
2023-02-16T05:18:05.743Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2e221917-a1d0-4e5e-949c-8beb1e632d3e
ServiceName:Demo_pNF_zX1o2UlzO98tZrXP9jSp
ServiceVersion:1.0
ServiceUUID:9ca44905-9630-443f-ae85-35543ed2bdd5
ServiceInvariantUUID:b55a514a-beda-4a5c-80a8-3c64417ce70d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
ArtifactUUID:d6e79a94-d9b0-47a4-b0a2-9fcd83678ccf
ArtifactChecksum:NzQxMGI1YjE5YmFmOGM2MWRkODhlZDA1OGE2NTY1YWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 34364ecb-2cbf 0
ResourceCustomizationUUID:3bb79459-481d-4187-ad60-df5f813d4718
ResourceInvariantUUID:f881b21a-a31b-41a0-99a9-c7b838384c0f
ResourceName:pNF 34364ecb-2cbf
ResourceType:PNF
ResourceUUID:323c291e-b874-4ed5-90ba-5912cf064cdd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-16T05:18:05.744Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ca44905-9630-443f-ae85-35543ed2bdd5 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-16T05:18:05.964Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T05:18:05.966Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:18:05.967Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:18:05.967Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d6e79a94-d9b0-47a4-b0a2-9fcd83678ccf from URL: /sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:05.967Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:18:05.971Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:06.217Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:06.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.248Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524610285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.250Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524622714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.250Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524607337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.250Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524610285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.251Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524622714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.251Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524607337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.252Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524610285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.252Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524622714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524607337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524610285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524622714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524607337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524610285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524622714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524607337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524610285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.257Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524622714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.257Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524607337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524610285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524622714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524607337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524610285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524622714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524607337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524634355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:18:06.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.263Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524635782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:18:06.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.264Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524635369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.264Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524635369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524635369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524635369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524635369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524635369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524635369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524635369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524644683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:18:06.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524646586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:18:06.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.271Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524647589,
  "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-16T05:18:06.319Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e221917-a1d0-4e5e-949c-8beb1e632d3e
2023-02-16T05:18:06.319Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e221917-a1d0-4e5e-949c-8beb1e632d3e 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-16T05:18:06.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.383Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524646973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:18:06.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.384Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524647977,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2023-02-16T05:18:06.399Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
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-16T05:18:06.413Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar d6e79a94-d9b0-47a4-b0a2-9fcd83678ccf 88016
2023-02-16T05:18:06.414Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar ASDC sendASDCNotification
2023-02-16T05:18:06.414Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:06.414Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:18:06.414Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:06.414Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:06.415Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524686413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:06.475Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e221917-a1d0-4e5e-949c-8beb1e632d3e
2023-02-16T05:18:06.476Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e221917-a1d0-4e5e-949c-8beb1e632d3e 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-16T05:18:06.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.634Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524635359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.634Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.635Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524652714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.637Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524633847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.637Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524635359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.638Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524652714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.639Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524633847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.639Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524635359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.640Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524652714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.640Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524633847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.641Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524635359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.641Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524652714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.642Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.642Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524633847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.646Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524665369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.646Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.647Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524665369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.647Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.649Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524635359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.653Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524652714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.654Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524633847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.656Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524665369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.657Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524635359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524652714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524633847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524665369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.671Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524635359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.672Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524652714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.673Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524633847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.685Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524665369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524665369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524671759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:18:06.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524671599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:18:06.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524673154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:18:06.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.696Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524665369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:18:06.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.696Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524672891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:18:06.697Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.697Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524673875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:18:06.697Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.698Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524674402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:18:06.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.698Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0cbfeda6-60c1-4118-a517-5d3fb3fe40a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524676505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T05:18:06.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.699Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524675462,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-16T05:18:06.894Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c43a1eba-fe52-4be9-b5af-8f5a4873827a
2023-02-16T05:18:06.895Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43a1eba-fe52-4be9-b5af-8f5a4873827a 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-16T05:18:06.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.977Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.978Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524676461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:18:06.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.978Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524676473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T05:18:06.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.979Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:06.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:06.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:06.981Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524677465,
  "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-16T05:18:07.026Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c43a1eba-fe52-4be9-b5af-8f5a4873827a
2023-02-16T05:18:07.027Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43a1eba-fe52-4be9-b5af-8f5a4873827a 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-16T05:18:07.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:07.123Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:07.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:07.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:07.125Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:07.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:07.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:07.126Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:07.127Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:07.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:07.128Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/resourceInstances/pnf34364ecb2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:07.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:07.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:07.129Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:07.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:07.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:07.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:18:07.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:07.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:07.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524672768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:07.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:07.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-16T05:18:07.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524677505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:18:07.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:18:07.423Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T05:18:07.425Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:18:07.426Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d6e79a94-d9b0-47a4-b0a2-9fcd83678ccf, URL: /sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar to file: /app/ASDC/1/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:07.427Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:07.449Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:07.449Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:07.713Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18224455844727976654/Definitions/service-DemoPnfZx1o2ulzo98tzrxp9jsp-template.yml
2023-02-16T05:18:09.928Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T05:18:09.929Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-16T05:18:09.929Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:09.930Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-16T05:18:09.930Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||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-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:09.930Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:09.957Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||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-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:09.958Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|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-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:09.958Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|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-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:09.958Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|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-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:09.958Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 34364ecb-2cbf 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-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:09.958Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-16T05:18:09.959Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:09.959Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_zX1o2UlzO98tZrXP9jSp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:09.959Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Node template pNF 34364ecb-2cbf 0 is matching search criteria
2023-02-16T05:18:09.960Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-16T05:18:09.960Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 34364ecb-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T05:18:09.961Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:09.961Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_zX1o2UlzO98tZrXP9jSp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:09.961Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Node template pNF 34364ecb-2cbf 0 is matching search criteria
2023-02-16T05:18:09.961Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-16T05:18:09.962Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 34364ecb-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T05:18:09.962Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:09.962Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_zX1o2UlzO98tZrXP9jSp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:09.962Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:09.963Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_zX1o2UlzO98tZrXP9jSp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:09.963Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:09.963Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_zX1o2UlzO98tZrXP9jSp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:09.963Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:09.964Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_zX1o2UlzO98tZrXP9jSp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:09.966Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:09.966Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_zX1o2UlzO98tZrXP9jSp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:09.966Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_zX1o2UlzO98tZrXP9jSp
Description:catalog service description
Model UUID:9ca44905-9630-443f-ae85-35543ed2bdd5
Model Version:NULL
Model InvariantUuid:b55a514a-beda-4a5c-80a8-3c64417ce70d
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-16T05:18:10.185Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 323c291e-b874-4ed5-90ba-5912cf064cdd
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-16T05:18:10.240Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||pNF 34364ecb-2cbf 0
2023-02-16T05:18:10.241Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 323c291e-b874-4ed5-90ba-5912cf064cdd
2023-02-16T05:18:10.241Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 9ca44905-9630-443f-ae85-35543ed2bdd5
2023-02-16T05:18:10.242Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9ca44905-9630-443f-ae85-35543ed2bdd5
2023-02-16T05:18:10.242Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 34364ecb-2cbf 0 323c291e-b874-4ed5-90ba-5912cf064cdd 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-16T05:18:10.356Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2756f4c2, org.onap.sdc.toscaparser.api.parameters.Input@2ff473c7, org.onap.sdc.toscaparser.api.parameters.Input@2d885308, org.onap.sdc.toscaparser.api.parameters.Input@6a6a302e, org.onap.sdc.toscaparser.api.parameters.Input@7a0a3945]
2023-02-16T05:18:10.357Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:10.358Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_zX1o2UlzO98tZrXP9jSp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:10.358Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9ca44905-9630-443f-ae85-35543ed2bdd5: pNF 34364ecb-2cbf
2023-02-16T05:18:10.359Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Processing PNF resource: 323c291e-b874-4ed5-90ba-5912cf064cdd
2023-02-16T05:18:10.359Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:10.360Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_zX1o2UlzO98tZrXP9jSp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:10.360Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Resource customization UUID: 3bb79459-481d-4187-ad60-df5f813d4718 is the same as notified resource customizationUUID: 3bb79459-481d-4187-ad60-df5f813d4718
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-16T05:18:11.627Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 34364ecb-2cbf 323c291e-b874-4ed5-90ba-5912cf064cdd 0 ASDC deployResourceStructure
2023-02-16T05:18:11.631Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar ASDC sendASDCNotification
2023-02-16T05:18:11.631Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar
2023-02-16T05:18:11.631Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:18:11.632Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:11.632Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:11.633Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524691630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:12.639Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e221917-a1d0-4e5e-949c-8beb1e632d3e
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-16T05:18:12.897Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e221917-a1d0-4e5e-949c-8beb1e632d3e
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-16T05:18:12.944Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:18:12.944Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T05:18:12.953Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T05:18:12.953Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T05:18:12.953Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:18:12.954Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:18:12.954Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:18:12.954Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|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-16T05:18:13.090Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T05:18:43.092Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e221917-a1d0-4e5e-949c-8beb1e632d3e 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-16T05:18:43.145Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e221917-a1d0-4e5e-949c-8beb1e632d3e and serviceModelVersionId: 9ca44905-9630-443f-ae85-35543ed2bdd5
2023-02-16T05:18:43.145Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b55a514a-beda-4a5c-80a8-3c64417ce70d
2023-02-16T05:18:43.147Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b55a514a-beda-4a5c-80a8-3c64417ce70d/model-vers/model-ver/9ca44905-9630-443f-ae85-35543ed2bdd5?depth=0
2023-02-16T05:18:43.156Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T05:18:43.399Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b55a514a-beda-4a5c-80a8-3c64417ce70d/model-vers/model-ver/9ca44905-9630-443f-ae85-35543ed2bdd5?depth=0|INFO|500||Invoke
2023-02-16T05:18:43.401Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b55a514a-beda-4a5c-80a8-3c64417ce70d/model-vers/model-ver/9ca44905-9630-443f-ae85-35543ed2bdd5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b55a514a-beda-4a5c-80a8-3c64417ce70d/model-vers/model-ver/9ca44905-9630-443f-ae85-35543ed2bdd5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e221917-a1d0-4e5e-949c-8beb1e632d3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ce11a0b-39e4-4364-9ff1-df1fd6f25d0f], X-ECOMP-RequestID=[2e221917-a1d0-4e5e-949c-8beb1e632d3e], X-TransactionId=[], X-ONAP-RequestID=[2e221917-a1d0-4e5e-949c-8beb1e632d3e], Content-Type=[application/merge-patch+json]}
2023-02-16T05:18:43.431Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b55a514a-beda-4a5c-80a8-3c64417ce70d/model-vers/model-ver/9ca44905-9630-443f-ae85-35543ed2bdd5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T05:18:43.907Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b55a514a-beda-4a5c-80a8-3c64417ce70d/model-vers/model-ver/9ca44905-9630-443f-ae85-35543ed2bdd5?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/b55a514a-beda-4a5c-80a8-3c64417ce70d/model-vers/model-ver/9ca44905-9630-443f-ae85-35543ed2bdd5?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 05:18:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[458], vertex-id=[176184], x-aai-txid=[0-aai-resources-230216-05:18:43:480-69310], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T05:18:43.908Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b55a514a-beda-4a5c-80a8-3c64417ce70d/model-vers/model-ver/9ca44905-9630-443f-ae85-35543ed2bdd5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-16T05:18:43.909Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b55a514a-beda-4a5c-80a8-3c64417ce70d/model-vers/model-ver/9ca44905-9630-443f-ae85-35543ed2bdd5?depth=0|INFO|500||InvokeReturn
2023-02-16T05:18:43.924Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T05:18:43.926Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|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-16T05:18:43.949Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|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-16T05:18:43.949Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e221917-a1d0-4e5e-949c-8beb1e632d3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T05:18:43.950Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T05:18:43.951Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:43.951Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:43.952Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524723950,
  "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-16T05:18:45.125Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-16T05:18:45.132Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c43a1eba-fe52-4be9-b5af-8f5a4873827a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0e432692-3df0-46f0-bade-bd1e53c5bfc6","serviceDescription":"service","serviceInvariantUUID":"55f3c623-2a1d-4cb3-81c1-72882a707526","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c3996f54-d3b7-4074-a312-29629638cd11","resourceInvariantUUID":"1bca4aa1-77d7-4601-a451-9c16bb4ea3e3","resourceCustomizationUUID":"7a5bb472-90ad-4c36-8082-eeda72f8db29","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZTJmODgzZTY3NzkzM2I2MDlmOTM1NzZkYjY5NzIzZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4d427231-2a16-4969-b124-64cbd7dcddb6","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NWRmMWRkOTFjNjlhNDM0ZjJmYjIwMjMzMTQyMTZiZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91968717-0f54-40ec-80ab-82be6558b465","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6432ea0-21e2-427b-bcfa-9665e58fa753","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67f61afa-9f50-4ef0-a688-cc9e4bc6c06b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"96c5532d-12b1-45c8-a6c5-541e66dfeb53","artifactVersion":"2","generatedFromUUID":"b6432ea0-21e2-427b-bcfa-9665e58fa753"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2IzY2UyNzI3ODhlNDFjZjU0YjJkZWRlNWFkODgzZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea6d7446-c152-4b52-a110-d7eb9874480e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yjk4MzQzZDM5OTM1ZmQ1MzNhOGU2Y2YyZWZlMGQyMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ac2b509-b932-41d4-bfd2-635c14f6ab2e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T05:18:45.133Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:45.133Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:45.136Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:45.136Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:46.139Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:46.139Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:46.140Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:46.140Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:47.143Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:47.144Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:47.144Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:47.144Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:48.146Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:48.146Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:48.146Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:48.147Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:49.148Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:49.149Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:49.149Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:49.149Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:50.150Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:50.151Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:50.151Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:50.151Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:51.153Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:18:51.153Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:51.154Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:51.154Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:52.157Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0e432692-3df0-46f0-bade-bd1e53c5bfc6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "55f3c623-2a1d-4cb3-81c1-72882a707526",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "7a5bb472-90ad-4c36-8082-eeda72f8db29",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c3996f54-d3b7-4074-a312-29629638cd11",
      "resourceInvariantUUID": "1bca4aa1-77d7-4601-a451-9c16bb4ea3e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NWRmMWRkOTFjNjlhNDM0ZjJmYjIwMjMzMTQyMTZiZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "91968717-0f54-40ec-80ab-82be6558b465",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b6432ea0-21e2-427b-bcfa-9665e58fa753",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "96c5532d-12b1-45c8-a6c5-541e66dfeb53",
            "generatedFromUUID": "b6432ea0-21e2-427b-bcfa-9665e58fa753"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "96c5532d-12b1-45c8-a6c5-541e66dfeb53",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Yjk4MzQzZDM5OTM1ZmQ1MzNhOGU2Y2YyZWZlMGQyMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1ac2b509-b932-41d4-bfd2-635c14f6ab2e"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T05:18:52.157Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T05:18:52.158Z|2e221917-a1d0-4e5e-949c-8beb1e632d3e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e432692-3df0-46f0-bade-bd1e53c5bfc6 ASDC
2023-02-16T05:18:52.159Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c43a1eba-fe52-4be9-b5af-8f5a4873827a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0e432692-3df0-46f0-bade-bd1e53c5bfc6
ServiceInvariantUUID:55f3c623-2a1d-4cb3-81c1-72882a707526
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:1ac2b509-b932-41d4-bfd2-635c14f6ab2e
ArtifactChecksum:Yjk4MzQzZDM5OTM1ZmQ1MzNhOGU2Y2YyZWZlMGQyMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7a5bb472-90ad-4c36-8082-eeda72f8db29
ResourceInvariantUUID:1bca4aa1-77d7-4601-a451-9c16bb4ea3e3
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c3996f54-d3b7-4074-a312-29629638cd11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:91968717-0f54-40ec-80ab-82be6558b465
ArtifactChecksum:NWRmMWRkOTFjNjlhNDM0ZjJmYjIwMjMzMTQyMTZiZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:b6432ea0-21e2-427b-bcfa-9665e58fa753
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:96c5532d-12b1-45c8-a6c5-541e66dfeb53
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:96c5532d-12b1-45c8-a6c5-541e66dfeb53
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-16T05:18:52.159Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e432692-3df0-46f0-bade-bd1e53c5bfc6 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-16T05:18:52.360Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T05:18:52.363Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:18:52.364Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:18:52.365Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1ac2b509-b932-41d4-bfd2-635c14f6ab2e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-16T05:18:52.366Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:18:52.367Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-16T05:18:53.184Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:18:53.192Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1ac2b509-b932-41d4-bfd2-635c14f6ab2e 75196
2023-02-16T05:18:53.193Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-16T05:18:53.193Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-16T05:18:53.193Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:18:53.195Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:53.195Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:53.195Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524733193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:54.196Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T05:18:54.198Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:18:54.198Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1ac2b509-b932-41d4-bfd2-635c14f6ab2e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-16T05:18:54.199Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-16T05:18:54.200Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-16T05:18:54.200Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-16T05:18:54.494Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4648240768438919931/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-16T05:18:57.440Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T05:18:57.441Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-16T05:18:57.441Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-16T05:18:57.441Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-16T05:18:57.441Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-16T05:18:57.441Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|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-BasicVm-csar.csar
2023-02-16T05:18:57.441Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-16T05:18:57.442Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-16T05:18:57.442Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|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-BasicVm-csar.csar
2023-02-16T05:18:57.442Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|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-BasicVm-csar.csar
2023-02-16T05:18:57.442Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|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-BasicVm-csar.csar
2023-02-16T05:18:57.442Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-16T05:18:57.443Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.443Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:57.443Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-16T05:18:57.444Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-16T05:18:57.444Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T05:18:57.444Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.444Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:57.445Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-16T05:18:57.445Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-16T05:18:57.445Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T05:18:57.445Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.446Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:57.446Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.446Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-16T05:18:57.446Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-16T05:18:57.447Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-16T05:18:57.447Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-16T05:18:57.447Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-16T05:18:57.447Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-16T05:18:57.448Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.448Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T05:18:57.448Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.448Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-16T05:18:57.449Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:18:57.449Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.449Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-16T05:18:57.453Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:18:57.453Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.456Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-16T05:18:57.472Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:18:57.473Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.478Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-16T05:18:57.479Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-16T05:18:57.479Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-16T05:18:57.479Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=12823826-c0db-4afd-a3de-6d6ded59c445
2023-02-16T05:18:57.480Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.480Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:57.480Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.480Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:57.481Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.482Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:57.483Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:18:57.484Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:18:57.484Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0e432692-3df0-46f0-bade-bd1e53c5bfc6
Model Version:NULL
Model InvariantUuid:55f3c623-2a1d-4cb3-81c1-72882a707526
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bf205af4-cf27-4ec5-bc28-36eb2406c0cc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1bca4aa1-77d7-4601-a451-9c16bb4ea3e3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7a5bb472-90ad-4c36-8082-eeda72f8db29
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9f8f9d8b-3609-454c-ba12-c1c8f03aee11
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:166d180d-64af-4f3f-bbd2-f341bb914de5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:12823826-c0db-4afd-a3de-6d6ded59c445
ModelInvariantUuid:c3cfa3aa-101a-475c-916e-e0b406af6705
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a684a85d-ae19-451c-aae0-ff46dd8893c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:156ca92f-9e79-466d-83b1-be619c75bc8a
ModelInvariantUuid:d100011d-f95c-450a-9086-7ff03dc84217
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9431153d-90af-4d30-85bf-70894a5739ac
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-16T05:18:57.548Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c3996f54-d3b7-4074-a312-29629638cd11
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-16T05:18:57.555Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||basic_vm 0
2023-02-16T05:18:57.556Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c3996f54-d3b7-4074-a312-29629638cd11
2023-02-16T05:18:57.556Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 91968717-0f54-40ec-80ab-82be6558b465 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-16T05:18:57.556Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:18:57.557Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-16T05:18:58.131Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:18:58.132Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 91968717-0f54-40ec-80ab-82be6558b465 787
2023-02-16T05:18:58.132Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-16T05:18:58.132Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-16T05:18:58.133Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:18:58.133Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:18:58.133Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:18:58.133Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524738132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:18:59.136Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9f8f9d8b-3609-454c-ba12-c1c8f03aee11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "166d180d-64af-4f3f-bbd2-f341bb914de5",
    "vfModuleModelCustomizationUUID": "9024a90e-dada-47ab-a378-4b9882d59c9f",
    "isBase": true,
    "artifacts": [
      "b6432ea0-21e2-427b-bcfa-9665e58fa753",
      "96c5532d-12b1-45c8-a6c5-541e66dfeb53"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "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-16T05:18:59.144Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:166d180d-64af-4f3f-bbd2-f341bb914de5
VfModuleModelInvariantUUID:9f8f9d8b-3609-454c-ba12-c1c8f03aee11
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6432ea0-21e2-427b-bcfa-9665e58fa753
,
96c5532d-12b1-45c8-a6c5-541e66dfeb53

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-16T05:18:59.149Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9f8f9d8b-3609-454c-ba12-c1c8f03aee11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "166d180d-64af-4f3f-bbd2-f341bb914de5",
    "vfModuleModelCustomizationUUID": "9024a90e-dada-47ab-a378-4b9882d59c9f",
    "isBase": true,
    "artifacts": [
      "b6432ea0-21e2-427b-bcfa-9665e58fa753",
      "96c5532d-12b1-45c8-a6c5-541e66dfeb53"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "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-16T05:18:59.149Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:166d180d-64af-4f3f-bbd2-f341bb914de5
VfModuleModelInvariantUUID:9f8f9d8b-3609-454c-ba12-c1c8f03aee11
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6432ea0-21e2-427b-bcfa-9665e58fa753
,
96c5532d-12b1-45c8-a6c5-541e66dfeb53

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-16T05:18:59.149Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6432ea0-21e2-427b-bcfa-9665e58fa753 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-16T05:18:59.150Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:18:59.150Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-16T05:19:00.516Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:19:00.517Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b6432ea0-21e2-427b-bcfa-9665e58fa753 5033
2023-02-16T05:19:00.517Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-16T05:19:00.517Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-16T05:19:00.517Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:19:00.518Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:19:00.518Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:19:00.518Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524740517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:19:01.519Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 96c5532d-12b1-45c8-a6c5-541e66dfeb53 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-16T05:19:01.520Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:19:01.520Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-16T05:19:02.093Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:19:02.094Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 96c5532d-12b1-45c8-a6c5-541e66dfeb53 903
2023-02-16T05:19:02.094Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-16T05:19:02.111Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-16T05:19:02.111Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:19:02.112Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:19:02.112Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:19:02.112Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524742094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:19:03.114Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0e432692-3df0-46f0-bade-bd1e53c5bfc6
2023-02-16T05:19:03.114Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c3996f54-d3b7-4074-a312-29629638cd11 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-16T05:19:03.173Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d959d9a, org.onap.sdc.toscaparser.api.parameters.Input@703b4363, org.onap.sdc.toscaparser.api.parameters.Input@691260bf, org.onap.sdc.toscaparser.api.parameters.Input@5c457788, org.onap.sdc.toscaparser.api.parameters.Input@d6d48d7]
2023-02-16T05:19:03.178Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.182Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:19:03.189Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-16T05:19:03.190Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7a5bb472-90ad-4c36-8082-eeda72f8db29
2023-02-16T05:19:03.190Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a5bb472-90ad-4c36-8082-eeda72f8db29 matches Tosca VF Customization UUID: 7a5bb472-90ad-4c36-8082-eeda72f8db29
2023-02-16T05:19:03.190Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7a5bb472-90ad-4c36-8082-eeda72f8db29  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-16T05:19:03.198Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.199Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:19:03.200Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7a5bb472-90ad-4c36-8082-eeda72f8db29: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-16T05:19:03.200Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a846c87
2023-02-16T05:19:03.200Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.201Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T05:19:03.201Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9024a90e-dada-47ab-a378-4b9882d59c9f
2023-02-16T05:19:03.201Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9024a90e-dada-47ab-a378-4b9882d59c9f
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-16T05:19:03.242Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.243Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-16T05:19:03.244Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:19:03.244Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.245Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-16T05:19:03.245Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:19:03.247Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.248Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-16T05:19:03.248Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-16T05:19:03.248Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-16T05:19:03.249Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=12823826-c0db-4afd-a3de-6d6ded59c445
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-16T05:19:03.260Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.261Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-16T05:19:03.261Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:19:03.261Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.263Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-16T05:19:03.263Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7a5bb472-90ad-4c36-8082-eeda72f8db29
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-16T05:19:03.277Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.278Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:19:03.278Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0e432692-3df0-46f0-bade-bd1e53c5bfc6: basic_vm
2023-02-16T05:19:03.278Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.279Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:19:03.279Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.279Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:19:03.280Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.281Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:19:03.282Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.282Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:19:03.283Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:19:03.283Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:19:03.283Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
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-16T05:19:04.067Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c3996f54-d3b7-4074-a312-29629638cd11 1 ASDC deployResourceStructure
2023-02-16T05:19:04.068Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-16T05:19:04.068Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-16T05:19:04.068Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:19:04.069Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:19:04.069Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:19:04.069Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524744068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:19:05.071Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-16T05:19:05.071Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-16T05:19:05.072Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:19:05.072Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:19:05.072Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:19:05.072Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524745071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:19:06.075Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-16T05:19:06.075Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-16T05:19:06.076Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:19:06.076Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:19:06.076Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:19:06.076Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524746075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:19:06.221Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:19:06.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:19:06.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524672768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:19:06.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:19:07.077Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-16T05:19:07.079Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-16T05:19:07.081Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:19:07.082Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:19:07.083Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:19:07.083Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524747077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:19:08.092Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c43a1eba-fe52-4be9-b5af-8f5a4873827a
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-16T05:19:08.234Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c43a1eba-fe52-4be9-b5af-8f5a4873827a
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-16T05:19:08.244Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:19:08.245Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T05:19:08.245Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T05:19:38.247Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c43a1eba-fe52-4be9-b5af-8f5a4873827a
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-16T05:19:38.291Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c43a1eba-fe52-4be9-b5af-8f5a4873827a
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-16T05:19:38.297Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:19:38.298Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T05:19:38.298Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T05:20:06.218Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:20:06.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.250Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524677505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-16T05:20:06.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.254Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524686413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:06.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.256Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524672768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.256Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524677505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-16T05:20:06.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.257Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524672768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.258Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524677505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T05:20:06.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.258Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524672768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.260Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524677505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-16T05:20:06.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.261Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524672768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.262Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524677505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.263Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524672768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.289Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524677505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-16T05:20:06.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.291Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524691630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZx1o2ulzo98tzrxp9jsp/1.0/artifacts/service-DemoPnfZx1o2ulzo98tzrxp9jsp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:20:06.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.291Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524691725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:20:06.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524672768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524677505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524692736,
  "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-16T05:20:06.384Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c43a1eba-fe52-4be9-b5af-8f5a4873827a
2023-02-16T05:20:06.385Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43a1eba-fe52-4be9-b5af-8f5a4873827a 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-16T05:20:06.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.492Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524672768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:20:06.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.493Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524677505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:20:06.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.495Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524693743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.496Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524693743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.496Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524693743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.504Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524694860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:06.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.505Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676524695074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:06.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.505Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524693743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.506Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524696289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:06.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.507Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524695369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.507Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524693743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.508Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524695369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.509Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524693743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.509Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524697833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:06.510Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.510Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524693743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.510Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.511Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524695369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.511Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.511Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524693743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.511Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.512Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524695369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.512Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.512Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524699600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:06.512Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.513Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524693743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:20:06.513Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.513Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524695369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.513Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.514Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524700952,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-16T05:20:06.628Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c28d765-6665-4678-a2cd-3983d88348dc
2023-02-16T05:20:06.628Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c28d765-6665-4678-a2cd-3983d88348dc 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-16T05:20:06.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.752Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524695369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.753Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524703412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:06.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676524701960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T05:20:06.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524695369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524695369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:06.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524695369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:20:06.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524705827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:06.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524708494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:20:06.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676524709497,
  "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-16T05:20:06.854Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c28d765-6665-4678-a2cd-3983d88348dc
2023-02-16T05:20:06.855Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c28d765-6665-4678-a2cd-3983d88348dc 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-16T05:20:06.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.983Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524720409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:20:06.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:06.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:06.984Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676524721413,
  "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-16T05:20:07.038Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c28d765-6665-4678-a2cd-3983d88348dc
2023-02-16T05:20:07.039Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c28d765-6665-4678-a2cd-3983d88348dc 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-16T05:20:07.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.079Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2e221917-a1d0-4e5e-949c-8beb1e632d3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524723950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T05:20:07.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.081Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:07.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.083Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T05:20:07.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.084Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-16T05:20:07.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.086Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:07.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-16T05:20:07.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.091Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:20:07.091Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.091Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524677651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:20:07.091Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.092Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524733193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:07.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.092Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524738132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:07.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.093Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524740517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:07.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524742094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:20:07.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524744068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T05:20:07.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524745071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-16T05:20:07.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:07.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:20:07.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524746075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-16T05:20:07.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:20:08.299Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c43a1eba-fe52-4be9-b5af-8f5a4873827a
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-16T05:20:08.339Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c43a1eba-fe52-4be9-b5af-8f5a4873827a
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-16T05:20:08.374Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:20:08.389Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T05:20:08.389Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T05:20:08.390Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T05:20:08.390Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:20:08.390Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:20:08.390Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:20:08.390Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:20:08.391Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|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-16T05:20:08.443Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T05:20:38.444Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c43a1eba-fe52-4be9-b5af-8f5a4873827a 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-16T05:20:38.490Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c43a1eba-fe52-4be9-b5af-8f5a4873827a and serviceModelVersionId: 0e432692-3df0-46f0-bade-bd1e53c5bfc6
2023-02-16T05:20:38.490Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f3c623-2a1d-4cb3-81c1-72882a707526
2023-02-16T05:20:38.492Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f3c623-2a1d-4cb3-81c1-72882a707526/model-vers/model-ver/0e432692-3df0-46f0-bade-bd1e53c5bfc6?depth=0
2023-02-16T05:20:38.502Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T05:20:38.663Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|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/55f3c623-2a1d-4cb3-81c1-72882a707526/model-vers/model-ver/0e432692-3df0-46f0-bade-bd1e53c5bfc6?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-16T05:20:38.668Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f3c623-2a1d-4cb3-81c1-72882a707526/model-vers/model-ver/0e432692-3df0-46f0-bade-bd1e53c5bfc6?depth=0|INFO|500||Invoke
2023-02-16T05:20:38.701Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f3c623-2a1d-4cb3-81c1-72882a707526/model-vers/model-ver/0e432692-3df0-46f0-bade-bd1e53c5bfc6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T05:20:39.109Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f3c623-2a1d-4cb3-81c1-72882a707526/model-vers/model-ver/0e432692-3df0-46f0-bade-bd1e53c5bfc6?depth=0|INFO|500||InvokeReturn
2023-02-16T05:20:39.111Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|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/55f3c623-2a1d-4cb3-81c1-72882a707526/model-vers/model-ver/0e432692-3df0-46f0-bade-bd1e53c5bfc6?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 05:20:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[371], vertex-id=[233640], x-aai-txid=[0-aai-resources-230216-05:20:38:726-12446], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T05:20:39.111Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-16T05:20:39.111Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T05:20:39.112Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|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-16T05:20:39.132Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|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-16T05:20:39.133Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c43a1eba-fe52-4be9-b5af-8f5a4873827a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T05:20:39.134Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T05:20:39.135Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:39.135Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:39.135Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524839133,
  "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-16T05:20:40.239Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:20:40.261Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-16T05:20:40.261Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"9c28d765-6665-4678-a2cd-3983d88348dc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f4893510-282f-4f4a-9598-f3c49d10e74f","serviceDescription":"service","serviceInvariantUUID":"2f5345a7-baab-4f8f-8967-240b0672b543","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66baef64-79ee-4eb1-adfc-03412aae338e","resourceInvariantUUID":"633aa5f1-038c-48b7-b06f-b03de48ad6f8","resourceCustomizationUUID":"ddc4e43c-de53-49bc-8c45-d8184efa5c4f","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":"MjU5ODk4OTZiNmU5N2Q0MjZkODI4NzIwM2JkMzYzMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"082ed568-9887-4bab-9505-2f0d53d9522d","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":"39a33665-9a51-4708-bf21-af5eec0a8668","artifactVersion":"2","generatedFromUUID":"5377c586-c673-4695-a515-66ac8e8663e8"},{"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":"5377c586-c673-4695-a515-66ac8e8663e8","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":"NmQ3YjExZDU2N2U4ZjJiOWUwOTc0MThlNGQ2OGZkYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e6d5d34-a0f7-45ff-a107-ae3d59ad8f35","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":"bbd661b2-f28e-4dba-a251-dacab410e012","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":"c3c502ba-a2e7-46c5-a906-76cebdbf6a12","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":"09a503af-34d8-4327-803e-f37cb134e8f0","artifactVersion":"2","generatedFromUUID":"bbd661b2-f28e-4dba-a251-dacab410e012"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTY2NGU5NGU0OWY5NDU2MjQ4MmQ2N2Q5YmRhZmQ5Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adeed716-d654-4c9c-88ba-91549800cb70","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmUzNjUxYjNiYjgyMDE0OGFlYTNlNmYwZmEwOTY4OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24fda798-dc06-46cd-9bf7-4f1a61006d52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T05:20:40.266Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:20:40.266Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:40.267Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:40.267Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "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-16T05:20:41.268Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:20:41.269Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:41.269Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:41.270Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "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-16T05:20:42.271Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:20:42.271Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:42.272Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:42.273Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "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-16T05:20:43.274Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:20:43.275Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:43.275Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:43.275Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "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-16T05:20:44.279Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:20:44.286Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:44.287Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:44.287Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "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-16T05:20:45.288Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:20:45.289Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:45.289Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:45.290Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "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-16T05:20:46.296Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:20:46.297Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:46.297Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:46.298Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "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-16T05:20:47.300Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:20:47.301Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:47.301Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:47.302Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "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-16T05:20:48.305Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:20:48.306Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:48.307Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:48.307Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:20:49.310Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f4893510-282f-4f4a-9598-f3c49d10e74f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2f5345a7-baab-4f8f-8967-240b0672b543",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ddc4e43c-de53-49bc-8c45-d8184efa5c4f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "66baef64-79ee-4eb1-adfc-03412aae338e",
      "resourceInvariantUUID": "633aa5f1-038c-48b7-b06f-b03de48ad6f8",
      "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": "39a33665-9a51-4708-bf21-af5eec0a8668",
          "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": "5377c586-c673-4695-a515-66ac8e8663e8",
          "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": "NmQ3YjExZDU2N2U4ZjJiOWUwOTc0MThlNGQ2OGZkYjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9e6d5d34-a0f7-45ff-a107-ae3d59ad8f35",
          "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": "bbd661b2-f28e-4dba-a251-dacab410e012",
          "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": "09a503af-34d8-4327-803e-f37cb134e8f0",
            "generatedFromUUID": "bbd661b2-f28e-4dba-a251-dacab410e012"
          },
          "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": "09a503af-34d8-4327-803e-f37cb134e8f0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YmUzNjUxYjNiYjgyMDE0OGFlYTNlNmYwZmEwOTY4OGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24fda798-dc06-46cd-9bf7-4f1a61006d52"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T05:20:49.312Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T05:20:49.317Z|c43a1eba-fe52-4be9-b5af-8f5a4873827a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f4893510-282f-4f4a-9598-f3c49d10e74f ASDC
2023-02-16T05:20:49.318Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9c28d765-6665-4678-a2cd-3983d88348dc
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f4893510-282f-4f4a-9598-f3c49d10e74f
ServiceInvariantUUID:2f5345a7-baab-4f8f-8967-240b0672b543
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:24fda798-dc06-46cd-9bf7-4f1a61006d52
ArtifactChecksum:YmUzNjUxYjNiYjgyMDE0OGFlYTNlNmYwZmEwOTY4OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ddc4e43c-de53-49bc-8c45-d8184efa5c4f
ResourceInvariantUUID:633aa5f1-038c-48b7-b06f-b03de48ad6f8
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:66baef64-79ee-4eb1-adfc-03412aae338e
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:39a33665-9a51-4708-bf21-af5eec0a8668
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:5377c586-c673-4695-a515-66ac8e8663e8
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:9e6d5d34-a0f7-45ff-a107-ae3d59ad8f35
ArtifactChecksum:NmQ3YjExZDU2N2U4ZjJiOWUwOTc0MThlNGQ2OGZkYjU=
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:bbd661b2-f28e-4dba-a251-dacab410e012
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:09a503af-34d8-4327-803e-f37cb134e8f0
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:09a503af-34d8-4327-803e-f37cb134e8f0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-16T05:20:49.322Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f4893510-282f-4f4a-9598-f3c49d10e74f 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-16T05:20:49.549Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T05:20:49.554Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:20:49.554Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:20:49.555Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 24fda798-dc06-46cd-9bf7-4f1a61006d52 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-16T05:20:49.555Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:20:49.556Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-16T05:20:50.143Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:20:50.148Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 24fda798-dc06-46cd-9bf7-4f1a61006d52 73998
2023-02-16T05:20:50.148Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||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-16T05:20:50.149Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||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-16T05:20:50.149Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:20:50.150Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:50.151Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:50.151Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524850148,
  "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-16T05:20:51.157Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T05:20:51.162Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-16T05:20:51.163Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 24fda798-dc06-46cd-9bf7-4f1a61006d52, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-16T05:20:51.174Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-16T05:20:51.174Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-16T05:20:51.175Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-16T05:20:51.562Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4492338613557986459/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-16T05:20:54.695Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T05:20:54.696Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-16T05:20:54.696Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-16T05:20:54.696Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-16T05:20:54.696Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||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-16T05:20:54.696Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||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-16T05:20:54.697Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||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-16T05:20:54.697Z|9c28d765-6665-4678-a2cd-3983d88348dc|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-BasicCnf-csar.csar
2023-02-16T05:20:54.697Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-16T05:20:54.698Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.698Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:20:54.698Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-16T05:20:54.699Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-16T05:20:54.699Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T05:20:54.700Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.700Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:20:54.700Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-16T05:20:54.701Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-16T05:20:54.701Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T05:20:54.701Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.701Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:20:54.702Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.703Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-16T05:20:54.703Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-16T05:20:54.703Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-16T05:20:54.704Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-16T05:20:54.704Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.704Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T05:20:54.704Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.705Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-16T05:20:54.705Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:20:54.705Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.706Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-16T05:20:54.706Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:20:54.707Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.707Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-16T05:20:54.707Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:20:54.707Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.708Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-16T05:20:54.708Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-16T05:20:54.709Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=27f1178c-4d6e-4a2e-9562-953615b0ea28
2023-02-16T05:20:54.709Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.709Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:20:54.710Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.710Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:20:54.710Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.711Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:20:54.712Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:20:54.712Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:20:54.712Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f4893510-282f-4f4a-9598-f3c49d10e74f
Model Version:NULL
Model InvariantUuid:2f5345a7-baab-4f8f-8967-240b0672b543
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:13bb1f10-413e-4978-a953-475bbf482f00
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:633aa5f1-038c-48b7-b06f-b03de48ad6f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ddc4e43c-de53-49bc-8c45-d8184efa5c4f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8f1ec7d3-43dd-48f2-bddb-63114d3408d8
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:244c59a5-f9ee-49b7-ba9c-394e5c53674a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:27f1178c-4d6e-4a2e-9562-953615b0ea28
ModelInvariantUuid:b8ae8eb9-18d9-491d-b699-a75104c8c3ad
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:68008d88-6938-4d98-9fd6-f69d1a54c8dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:928d74a8-3a38-44cc-bbd7-474216b286ea
ModelInvariantUuid:03601bec-375e-4320-8f77-8c3c588223f6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:482276f3-6f84-4255-b8c6-36173e712951
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-16T05:20:54.865Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 66baef64-79ee-4eb1-adfc-03412aae338e
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-16T05:20:54.890Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||basic_cnf 0
2023-02-16T05:20:54.891Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 66baef64-79ee-4eb1-adfc-03412aae338e
2023-02-16T05:20:54.892Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 39a33665-9a51-4708-bf21-af5eec0a8668 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-16T05:20:54.892Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:20:54.892Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-16T05:20:55.487Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:20:55.488Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 39a33665-9a51-4708-bf21-af5eec0a8668 12
2023-02-16T05:20:55.492Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-16T05:20:55.492Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-16T05:20:55.493Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:20:55.495Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:55.496Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:55.500Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524855491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:20:56.514Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5377c586-c673-4695-a515-66ac8e8663e8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-16T05:20:56.515Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:20:56.516Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-16T05:20:56.975Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:20:56.976Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5377c586-c673-4695-a515-66ac8e8663e8 2688
2023-02-16T05:20:56.984Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-16T05:20:56.985Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-16T05:20:56.985Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:20:56.986Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:56.986Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:56.986Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524856984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:20:57.992Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9e6d5d34-a0f7-45ff-a107-ae3d59ad8f35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-16T05:20:57.993Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:20:57.993Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-16T05:20:58.424Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:20:58.425Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9e6d5d34-a0f7-45ff-a107-ae3d59ad8f35 828
2023-02-16T05:20:58.426Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-16T05:20:58.426Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-16T05:20:58.426Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:20:58.427Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:58.427Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:58.427Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524858425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:20:59.434Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8f1ec7d3-43dd-48f2-bddb-63114d3408d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "244c59a5-f9ee-49b7-ba9c-394e5c53674a",
    "vfModuleModelCustomizationUUID": "613d53e8-2fa7-4d87-8ed1-304d5f1aac87",
    "isBase": true,
    "artifacts": [
      "bbd661b2-f28e-4dba-a251-dacab410e012",
      "5377c586-c673-4695-a515-66ac8e8663e8",
      "09a503af-34d8-4327-803e-f37cb134e8f0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "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-16T05:20:59.441Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:244c59a5-f9ee-49b7-ba9c-394e5c53674a
VfModuleModelInvariantUUID:8f1ec7d3-43dd-48f2-bddb-63114d3408d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbd661b2-f28e-4dba-a251-dacab410e012
,
5377c586-c673-4695-a515-66ac8e8663e8
,
09a503af-34d8-4327-803e-f37cb134e8f0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-16T05:20:59.445Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8f1ec7d3-43dd-48f2-bddb-63114d3408d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "244c59a5-f9ee-49b7-ba9c-394e5c53674a",
    "vfModuleModelCustomizationUUID": "613d53e8-2fa7-4d87-8ed1-304d5f1aac87",
    "isBase": true,
    "artifacts": [
      "bbd661b2-f28e-4dba-a251-dacab410e012",
      "5377c586-c673-4695-a515-66ac8e8663e8",
      "09a503af-34d8-4327-803e-f37cb134e8f0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "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-16T05:20:59.446Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:244c59a5-f9ee-49b7-ba9c-394e5c53674a
VfModuleModelInvariantUUID:8f1ec7d3-43dd-48f2-bddb-63114d3408d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbd661b2-f28e-4dba-a251-dacab410e012
,
5377c586-c673-4695-a515-66ac8e8663e8
,
09a503af-34d8-4327-803e-f37cb134e8f0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-16T05:20:59.447Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bbd661b2-f28e-4dba-a251-dacab410e012 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-16T05:20:59.448Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:20:59.448Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-16T05:20:59.772Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:20:59.774Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bbd661b2-f28e-4dba-a251-dacab410e012 1164
2023-02-16T05:20:59.787Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-16T05:20:59.788Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-16T05:20:59.789Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:20:59.789Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:20:59.790Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:20:59.790Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524859787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:21:00.797Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 09a503af-34d8-4327-803e-f37cb134e8f0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-16T05:21:00.798Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-16T05:21:00.798Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-16T05:21:01.635Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-16T05:21:01.636Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 09a503af-34d8-4327-803e-f37cb134e8f0 200
2023-02-16T05:21:01.637Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-16T05:21:01.637Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-16T05:21:01.637Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:21:01.638Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:21:01.638Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:21:01.639Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524861637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:21:02.643Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f4893510-282f-4f4a-9598-f3c49d10e74f
2023-02-16T05:21:02.644Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 66baef64-79ee-4eb1-adfc-03412aae338e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2023-02-16T05:21:02.710Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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-16T05:21:02.766Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63fc62e1, org.onap.sdc.toscaparser.api.parameters.Input@68ef7d3f, org.onap.sdc.toscaparser.api.parameters.Input@dea7b66, org.onap.sdc.toscaparser.api.parameters.Input@6158f9f6, org.onap.sdc.toscaparser.api.parameters.Input@61336456]
2023-02-16T05:21:02.769Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.773Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:21:02.774Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-16T05:21:02.774Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ddc4e43c-de53-49bc-8c45-d8184efa5c4f
2023-02-16T05:21:02.776Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ddc4e43c-de53-49bc-8c45-d8184efa5c4f matches Tosca VF Customization UUID: ddc4e43c-de53-49bc-8c45-d8184efa5c4f
2023-02-16T05:21:02.777Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ddc4e43c-de53-49bc-8c45-d8184efa5c4f  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-16T05:21:02.788Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.789Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:21:02.799Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ddc4e43c-de53-49bc-8c45-d8184efa5c4f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-16T05:21:02.799Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@af85485
2023-02-16T05:21:02.800Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.800Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T05:21:02.800Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 613d53e8-2fa7-4d87-8ed1-304d5f1aac87
2023-02-16T05:21:02.801Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 613d53e8-2fa7-4d87-8ed1-304d5f1aac87
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-16T05:21:02.812Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.813Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-16T05:21:02.813Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:21:02.814Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.814Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-16T05:21:02.814Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:21:02.815Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.815Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-16T05:21:02.815Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-16T05:21:02.815Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=27f1178c-4d6e-4a2e-9562-953615b0ea28
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-16T05:21:02.831Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.832Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-16T05:21:02.833Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T05:21:02.834Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.834Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-16T05:21:02.834Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ddc4e43c-de53-49bc-8c45-d8184efa5c4f
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-16T05:21:02.848Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.849Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:21:02.850Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f4893510-282f-4f4a-9598-f3c49d10e74f: basic_cnf
2023-02-16T05:21:02.850Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.851Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:21:02.851Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.851Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:21:02.851Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.852Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:21:02.852Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.853Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:21:02.854Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:21:02.854Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:21:02.854Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
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: 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 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-16T05:21:03.453Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 66baef64-79ee-4eb1-adfc-03412aae338e 1 ASDC deployResourceStructure
2023-02-16T05:21:03.465Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-16T05:21:03.466Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-16T05:21:03.466Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-16T05:21:03.469Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:21:03.469Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:21:03.469Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524863454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:21:04.472Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-16T05:21:04.473Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-16T05:21:04.473Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-16T05:21:04.474Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:21:04.474Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:21:04.474Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524864472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:21:05.476Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-16T05:21:05.477Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-16T05:21:05.477Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:21:05.477Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:21:05.477Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:21:05.478Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524865476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:21:06.245Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:21:06.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:21:06.253Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524747077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:21:06.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:21:06.479Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-16T05:21:06.480Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-16T05:21:06.480Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:21:06.481Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:21:06.481Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:21:06.481Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524866479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:21:07.483Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-16T05:21:07.483Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-16T05:21:07.483Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:21:07.484Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:21:07.484Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:21:07.484Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524867483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:21:08.487Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-16T05:21:08.487Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-16T05:21:08.487Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:21:08.503Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:21:08.503Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:21:08.504Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524868486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:21:09.506Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c28d765-6665-4678-a2cd-3983d88348dc
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-16T05:21:09.586Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c28d765-6665-4678-a2cd-3983d88348dc
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-16T05:21:09.637Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:21:09.638Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T05:21:09.638Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T05:21:09.638Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T05:21:09.638Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:21:09.645Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:21:09.646Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:21:09.646Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:21:09.646Z|9c28d765-6665-4678-a2cd-3983d88348dc|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-16T05:21:09.724Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T05:21:39.725Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c28d765-6665-4678-a2cd-3983d88348dc 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-16T05:21:39.752Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c28d765-6665-4678-a2cd-3983d88348dc and serviceModelVersionId: f4893510-282f-4f4a-9598-f3c49d10e74f
2023-02-16T05:21:39.752Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f5345a7-baab-4f8f-8967-240b0672b543
2023-02-16T05:21:39.753Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f5345a7-baab-4f8f-8967-240b0672b543/model-vers/model-ver/f4893510-282f-4f4a-9598-f3c49d10e74f?depth=0
2023-02-16T05:21:39.785Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T05:21:39.947Z|9c28d765-6665-4678-a2cd-3983d88348dc|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/2f5345a7-baab-4f8f-8967-240b0672b543/model-vers/model-ver/f4893510-282f-4f4a-9598-f3c49d10e74f?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-16T05:21:39.960Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f5345a7-baab-4f8f-8967-240b0672b543/model-vers/model-ver/f4893510-282f-4f4a-9598-f3c49d10e74f?depth=0|INFO|500||Invoke
2023-02-16T05:21:39.980Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f5345a7-baab-4f8f-8967-240b0672b543/model-vers/model-ver/f4893510-282f-4f4a-9598-f3c49d10e74f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T05:21:40.512Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f5345a7-baab-4f8f-8967-240b0672b543/model-vers/model-ver/f4893510-282f-4f4a-9598-f3c49d10e74f?depth=0|INFO|500||InvokeReturn
2023-02-16T05:21:40.513Z|9c28d765-6665-4678-a2cd-3983d88348dc|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/2f5345a7-baab-4f8f-8967-240b0672b543/model-vers/model-ver/f4893510-282f-4f4a-9598-f3c49d10e74f?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 05:21:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[522], vertex-id=[254032], x-aai-txid=[1-aai-resources-230216-05:21:40:009-93305], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T05:21:40.514Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-16T05:21:40.518Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T05:21:40.519Z|9c28d765-6665-4678-a2cd-3983d88348dc|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-16T05:21:40.593Z|9c28d765-6665-4678-a2cd-3983d88348dc|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-16T05:21:40.598Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c28d765-6665-4678-a2cd-3983d88348dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T05:21:40.598Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T05:21:40.599Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:21:40.601Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:21:40.602Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524900598,
  "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-16T05:21:41.743Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:22:06.218Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:22:06.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c43a1eba-fe52-4be9-b5af-8f5a4873827a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524839133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T05:22:06.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:22:06.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-16T05:22:06.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-16T05:22:06.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T05:22:06.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-16T05:22:06.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:22:06.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-16T05:22:06.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:22:06.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524840239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:22:06.232Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.232Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524850148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:22:06.232Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.232Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524855491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:22:06.232Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.233Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524856984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:22:06.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.233Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524858425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:22:06.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.264Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524859787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:22:06.264Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.265Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524861637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:22:06.265Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.265Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524863454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-16T05:22:06.265Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.266Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524864472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-16T05:22:06.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:06.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:22:06.266Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524865476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T05:22:06.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:22:41.745Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:23:06.218Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:23:06.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-16T05:23:06.223Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524866479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-16T05:23:06.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:23:06.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-16T05:23:06.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524867483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-16T05:23:06.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:23:06.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-16T05:23:06.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524868486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:23:06.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:23:06.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-16T05:23:06.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c28d765-6665-4678-a2cd-3983d88348dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676524900598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T05:23:06.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:23:41.747Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:24:06.217Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:24:41.749Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:25:06.218Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:25:41.754Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:26:06.221Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:26:41.756Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:27:06.225Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:27:41.758Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:28:06.231Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:28:41.758Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:29:06.232Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:29:41.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:30:06.233Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:30:41.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:31:06.236Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:31:41.765Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:32:06.237Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:32:41.766Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:33:06.239Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:33:41.768Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:34:06.240Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:34:41.769Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:35:06.248Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:35:41.771Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:36:06.250Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:36:41.771Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:37:06.253Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:37:41.774Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:38:06.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:38:41.775Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:39:06.258Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:39:41.779Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:40:06.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:40:41.780Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:41:06.283Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:41:41.781Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:42:06.283Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:42:41.782Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:43:06.285Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:43:41.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:44:06.288Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:44:41.786Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:45:06.293Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:45:41.788Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:46:06.296Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:46:41.789Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:47:06.304Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:47:41.791Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:48:06.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:48:41.792Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:49:06.306Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:49:41.794Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:50:06.306Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:50:41.832Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:51:06.311Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:51:41.833Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:52:06.313Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:52:41.835Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:53:06.315Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:53:41.837Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:54:06.316Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:54:41.839Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:55:06.319Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:55:41.841Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:56:06.323Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:30.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T05:56:30.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"5db857e4-5623-4414-8379-339145738ee5","serviceName":"Demo_pNF_japfg9gTPlla61KPqYpw","serviceVersion":"1.0","serviceUUID":"420873ec-2989-472d-a3e0-5dada486d393","serviceDescription":"catalog service description","serviceInvariantUUID":"c4a8a5ef-1f48-40f1-9966-9e5d9173937d","resources":[{"resourceInstanceName":"pNF a338bf6e-1efd 0","resourceName":"pNF a338bf6e-1efd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a5269493-f231-44bd-9e81-3a3dbf275a79","resourceInvariantUUID":"f470c8e5-cb46-4b1d-98ca-e4100f3f4b50","resourceCustomizationUUID":"3e8dc96d-2c17-48b8-9615-52526e268b15","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vf-license-model.xml","artifactChecksum":"MTZkYjY4NDkzZjAwNTA4MDJiOGY5YThiYWJkZjUyODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fcc1a85a-14d7-4c72-a591-5a31346debf9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/pNF.csar","artifactChecksum":"ZWNmYTk4MDk3NTQ3M2NlMmNjMjg4MzI2ZTA3MTM4MjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f47244b4-40a7-433e-95ab-041370ff81a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d61f70fc-4834-4bf3-8127-1e9f446c5f20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vendor-license-model.xml","artifactChecksum":"NmRlZjkwOWNmNTRkNWJlZjEyYzgwZGMzYTU0MjRiYTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af015780-5e18-46e2-9469-4598053d008a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89ef0851-c654-4cf2-a1f7-1d00e99efd97","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5dab22f7-0e56-40d3-bae5-a702e1a91624","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJapfg9gtplla61kpqypw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-template.yml","artifactChecksum":"MGYzMGE2Y2M0MTA2Yjg3YWYzOWU1Y2JjNzljYzg2NWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8c2ed25-3728-4b9c-9bc1-2880fad5e229","artifactVersion":"1"},{"artifactName":"service-DemoPnfJapfg9gtplla61kpqypw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar","artifactChecksum":"NDhjNWRjMzQyMmFjMDdlMmZhMzY2YmM4YzJiYmFhMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c1906a0-8865-47f4-a63b-e50c6ca06167","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T05:56:30.790Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:56:30.791Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:56:30.797Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:56:30.798Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:30.810Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:56:30.811Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:56:30.811Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:56:30.812Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:56:30.814Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:56:30.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T05:56:30.822Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:56:30.823Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676526976113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:56:30.827Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:56:31.824Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:56:31.825Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:56:31.825Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:56:31.825Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:32.827Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:56:32.828Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:56:32.828Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:56:32.828Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:33.830Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:56:33.831Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:56:33.832Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:56:33.833Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:34.835Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:56:34.838Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:56:34.839Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:56:34.839Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:35.840Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:56:35.842Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:56:35.842Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:56:35.843Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:36.844Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:56:36.845Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:56:36.845Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:56:36.845Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:37.846Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T05:56:37.849Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:56:37.850Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:56:37.850Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:38.853Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "serviceName": "Demo_pNF_japfg9gTPlla61KPqYpw",
  "serviceVersion": "1.0",
  "serviceUUID": "420873ec-2989-472d-a3e0-5dada486d393",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c4a8a5ef-1f48-40f1-9966-9e5d9173937d",
  "resources": [
    {
      "resourceInstanceName": "pNF a338bf6e-1efd 0",
      "resourceCustomizationUUID": "3e8dc96d-2c17-48b8-9615-52526e268b15",
      "resourceName": "pNF a338bf6e-1efd",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a5269493-f231-44bd-9e81-3a3dbf275a79",
      "resourceInvariantUUID": "f470c8e5-cb46-4b1d-98ca-e4100f3f4b50",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
      "artifactChecksum": "NDhjNWRjMzQyMmFjMDdlMmZhMzY2YmM4YzJiYmFhMzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c1906a0-8865-47f4-a63b-e50c6ca06167"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T05:56:38.854Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T05:56:38.855Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 420873ec-2989-472d-a3e0-5dada486d393 ASDC
2023-02-16T05:56:38.856Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5db857e4-5623-4414-8379-339145738ee5
ServiceName:Demo_pNF_japfg9gTPlla61KPqYpw
ServiceVersion:1.0
ServiceUUID:420873ec-2989-472d-a3e0-5dada486d393
ServiceInvariantUUID:c4a8a5ef-1f48-40f1-9966-9e5d9173937d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
ArtifactUUID:6c1906a0-8865-47f4-a63b-e50c6ca06167
ArtifactChecksum:NDhjNWRjMzQyMmFjMDdlMmZhMzY2YmM4YzJiYmFhMzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a338bf6e-1efd 0
ResourceCustomizationUUID:3e8dc96d-2c17-48b8-9615-52526e268b15
ResourceInvariantUUID:f470c8e5-cb46-4b1d-98ca-e4100f3f4b50
ResourceName:pNF a338bf6e-1efd
ResourceType:PNF
ResourceUUID:a5269493-f231-44bd-9e81-3a3dbf275a79
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-16T05:56:38.856Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 420873ec-2989-472d-a3e0-5dada486d393 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-16T05:56:38.988Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T05:56:38.990Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-16T05:56:38.990Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-16T05:56:38.991Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6c1906a0-8865-47f4-a63b-e50c6ca06167 from URL: /sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:38.991Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-16T05:56:38.991Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:39.426Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-16T05:56:39.432Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar 6c1906a0-8865-47f4-a63b-e50c6ca06167 88006
2023-02-16T05:56:39.433Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar ASDC sendASDCNotification
2023-02-16T05:56:39.433Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:39.433Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T05:56:39.434Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:56:39.434Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:56:39.434Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526999433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:40.435Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T05:56:40.437Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-16T05:56:40.437Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6c1906a0-8865-47f4-a63b-e50c6ca06167, URL: /sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar to file: /app/ASDC/1/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:40.438Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:40.439Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:40.439Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:40.778Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12475311669746379177/Definitions/service-DemoPnfJapfg9gtplla61kpqypw-template.yml
2023-02-16T05:56:42.881Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a338bf6e-1efd 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-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||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-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||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-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||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-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||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-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||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-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:42.882Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-16T05:56:42.883Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:56:42.883Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_japfg9gTPlla61KPqYpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:56:42.883Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Node template pNF a338bf6e-1efd 0 is matching search criteria
2023-02-16T05:56:42.883Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-16T05:56:42.884Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF a338bf6e-1efd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T05:56:42.884Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:56:42.885Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_japfg9gTPlla61KPqYpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:56:42.886Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Node template pNF a338bf6e-1efd 0 is matching search criteria
2023-02-16T05:56:42.886Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-16T05:56:42.886Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF a338bf6e-1efd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T05:56:42.887Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:56:42.887Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_japfg9gTPlla61KPqYpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:56:42.887Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:56:42.888Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_japfg9gTPlla61KPqYpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:56:42.888Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:56:42.888Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_japfg9gTPlla61KPqYpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:56:42.888Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:56:42.889Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_japfg9gTPlla61KPqYpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:56:42.891Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:56:42.894Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_japfg9gTPlla61KPqYpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:56:42.896Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_japfg9gTPlla61KPqYpw
Description:catalog service description
Model UUID:420873ec-2989-472d-a3e0-5dada486d393
Model Version:NULL
Model InvariantUuid:c4a8a5ef-1f48-40f1-9966-9e5d9173937d
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-16T05:56:42.938Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: a5269493-f231-44bd-9e81-3a3dbf275a79
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-16T05:56:42.946Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||pNF a338bf6e-1efd 0
2023-02-16T05:56:42.947Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a5269493-f231-44bd-9e81-3a3dbf275a79
2023-02-16T05:56:42.947Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 420873ec-2989-472d-a3e0-5dada486d393
2023-02-16T05:56:42.947Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 420873ec-2989-472d-a3e0-5dada486d393
2023-02-16T05:56:42.947Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a338bf6e-1efd 0 a5269493-f231-44bd-9e81-3a3dbf275a79 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-16T05:56:42.969Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b8a6894, org.onap.sdc.toscaparser.api.parameters.Input@7295c87, org.onap.sdc.toscaparser.api.parameters.Input@5099d28c, org.onap.sdc.toscaparser.api.parameters.Input@1dd2d5ee, org.onap.sdc.toscaparser.api.parameters.Input@504d008]
2023-02-16T05:56:42.970Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:56:42.971Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_japfg9gTPlla61KPqYpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:56:42.971Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 420873ec-2989-472d-a3e0-5dada486d393: pNF a338bf6e-1efd
2023-02-16T05:56:42.971Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Processing PNF resource: a5269493-f231-44bd-9e81-3a3dbf275a79
2023-02-16T05:56:42.971Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T05:56:42.972Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_japfg9gTPlla61KPqYpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T05:56:42.972Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Resource customization UUID: 3e8dc96d-2c17-48b8-9615-52526e268b15 is the same as notified resource customizationUUID: 3e8dc96d-2c17-48b8-9615-52526e268b15
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-16T05:56:43.122Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a338bf6e-1efd a5269493-f231-44bd-9e81-3a3dbf275a79 0 ASDC deployResourceStructure
2023-02-16T05:56:43.123Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar ASDC sendASDCNotification
2023-02-16T05:56:43.123Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar
2023-02-16T05:56:43.124Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T05:56:43.124Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:56:43.124Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:56:43.125Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676527003123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:56:44.127Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db857e4-5623-4414-8379-339145738ee5
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-16T05:56:44.174Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db857e4-5623-4414-8379-339145738ee5
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-16T05:56:44.185Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:56:44.185Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T05:56:44.186Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T05:57:06.218Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:57:06.236Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:57:06.237Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:57:06.238Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:57:14.186Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db857e4-5623-4414-8379-339145738ee5
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-16T05:57:14.229Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db857e4-5623-4414-8379-339145738ee5
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-16T05:57:14.234Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:57:14.234Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T05:57:14.234Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T05:57:44.235Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db857e4-5623-4414-8379-339145738ee5
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-16T05:57:44.265Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db857e4-5623-4414-8379-339145738ee5
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-16T05:57:44.289Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:57:44.290Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T05:57:44.290Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T05:58:06.218Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:58:06.223Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.223Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676526983227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.224Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.224Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.224Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676526976113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.224Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.224Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.225Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.225Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.225Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.225Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676526983227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.225Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.225Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.225Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676526992714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.225Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.226Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.226Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676526976113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.227Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.228Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.228Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.228Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.228Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.229Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676526983227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.229Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.230Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.230Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676526992714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.231Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.231Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.233Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676526976113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.234Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.235Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.235Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.235Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.235Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.235Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676526983227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.236Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.237Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.237Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676526992714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.238Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.238Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.238Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676526976113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.238Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.239Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.239Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676526983227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.239Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.239Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.241Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.241Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.241Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.241Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676526992714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.242Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.242Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.242Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676526976113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.242Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.242Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.243Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.243Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.243Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.243Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676526983227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.244Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.244Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.244Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676526992714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.244Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.244Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.244Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676526976113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.245Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.245Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.245Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676526983227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.245Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.245Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.246Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.250Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.250Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.250Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676526976113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:58:06.251Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.251Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.251Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676526992714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.251Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.251Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.251Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676526983227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:58:06.252Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.252Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.252Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526941841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:58:06.252Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.252Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.252Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676526992714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.253Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.253Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.253Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676526997961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:58:06.253Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.253Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.253Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676526999433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:58:06.253Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.254Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.254Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676526992714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:58:06.254Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.254Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.254Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676527001337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:58:06.257Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.258Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.258Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676527003123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:58:06.258Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.259Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.259Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527005369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.259Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.259Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.259Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527005369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.259Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.260Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.260Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527005369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.260Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.260Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.260Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676527010255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:58:06.260Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.261Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.261Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527005369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.261Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.261Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.262Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676527011259,
  "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-16T05:58:06.323Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5db857e4-5623-4414-8379-339145738ee5
2023-02-16T05:58:06.324Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db857e4-5623-4414-8379-339145738ee5 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-16T05:58:06.392Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.393Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527005369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.393Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.393Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.393Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527005369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/resourceInstances/pnfa338bf6e1efd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.394Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.394Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.394Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527005369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T05:58:06.394Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.395Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.395Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527005369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T05:58:06.395Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.395Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.395Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527014727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T05:58:06.396Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.396Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.396Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527016928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJapfg9gtplla61kpqypw/1.0/artifacts/service-DemoPnfJapfg9gtplla61kpqypw-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T05:58:06.396Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:58:06.397Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:58:06.397Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676527017933,
  "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-16T05:58:06.420Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5db857e4-5623-4414-8379-339145738ee5
2023-02-16T05:58:06.422Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db857e4-5623-4414-8379-339145738ee5 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-16T05:58:14.290Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db857e4-5623-4414-8379-339145738ee5
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-16T05:58:14.381Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db857e4-5623-4414-8379-339145738ee5
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-16T05:58:14.401Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T05:58:14.402Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T05:58:14.402Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T05:58:14.402Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T05:58:14.402Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:58:14.410Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:58:14.412Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T05:58:14.412Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||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-16T05:58:14.461Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T05:58:44.462Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5db857e4-5623-4414-8379-339145738ee5 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-16T05:58:44.505Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5db857e4-5623-4414-8379-339145738ee5 and serviceModelVersionId: 420873ec-2989-472d-a3e0-5dada486d393
2023-02-16T05:58:44.505Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4a8a5ef-1f48-40f1-9966-9e5d9173937d
2023-02-16T05:58:44.507Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4a8a5ef-1f48-40f1-9966-9e5d9173937d/model-vers/model-ver/420873ec-2989-472d-a3e0-5dada486d393?depth=0
2023-02-16T05:58:44.533Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T05:58:44.706Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c4a8a5ef-1f48-40f1-9966-9e5d9173937d/model-vers/model-ver/420873ec-2989-472d-a3e0-5dada486d393?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-16T05:58:44.710Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c4a8a5ef-1f48-40f1-9966-9e5d9173937d/model-vers/model-ver/420873ec-2989-472d-a3e0-5dada486d393?depth=0|INFO|500||Invoke
2023-02-16T05:58:44.760Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c4a8a5ef-1f48-40f1-9966-9e5d9173937d/model-vers/model-ver/420873ec-2989-472d-a3e0-5dada486d393?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T05:58:45.186Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c4a8a5ef-1f48-40f1-9966-9e5d9173937d/model-vers/model-ver/420873ec-2989-472d-a3e0-5dada486d393?depth=0|INFO|500||InvokeReturn
2023-02-16T05:58:45.187Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c4a8a5ef-1f48-40f1-9966-9e5d9173937d/model-vers/model-ver/420873ec-2989-472d-a3e0-5dada486d393?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 05:58:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[418], vertex-id=[266408], x-aai-txid=[0-aai-resources-230216-05:58:44:788-42449], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T05:58:45.187Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-02-16T05:58:45.188Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T05:58:45.188Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||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-16T05:58:45.199Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||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-16T05:58:45.201Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5db857e4-5623-4414-8379-339145738ee5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T05:58:45.202Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T05:58:45.202Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-16T05:58:45.202Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T05:58:45.203Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676527125201,
  "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-16T05:58:46.282Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T05:59:06.217Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T05:59:06.224Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-16T05:59:06.224Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db857e4-5623-4414-8379-339145738ee5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676527125201,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T05:59:06.225Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T05:59:46.283Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:00:06.217Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:00:46.285Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:01:06.218Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:01:46.287Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:02:06.220Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:02:46.287Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:03:06.226Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:03:46.289Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:04:06.228Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:04:46.294Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:05:06.231Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:05:46.297Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:06:06.239Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:06:46.300Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:07:06.241Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:07:46.300Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:08:06.241Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:08:46.300Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:09:06.249Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:09:46.302Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:10:06.253Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:10:46.309Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:11:06.266Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:11:46.309Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:12:06.268Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:12:46.315Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:13:06.268Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:13:46.318Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:14:06.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:14:46.319Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:15:06.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:15:46.321Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:16:06.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:16:46.323Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:17:06.282Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:17:46.325Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:18:06.286Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:18:46.327Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:19:06.287Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:19:46.330Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:20:06.290Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:20:46.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:21:06.293Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:21:46.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:22:06.294Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:22:46.343Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:23:06.295Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:23:46.343Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:24:06.304Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:24:46.347Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:25:06.305Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:25:46.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:26:06.306Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:26:46.353Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:27:06.319Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:13.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-16T06:27:13.928Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d69cb96c-f3cb-44aa-a9f6-26826acd7765","serviceName":"Demo_pNF_vtm4LS2UCITTFqyzan0L","serviceVersion":"1.0","serviceUUID":"da19a180-9777-4686-b938-e5dd5bddf4ed","serviceDescription":"catalog service description","serviceInvariantUUID":"98bb2023-e1d5-4226-95eb-33027a2455d9","resources":[{"resourceInstanceName":"pNF 9ac8ddc6-d68d 0","resourceName":"pNF 9ac8ddc6-d68d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9586bfe7-668a-4dc2-9f4d-bb5c8a0c04f1","resourceInvariantUUID":"8a851040-de42-4056-a148-8f6508be429f","resourceCustomizationUUID":"b16685d3-03c6-49d0-ae09-a1b0d7bef177","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vf-license-model.xml","artifactChecksum":"ZmRjNDc3NWU1N2Q3MmZkNTQ2YjcxZDEyMWUxMDMwYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d51fc9-6fed-471e-82b1-d0c1043b3bd1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/pNF.csar","artifactChecksum":"ZWNmYTk4MDk3NTQ3M2NlMmNjMjg4MzI2ZTA3MTM4MjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c64aef0b-373a-4cbc-bb4e-85805926d64a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"266d2f30-7f59-442a-b754-61b5539f3eb4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjA0YmUyNzkwMGNjMjlkOWJkYzc0Y2UxMTIwN2M2OTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0208091b-e03b-4dd9-b546-3b0385e03fe5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3eb27d4c-18cf-4c3e-b3ef-a0b11aff1b18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3da2b33b-6444-48aa-b84f-585a2c78e855","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVtm4ls2ucittfqyzan0l-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-template.yml","artifactChecksum":"NzZiMzc2MDc4NTQwY2M5MWFkODhiNzliZjM3ZDIxNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"386425e4-aa34-4f5d-91cf-c6b4208c873d","artifactVersion":"1"},{"artifactName":"service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar","artifactChecksum":"MWE5NjI4NWI2ZGU1MTA1NGFiNjcwNDQzOGM4MzUyMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a703c727-6081-4999-844d-4a61fdef53b0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T06:27:13.935Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:27:13.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:27:13.937Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:27:13.941Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:27:13.942Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676528798999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:27:13.944Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:27:13.938Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:13.955Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:27:13.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:27:13.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:27:13.957Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:27:13.957Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:27:13.957Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:27:14.964Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:27:14.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:27:14.965Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:27:14.966Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:15.967Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:27:15.968Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:27:15.968Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:27:15.968Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:16.969Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:27:16.970Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:27:16.970Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:27:16.970Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:17.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:27:17.993Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:27:17.994Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:27:17.996Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:19.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:27:19.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:27:19.002Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:27:19.002Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:20.007Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:27:20.008Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:27:20.008Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:27:20.008Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:21.009Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:27:21.011Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:27:21.011Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:27:21.011Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:22.012Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "serviceName": "Demo_pNF_vtm4LS2UCITTFqyzan0L",
  "serviceVersion": "1.0",
  "serviceUUID": "da19a180-9777-4686-b938-e5dd5bddf4ed",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "98bb2023-e1d5-4226-95eb-33027a2455d9",
  "resources": [
    {
      "resourceInstanceName": "pNF 9ac8ddc6-d68d 0",
      "resourceCustomizationUUID": "b16685d3-03c6-49d0-ae09-a1b0d7bef177",
      "resourceName": "pNF 9ac8ddc6-d68d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9586bfe7-668a-4dc2-9f4d-bb5c8a0c04f1",
      "resourceInvariantUUID": "8a851040-de42-4056-a148-8f6508be429f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
      "artifactChecksum": "MWE5NjI4NWI2ZGU1MTA1NGFiNjcwNDQzOGM4MzUyMjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a703c727-6081-4999-844d-4a61fdef53b0"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T06:27:22.013Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T06:27:22.013Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da19a180-9777-4686-b938-e5dd5bddf4ed ASDC
2023-02-16T06:27:22.015Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d69cb96c-f3cb-44aa-a9f6-26826acd7765
ServiceName:Demo_pNF_vtm4LS2UCITTFqyzan0L
ServiceVersion:1.0
ServiceUUID:da19a180-9777-4686-b938-e5dd5bddf4ed
ServiceInvariantUUID:98bb2023-e1d5-4226-95eb-33027a2455d9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
ArtifactUUID:a703c727-6081-4999-844d-4a61fdef53b0
ArtifactChecksum:MWE5NjI4NWI2ZGU1MTA1NGFiNjcwNDQzOGM4MzUyMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9ac8ddc6-d68d 0
ResourceCustomizationUUID:b16685d3-03c6-49d0-ae09-a1b0d7bef177
ResourceInvariantUUID:8a851040-de42-4056-a148-8f6508be429f
ResourceName:pNF 9ac8ddc6-d68d
ResourceType:PNF
ResourceUUID:9586bfe7-668a-4dc2-9f4d-bb5c8a0c04f1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-16T06:27:22.015Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da19a180-9777-4686-b938-e5dd5bddf4ed 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-16T06:27:22.615Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T06:27:22.616Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:27:22.617Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:27:22.617Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a703c727-6081-4999-844d-4a61fdef53b0 from URL: /sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:22.617Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:27:22.618Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:23.051Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:27:23.076Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar a703c727-6081-4999-844d-4a61fdef53b0 87999
2023-02-16T06:27:23.077Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar ASDC sendASDCNotification
2023-02-16T06:27:23.077Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:23.077Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:27:23.077Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:27:23.078Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:27:23.078Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528843077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:24.082Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T06:27:24.083Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:27:24.084Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a703c727-6081-4999-844d-4a61fdef53b0, URL: /sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar to file: /app/ASDC/1/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:24.084Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:24.086Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:24.086Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:24.456Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6324709963626182274/Definitions/service-DemoPnfVtm4ls2ucittfqyzan0l-template.yml
2023-02-16T06:27:26.659Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T06:27:26.660Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-16T06:27:26.661Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:26.664Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-16T06:27:26.667Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9ac8ddc6-d68d 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-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:26.667Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:26.667Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:26.667Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:26.668Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:26.668Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:26.668Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:26.669Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-16T06:27:26.669Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:27:26.669Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vtm4LS2UCITTFqyzan0L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:27:26.670Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Node template pNF 9ac8ddc6-d68d 0 is matching search criteria
2023-02-16T06:27:26.679Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-16T06:27:26.679Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9ac8ddc6-d68d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T06:27:26.680Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:27:26.680Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vtm4LS2UCITTFqyzan0L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:27:26.680Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Node template pNF 9ac8ddc6-d68d 0 is matching search criteria
2023-02-16T06:27:26.681Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-16T06:27:26.681Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9ac8ddc6-d68d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T06:27:26.681Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:27:26.681Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vtm4LS2UCITTFqyzan0L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:27:26.682Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:27:26.682Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vtm4LS2UCITTFqyzan0L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:27:26.682Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:27:26.683Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vtm4LS2UCITTFqyzan0L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:27:26.683Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:27:26.683Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vtm4LS2UCITTFqyzan0L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:27:26.683Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:27:26.684Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vtm4LS2UCITTFqyzan0L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:27:26.684Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vtm4LS2UCITTFqyzan0L
Description:catalog service description
Model UUID:da19a180-9777-4686-b938-e5dd5bddf4ed
Model Version:NULL
Model InvariantUuid:98bb2023-e1d5-4226-95eb-33027a2455d9
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-16T06:27:26.741Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9586bfe7-668a-4dc2-9f4d-bb5c8a0c04f1
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-16T06:27:26.760Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||pNF 9ac8ddc6-d68d 0
2023-02-16T06:27:26.761Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9586bfe7-668a-4dc2-9f4d-bb5c8a0c04f1
2023-02-16T06:27:26.761Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||No resources found for Service: da19a180-9777-4686-b938-e5dd5bddf4ed
2023-02-16T06:27:26.761Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: da19a180-9777-4686-b938-e5dd5bddf4ed
2023-02-16T06:27:26.762Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9ac8ddc6-d68d 0 9586bfe7-668a-4dc2-9f4d-bb5c8a0c04f1 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-16T06:27:26.801Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30b76ee2, org.onap.sdc.toscaparser.api.parameters.Input@a0d08fc, org.onap.sdc.toscaparser.api.parameters.Input@22e66150, org.onap.sdc.toscaparser.api.parameters.Input@5267ce9b, org.onap.sdc.toscaparser.api.parameters.Input@59ac6a4b]
2023-02-16T06:27:26.804Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:27:26.804Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vtm4LS2UCITTFqyzan0L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:27:26.805Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid da19a180-9777-4686-b938-e5dd5bddf4ed: pNF 9ac8ddc6-d68d
2023-02-16T06:27:26.805Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Processing PNF resource: 9586bfe7-668a-4dc2-9f4d-bb5c8a0c04f1
2023-02-16T06:27:26.806Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:27:26.806Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vtm4LS2UCITTFqyzan0L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:27:26.806Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Resource customization UUID: b16685d3-03c6-49d0-ae09-a1b0d7bef177 is the same as notified resource customizationUUID: b16685d3-03c6-49d0-ae09-a1b0d7bef177
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-16T06:27:27.488Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9ac8ddc6-d68d 9586bfe7-668a-4dc2-9f4d-bb5c8a0c04f1 0 ASDC deployResourceStructure
2023-02-16T06:27:27.489Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar ASDC sendASDCNotification
2023-02-16T06:27:27.490Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar
2023-02-16T06:27:27.490Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T06:27:27.490Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:27:27.490Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:27:27.491Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528847489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:27:28.492Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765
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-16T06:27:28.720Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765
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-16T06:27:28.759Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:27:28.759Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T06:27:28.760Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T06:27:58.760Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765
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-16T06:27:58.969Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765
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-16T06:27:59.003Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:27:59.004Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T06:27:59.004Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T06:28:06.218Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:28:06.220Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:28:06.220Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528822719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:28:06.221Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:28:29.008Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765
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-16T06:28:29.330Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765
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-16T06:28:29.393Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:28:29.393Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T06:28:29.395Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T06:28:59.404Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765
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-16T06:28:59.549Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765
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-16T06:28:59.611Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:28:59.612Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T06:28:59.612Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T06:29:06.225Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:29:06.231Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.232Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.233Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.233Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.234Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676528827438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.234Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.235Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.235Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676528798999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.236Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.236Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.237Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528822719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.237Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.237Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.238Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676528827438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.238Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.239Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.239Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.239Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.240Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.240Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676528798999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.240Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.240Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.241Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528822719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.241Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.241Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.241Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676528827438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.242Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.242Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.242Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.243Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.243Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.243Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676528798999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.243Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.244Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.244Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528822719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.245Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.245Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.245Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676528827438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.245Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.246Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.246Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.246Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.246Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.247Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676528798999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.247Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.247Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.248Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676528827438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.248Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.248Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.248Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528822719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.249Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.249Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.249Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.250Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.250Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.250Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528835369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.250Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.251Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.251Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676528798999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.251Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.251Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.252Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528835369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.252Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.252Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.252Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528822719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.253Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.253Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.253Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676528827438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.256Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.256Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.256Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.257Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.257Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.257Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676528798999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.257Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.257Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.257Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528822719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.258Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.258Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.258Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676528827438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.258Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.258Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.258Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.259Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.259Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.259Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528835369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.259Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.260Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.260Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676528798999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:29:06.260Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.261Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.261Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528835369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.261Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.261Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.261Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528822719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:29:06.262Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.262Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.262Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676528827438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:29:06.264Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.264Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.265Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528806353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:29:06.265Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.265Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.266Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528835369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.266Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.267Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.267Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676528841135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:29:06.267Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.268Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.268Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528842733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:29:06.268Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.268Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.269Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528835369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/resourceInstances/pnf9ac8ddc6d68d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.269Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.269Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.270Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528843077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:29:06.270Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.270Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.270Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528835369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:29:06.271Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.271Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.271Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528835369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:29:06.272Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.272Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.272Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528844889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:29:06.273Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.273Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.273Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676528847489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:29:06.273Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.274Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.274Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528847112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:29:06.274Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.274Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.275Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676528848116,
  "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-16T06:29:06.537Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d69cb96c-f3cb-44aa-a9f6-26826acd7765
2023-02-16T06:29:06.537Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d69cb96c-f3cb-44aa-a9f6-26826acd7765 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-16T06:29:06.775Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.776Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528853026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVtm4ls2ucittfqyzan0l/1.0/artifacts/service-DemoPnfVtm4ls2ucittfqyzan0l-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:29:06.776Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:29:06.777Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-16T06:29:06.778Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "aai-model-loader",
  "timestamp": 1676528854029,
  "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-16T06:29:07.016Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d69cb96c-f3cb-44aa-a9f6-26826acd7765
2023-02-16T06:29:07.017Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d69cb96c-f3cb-44aa-a9f6-26826acd7765 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-16T06:29:29.614Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765
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-16T06:29:29.879Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765
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-16T06:29:29.941Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:29:29.942Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T06:29:29.942Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T06:29:29.942Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T06:29:29.943Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:29:29.943Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:29:29.943Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:29:29.943Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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-16T06:29:30.149Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T06:30:00.152Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765 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-16T06:30:00.329Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d69cb96c-f3cb-44aa-a9f6-26826acd7765 and serviceModelVersionId: da19a180-9777-4686-b938-e5dd5bddf4ed
2023-02-16T06:30:00.330Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 98bb2023-e1d5-4226-95eb-33027a2455d9
2023-02-16T06:30:00.332Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/98bb2023-e1d5-4226-95eb-33027a2455d9/model-vers/model-ver/da19a180-9777-4686-b938-e5dd5bddf4ed?depth=0
2023-02-16T06:30:00.361Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T06:30:00.472Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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/98bb2023-e1d5-4226-95eb-33027a2455d9/model-vers/model-ver/da19a180-9777-4686-b938-e5dd5bddf4ed?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-16T06:30:00.474Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/98bb2023-e1d5-4226-95eb-33027a2455d9/model-vers/model-ver/da19a180-9777-4686-b938-e5dd5bddf4ed?depth=0|INFO|500||Invoke
2023-02-16T06:30:00.488Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/98bb2023-e1d5-4226-95eb-33027a2455d9/model-vers/model-ver/da19a180-9777-4686-b938-e5dd5bddf4ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T06:30:00.856Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/98bb2023-e1d5-4226-95eb-33027a2455d9/model-vers/model-ver/da19a180-9777-4686-b938-e5dd5bddf4ed?depth=0|INFO|500||InvokeReturn
2023-02-16T06:30:00.859Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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/98bb2023-e1d5-4226-95eb-33027a2455d9/model-vers/model-ver/da19a180-9777-4686-b938-e5dd5bddf4ed?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 06:30:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[357], vertex-id=[258232], x-aai-txid=[0-aai-resources-230216-06:30:00:507-67487], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T06:30:00.860Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-16T06:30:00.860Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T06:30:00.860Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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-16T06:30:00.976Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|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-16T06:30:00.977Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d69cb96c-f3cb-44aa-a9f6-26826acd7765 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T06:30:00.978Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T06:30:00.979Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:30:00.980Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:30:00.980Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529000978,
  "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-16T06:30:02.447Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:30:06.217Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:30:06.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-16T06:30:06.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d69cb96c-f3cb-44aa-a9f6-26826acd7765",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529000978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T06:30:06.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:31:02.451Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:31:06.217Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:32:02.452Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:32:06.218Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:33:02.455Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:33:06.222Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:34:02.458Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:34:06.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:35:02.461Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:35:06.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:36:02.464Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:36:06.228Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:37:02.475Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:37:06.231Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:38:02.479Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:38:06.239Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:39:02.484Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:39:06.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:40:02.486Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:40:06.250Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:41:02.488Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:41:06.251Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:42:02.489Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:42:06.253Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:43:02.491Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:43:06.254Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:44:02.491Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:44:06.256Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:02.498Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:45:06.262Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:30.092Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-16T06:45:30.094Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"c627733a-597d-4240-95f2-2966e324c8a3","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8357c1db-6053-4f3b-8011-9336d8063b5d","serviceDescription":"service","serviceInvariantUUID":"e9013923-70d6-487d-80d5-7ee08743a472","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"72d93006-fd67-4a0a-ad6a-826f5714d416","resourceInvariantUUID":"fb38455b-476d-47f1-892d-cc223e819264","resourceCustomizationUUID":"821f285b-8034-4be1-bc6c-d4e4e458a95b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MjY4Y2U0YTQwNmEwYjE1YWNhNDhiNTc1ZmQ4NjVhMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4698e777-dafc-4449-9166-d7de54ee00ac","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NmFjNWY1NzE4YjhmODU3YWE1NDNmZjdjODA4ODA2MGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1754dd6f-8c56-43e5-81a8-6c1bfe30654c","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4983becf-f3fc-4711-877a-c2a01c8d1ad0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"111cfbf7-a7f2-4e76-8d3a-db9e0bee6f77","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da9d447c-56da-422c-8c4a-fe3f8f9d0228","artifactVersion":"2","generatedFromUUID":"f5042d8e-a97a-4e48-adf1-469e1146ccda"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"912be308-d9e7-418d-a8f2-c997302e971f","artifactVersion":"2","generatedFromUUID":"4983becf-f3fc-4711-877a-c2a01c8d1ad0"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5042d8e-a97a-4e48-adf1-469e1146ccda","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0e5e9b43-2a0e-42ce-bda3-019cf8427ba5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YjYxMTkyNzM5ODZmNTQyYmNjMzY1MGQxNzQ5YjcyNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"073eafac-36ca-46d9-aa24-4e7524e75317","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGFjYmNjODk0ZTA3MmM4MWQ0YjZkMTYwNTZjMjlmZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cefe010-8ef2-4151-84f8-e3a0cc4eac7b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T06:45:30.106Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:45:30.108Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:30.108Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:30.108Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:30.138Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:45:30.139Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:45:30.139Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:45:30.139Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:45:30.139Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:45:30.140Z||kafka-producer-network-thread | SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9edd5fc9-cd92-4266-b6b8-4adcca7f91bc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to LsqalYJDSOy8zYrnrGQfFw
2023-02-16T06:45:30.171Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:45:30.171Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529922159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:45:30.172Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:45:31.151Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:45:31.154Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:31.154Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:31.154Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:32.155Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:45:32.156Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:32.156Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:32.156Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:33.199Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:45:33.200Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:33.200Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:33.200Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:34.201Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:45:34.202Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:34.203Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:34.204Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:35.207Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:45:35.208Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:35.208Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:35.209Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:36.211Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:45:36.211Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:36.211Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:36.212Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:37.213Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:45:37.214Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:37.214Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:37.215Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:38.216Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:45:38.217Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:38.217Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:38.217Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:39.219Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:45:39.219Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:39.219Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:39.220Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:40.222Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8357c1db-6053-4f3b-8011-9336d8063b5d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e9013923-70d6-487d-80d5-7ee08743a472",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "821f285b-8034-4be1-bc6c-d4e4e458a95b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "72d93006-fd67-4a0a-ad6a-826f5714d416",
      "resourceInvariantUUID": "fb38455b-476d-47f1-892d-cc223e819264",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "NmFjNWY1NzE4YjhmODU3YWE1NDNmZjdjODA4ODA2MGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1754dd6f-8c56-43e5-81a8-6c1bfe30654c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4983becf-f3fc-4711-877a-c2a01c8d1ad0",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "912be308-d9e7-418d-a8f2-c997302e971f",
            "generatedFromUUID": "4983becf-f3fc-4711-877a-c2a01c8d1ad0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "da9d447c-56da-422c-8c4a-fe3f8f9d0228",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "912be308-d9e7-418d-a8f2-c997302e971f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f5042d8e-a97a-4e48-adf1-469e1146ccda",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGFjYmNjODk0ZTA3MmM4MWQ0YjZkMTYwNTZjMjlmZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cefe010-8ef2-4151-84f8-e3a0cc4eac7b"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T06:45:40.223Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T06:45:40.223Z|d69cb96c-f3cb-44aa-a9f6-26826acd7765|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8357c1db-6053-4f3b-8011-9336d8063b5d ASDC
2023-02-16T06:45:40.224Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c627733a-597d-4240-95f2-2966e324c8a3
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:8357c1db-6053-4f3b-8011-9336d8063b5d
ServiceInvariantUUID:e9013923-70d6-487d-80d5-7ee08743a472
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:5cefe010-8ef2-4151-84f8-e3a0cc4eac7b
ArtifactChecksum:ZGFjYmNjODk0ZTA3MmM4MWQ0YjZkMTYwNTZjMjlmZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:821f285b-8034-4be1-bc6c-d4e4e458a95b
ResourceInvariantUUID:fb38455b-476d-47f1-892d-cc223e819264
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:72d93006-fd67-4a0a-ad6a-826f5714d416
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:1754dd6f-8c56-43e5-81a8-6c1bfe30654c
ArtifactChecksum:NmFjNWY1NzE4YjhmODU3YWE1NDNmZjdjODA4ODA2MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:4983becf-f3fc-4711-877a-c2a01c8d1ad0
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:912be308-d9e7-418d-a8f2-c997302e971f
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:da9d447c-56da-422c-8c4a-fe3f8f9d0228
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:912be308-d9e7-418d-a8f2-c997302e971f
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:f5042d8e-a97a-4e48-adf1-469e1146ccda
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-16T06:45:40.238Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8357c1db-6053-4f3b-8011-9336d8063b5d 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-16T06:45:40.877Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T06:45:40.878Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:45:40.879Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:45:40.879Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5cefe010-8ef2-4151-84f8-e3a0cc4eac7b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:40.880Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:45:40.881Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:41.935Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:45:41.998Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5cefe010-8ef2-4151-84f8-e3a0cc4eac7b 163272
2023-02-16T06:45:41.999Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-16T06:45:41.999Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:41.999Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:45:42.000Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:42.000Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:42.000Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529941999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:43.003Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T06:45:43.012Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:45:43.019Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5cefe010-8ef2-4151-84f8-e3a0cc4eac7b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:43.020Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-16T06:45:43.023Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:43.023Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:43.472Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6591920358665416938/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-16T06:45:46.610Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T06:45:46.612Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-16T06:45:46.612Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:46.612Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-16T06:45:46.612Z|c627733a-597d-4240-95f2-2966e324c8a3|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-BasicCnfMacro-csar.csar
2023-02-16T06:45:46.613Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:46.613Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:46.613Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:46.613Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-16T06:45:46.614Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.615Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:46.615Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-16T06:45:46.616Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-16T06:45:46.616Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T06:45:46.616Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.617Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:46.617Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-16T06:45:46.617Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-16T06:45:46.618Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T06:45:46.618Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.618Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:46.619Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.619Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-16T06:45:46.620Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-16T06:45:46.620Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-16T06:45:46.621Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-16T06:45:46.621Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.621Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T06:45:46.622Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.622Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-16T06:45:46.622Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:45:46.623Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.623Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-16T06:45:46.624Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:45:46.624Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.624Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-16T06:45:46.625Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:45:46.625Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.625Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-16T06:45:46.625Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:45:46.628Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.629Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-16T06:45:46.629Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-16T06:45:46.629Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6a404090-9304-464c-8dbe-434107b7b9d1
2023-02-16T06:45:46.630Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.630Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:46.631Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.631Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:46.631Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.631Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:46.632Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:46.632Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:46.632Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:8357c1db-6053-4f3b-8011-9336d8063b5d
Model Version:NULL
Model InvariantUuid:e9013923-70d6-487d-80d5-7ee08743a472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a726b0bb-2961-4ac5-908a-b6bdd9afb3a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb38455b-476d-47f1-892d-cc223e819264
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:821f285b-8034-4be1-bc6c-d4e4e458a95b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1ea49d7c-d55c-4762-9eb9-0f6d20a67b60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e428b3a7-b81e-4efa-a430-dc65661e35f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:dc943d24-75a1-4cab-bcc0-d43ed2bf0030
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:98bf9a79-af71-4c4a-948d-6f369435beeb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6a404090-9304-464c-8dbe-434107b7b9d1
ModelInvariantUuid:8dc3530d-6117-4751-90dd-9de15f903d27
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:eefb88cb-0bd1-4e91-ba8d-308cb5f47e7b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:bfba088a-24cc-4fb6-80ea-86ad38b4325b
ModelInvariantUuid:5676506b-ed69-461f-b858-015a8416af3a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:59ca3902-f862-4dba-bad5-72154d335de0
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-16T06:45:46.703Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 72d93006-fd67-4a0a-ad6a-826f5714d416
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-16T06:45:46.722Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2023-02-16T06:45:46.723Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 72d93006-fd67-4a0a-ad6a-826f5714d416
2023-02-16T06:45:46.723Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1754dd6f-8c56-43e5-81a8-6c1bfe30654c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-16T06:45:46.723Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:45:46.724Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-16T06:45:47.135Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:45:47.136Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 1754dd6f-8c56-43e5-81a8-6c1bfe30654c 1565
2023-02-16T06:45:47.136Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-16T06:45:47.137Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-16T06:45:47.137Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:45:47.137Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:47.137Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:47.137Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529947136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:48.148Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "dc943d24-75a1-4cab-bcc0-d43ed2bf0030",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "98bf9a79-af71-4c4a-948d-6f369435beeb",
    "vfModuleModelCustomizationUUID": "a8ec7b34-d228-4962-bdb2-e74f2c4a8cec",
    "isBase": true,
    "artifacts": [
      "4983becf-f3fc-4711-877a-c2a01c8d1ad0",
      "912be308-d9e7-418d-a8f2-c997302e971f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "1ea49d7c-d55c-4762-9eb9-0f6d20a67b60",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e428b3a7-b81e-4efa-a430-dc65661e35f2",
    "vfModuleModelCustomizationUUID": "e570c82f-558e-483d-916c-adadf9489ef4",
    "isBase": false,
    "artifacts": [
      "f5042d8e-a97a-4e48-adf1-469e1146ccda"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-16T06:45:48.157Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98bf9a79-af71-4c4a-948d-6f369435beeb
VfModuleModelInvariantUUID:dc943d24-75a1-4cab-bcc0-d43ed2bf0030
VfModuleModelDescription:NULL
Artifacts UUID List:{
4983becf-f3fc-4711-877a-c2a01c8d1ad0
,
912be308-d9e7-418d-a8f2-c997302e971f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e428b3a7-b81e-4efa-a430-dc65661e35f2
VfModuleModelInvariantUUID:1ea49d7c-d55c-4762-9eb9-0f6d20a67b60
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5042d8e-a97a-4e48-adf1-469e1146ccda

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-02-16T06:45:48.160Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "dc943d24-75a1-4cab-bcc0-d43ed2bf0030",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "98bf9a79-af71-4c4a-948d-6f369435beeb",
    "vfModuleModelCustomizationUUID": "a8ec7b34-d228-4962-bdb2-e74f2c4a8cec",
    "isBase": true,
    "artifacts": [
      "4983becf-f3fc-4711-877a-c2a01c8d1ad0",
      "912be308-d9e7-418d-a8f2-c997302e971f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "1ea49d7c-d55c-4762-9eb9-0f6d20a67b60",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e428b3a7-b81e-4efa-a430-dc65661e35f2",
    "vfModuleModelCustomizationUUID": "e570c82f-558e-483d-916c-adadf9489ef4",
    "isBase": false,
    "artifacts": [
      "f5042d8e-a97a-4e48-adf1-469e1146ccda"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-16T06:45:48.162Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98bf9a79-af71-4c4a-948d-6f369435beeb
VfModuleModelInvariantUUID:dc943d24-75a1-4cab-bcc0-d43ed2bf0030
VfModuleModelDescription:NULL
Artifacts UUID List:{
4983becf-f3fc-4711-877a-c2a01c8d1ad0
,
912be308-d9e7-418d-a8f2-c997302e971f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e428b3a7-b81e-4efa-a430-dc65661e35f2
VfModuleModelInvariantUUID:1ea49d7c-d55c-4762-9eb9-0f6d20a67b60
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5042d8e-a97a-4e48-adf1-469e1146ccda

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-02-16T06:45:48.162Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4983becf-f3fc-4711-877a-c2a01c8d1ad0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-16T06:45:48.163Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:45:48.163Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-16T06:45:48.766Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:45:48.767Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4983becf-f3fc-4711-877a-c2a01c8d1ad0 914
2023-02-16T06:45:48.767Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-16T06:45:48.768Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-16T06:45:48.768Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:45:48.768Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:48.769Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:48.769Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529948767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:49.771Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da9d447c-56da-422c-8c4a-fe3f8f9d0228 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-16T06:45:49.771Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:45:49.772Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-16T06:45:50.162Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:45:50.163Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env da9d447c-56da-422c-8c4a-fe3f8f9d0228 12
2023-02-16T06:45:50.163Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-16T06:45:50.164Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-16T06:45:50.164Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:45:50.164Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:50.164Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:50.165Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529950163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:51.166Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 912be308-d9e7-418d-a8f2-c997302e971f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-16T06:45:51.167Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:45:51.167Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-16T06:45:51.668Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:45:51.669Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 912be308-d9e7-418d-a8f2-c997302e971f 96
2023-02-16T06:45:51.669Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-16T06:45:51.669Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-16T06:45:51.670Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:45:51.670Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:51.671Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:51.671Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529951669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:52.673Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f5042d8e-a97a-4e48-adf1-469e1146ccda from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-16T06:45:52.674Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:45:52.676Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-16T06:45:52.956Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:45:52.957Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz f5042d8e-a97a-4e48-adf1-469e1146ccda 20206
2023-02-16T06:45:52.958Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-16T06:45:52.958Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-16T06:45:52.958Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:45:52.959Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:52.959Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:52.959Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529952958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:53.971Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8357c1db-6053-4f3b-8011-9336d8063b5d
2023-02-16T06:45:53.973Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 72d93006-fd67-4a0a-ad6a-826f5714d416 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-16T06:45:54.064Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e630865, org.onap.sdc.toscaparser.api.parameters.Input@71a8ebe8, org.onap.sdc.toscaparser.api.parameters.Input@6adc0134, org.onap.sdc.toscaparser.api.parameters.Input@37b86f7, org.onap.sdc.toscaparser.api.parameters.Input@55d86dd]
2023-02-16T06:45:54.067Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.067Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:54.068Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-16T06:45:54.068Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 821f285b-8034-4be1-bc6c-d4e4e458a95b
2023-02-16T06:45:54.068Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 821f285b-8034-4be1-bc6c-d4e4e458a95b matches Tosca VF Customization UUID: 821f285b-8034-4be1-bc6c-d4e4e458a95b
2023-02-16T06:45:54.069Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 821f285b-8034-4be1-bc6c-d4e4e458a95b  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-16T06:45:54.092Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.093Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:54.095Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 821f285b-8034-4be1-bc6c-d4e4e458a95b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-02-16T06:45:54.096Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66d0cd22
2023-02-16T06:45:54.097Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.098Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T06:45:54.099Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e570c82f-558e-483d-916c-adadf9489ef4
2023-02-16T06:45:54.099Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e570c82f-558e-483d-916c-adadf9489ef4
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-16T06:45:54.123Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.124Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-16T06:45:54.124Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:45:54.124Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.125Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-16T06:45:54.125Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:45:54.125Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.125Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-16T06:45:54.125Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=821f285b-8034-4be1-bc6c-d4e4e458a95b
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-16T06:45:54.137Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.138Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:54.138Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8357c1db-6053-4f3b-8011-9336d8063b5d: basic_cnf_macro
2023-02-16T06:45:54.138Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.139Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:54.139Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.139Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:54.139Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.139Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:54.140Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.140Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:54.140Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:45:54.140Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:45:54.140Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro 
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 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: 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 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-16T06:45:54.665Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 72d93006-fd67-4a0a-ad6a-826f5714d416 2 ASDC deployResourceStructure
2023-02-16T06:45:54.665Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-16T06:45:54.666Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-16T06:45:54.666Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T06:45:54.668Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:54.668Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:54.668Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529954665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:55.669Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-16T06:45:55.670Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-16T06:45:55.670Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T06:45:55.672Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:55.672Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:55.672Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529955669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:56.673Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-16T06:45:56.674Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-16T06:45:56.674Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-16T06:45:56.675Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:56.675Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:56.675Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529956673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:57.687Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-16T06:45:57.687Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-16T06:45:57.687Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T06:45:57.688Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:57.689Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:57.690Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529957687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:58.703Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-16T06:45:58.704Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-16T06:45:58.705Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-16T06:45:58.705Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:58.706Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:58.713Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529958703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:45:59.715Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-16T06:45:59.715Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-16T06:45:59.716Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T06:45:59.716Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:45:59.716Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:45:59.717Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529959715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:46:00.718Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c627733a-597d-4240-95f2-2966e324c8a3
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-16T06:46:01.281Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c627733a-597d-4240-95f2-2966e324c8a3
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-16T06:46:01.313Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:46:01.314Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T06:46:01.314Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T06:46:06.217Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:46:06.220Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:46:06.220Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:46:06.222Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:46:31.316Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c627733a-597d-4240-95f2-2966e324c8a3
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-16T06:46:31.453Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c627733a-597d-4240-95f2-2966e324c8a3
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-16T06:46:31.469Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:46:31.470Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T06:46:31.470Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T06:47:01.470Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c627733a-597d-4240-95f2-2966e324c8a3
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-16T06:47:01.925Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c627733a-597d-4240-95f2-2966e324c8a3
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-16T06:47:02.034Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:47:02.034Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T06:47:02.035Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T06:47:06.218Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:47:06.243Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.245Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529920453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.248Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.248Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.249Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529922159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.249Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.249Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.250Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.251Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.251Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.251Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529920453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.251Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.252Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.252Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529922159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.253Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.253Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.253Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.254Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.254Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.254Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529920453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.255Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.255Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.255Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529932714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.256Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.256Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.256Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529922159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.256Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.256Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.256Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529920453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.257Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.257Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.257Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.257Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.257Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.258Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529932714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.258Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.259Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.259Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529922159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.259Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.259Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.259Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529920453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.259Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.260Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.260Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.260Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.260Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.261Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529932714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.262Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.262Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.262Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529922159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.262Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.263Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.263Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.264Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.264Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.264Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529920453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.265Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.265Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.265Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529932714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.266Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.267Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.267Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529922159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.267Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.267Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.267Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529920453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.267Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.268Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.268Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.268Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.268Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.268Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529932714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.268Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.269Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.269Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529922159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.269Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.269Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.269Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.269Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.270Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.270Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529920453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.270Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.270Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.270Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529932714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.270Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.271Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.271Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529922159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.271Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.271Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.271Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529920453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.271Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.272Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.272Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.272Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.272Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.272Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529932714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.272Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.272Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.273Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529922159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.273Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.273Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.273Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529902497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.273Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.274Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.274Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529920453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.274Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.275Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.275Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529932714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.275Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.275Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.275Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529932714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.275Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.275Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.276Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529932714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.276Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.276Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.276Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529940254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.278Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.278Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.278Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529940403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.279Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.279Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.279Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529941999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.280Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.280Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.280Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529943399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.281Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.281Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.282Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529941777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.282Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.282Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.282Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529943185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.283Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.283Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.283Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529944618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.283Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.283Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.283Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529947136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.283Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.284Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.284Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529945923,
  "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-16T06:47:06.472Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c627733a-597d-4240-95f2-2966e324c8a3
2023-02-16T06:47:06.473Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c627733a-597d-4240-95f2-2966e324c8a3 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-16T06:47:06.652Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.653Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529945369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.653Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.653Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.653Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529946926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T06:47:06.654Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.654Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.654Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529948767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.654Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.654Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.654Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529945369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.655Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.656Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.656Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529945369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.656Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.656Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.657Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529950163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.657Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.657Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.657Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529945369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.657Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.657Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.658Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529951669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.672Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.672Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.672Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529945369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.673Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.673Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.673Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529941409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.673Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.674Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.674Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529947934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.674Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.674Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.674Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529945369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.674Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.675Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.675Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529941409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.675Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.675Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.675Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529947934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.675Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.675Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.675Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529952958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.676Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.681Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.681Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529945369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.681Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.682Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.682Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529941409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.682Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.682Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.682Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529947934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.684Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.684Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.684Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529954665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T06:47:06.684Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.684Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.684Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529941409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.685Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.685Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.685Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529945369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.685Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.685Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.685Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529947934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.685Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.686Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.686Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529955669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-16T06:47:06.686Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.686Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.686Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529945369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.686Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.686Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.686Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529941409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.687Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.687Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.687Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529947934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.687Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.687Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.687Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529956673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-16T06:47:06.700Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.701Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.702Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529945369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.702Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.702Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.702Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529941409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.702Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.703Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.703Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529947934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.703Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.703Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.703Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529957687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-16T06:47:06.703Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.703Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.704Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529941409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.704Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.704Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.704Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529947934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:06.704Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.704Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.705Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529956629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:06.705Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.705Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.705Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529958703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-16T06:47:06.705Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.705Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.706Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529941409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.706Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.706Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.706Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529947934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:47:06.706Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.706Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.706Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529959188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:47:06.707Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.707Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.707Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676529959715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:47:06.707Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.707Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.707Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529960194,
  "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-16T06:47:06.803Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c627733a-597d-4240-95f2-2966e324c8a3
2023-02-16T06:47:06.804Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c627733a-597d-4240-95f2-2966e324c8a3 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-16T06:47:06.979Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.980Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529959432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:47:06.980Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:06.980Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:06.981Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529960436,
  "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-16T06:47:07.091Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c627733a-597d-4240-95f2-2966e324c8a3
2023-02-16T06:47:07.092Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c627733a-597d-4240-95f2-2966e324c8a3 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-16T06:47:07.239Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:07.239Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529960628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:07.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:07.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:07.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676529960837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:07.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:07.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:07.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529962714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:07.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:07.240Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:07.241Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529962714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:07.242Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:07.242Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:07.243Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529962152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:07.243Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:07.243Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:07.243Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529962714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:07.243Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:07.244Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:07.244Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529963692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:47:07.244Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:07.244Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-16T06:47:07.245Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529962714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:47:07.246Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:47:32.035Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c627733a-597d-4240-95f2-2966e324c8a3
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-16T06:47:32.205Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c627733a-597d-4240-95f2-2966e324c8a3
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-16T06:47:32.285Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:47:32.286Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T06:47:32.286Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T06:47:32.287Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T06:47:32.288Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:47:32.288Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:47:32.288Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:47:32.289Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:47:32.289Z|c627733a-597d-4240-95f2-2966e324c8a3|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-16T06:47:32.401Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T06:48:02.402Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c627733a-597d-4240-95f2-2966e324c8a3 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-16T06:48:02.543Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c627733a-597d-4240-95f2-2966e324c8a3 and serviceModelVersionId: 8357c1db-6053-4f3b-8011-9336d8063b5d
2023-02-16T06:48:02.544Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9013923-70d6-487d-80d5-7ee08743a472
2023-02-16T06:48:02.545Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9013923-70d6-487d-80d5-7ee08743a472/model-vers/model-ver/8357c1db-6053-4f3b-8011-9336d8063b5d?depth=0
2023-02-16T06:48:02.567Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T06:48:02.731Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9013923-70d6-487d-80d5-7ee08743a472/model-vers/model-ver/8357c1db-6053-4f3b-8011-9336d8063b5d?depth=0|INFO|500||Invoke
2023-02-16T06:48:02.733Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9013923-70d6-487d-80d5-7ee08743a472/model-vers/model-ver/8357c1db-6053-4f3b-8011-9336d8063b5d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9013923-70d6-487d-80d5-7ee08743a472/model-vers/model-ver/8357c1db-6053-4f3b-8011-9336d8063b5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c627733a-597d-4240-95f2-2966e324c8a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[abce7eec-99f8-444e-8efc-847a29754e46], X-ECOMP-RequestID=[c627733a-597d-4240-95f2-2966e324c8a3], X-TransactionId=[], X-ONAP-RequestID=[c627733a-597d-4240-95f2-2966e324c8a3], Content-Type=[application/merge-patch+json]}
2023-02-16T06:48:02.768Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9013923-70d6-487d-80d5-7ee08743a472/model-vers/model-ver/8357c1db-6053-4f3b-8011-9336d8063b5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T06:48:03.187Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9013923-70d6-487d-80d5-7ee08743a472/model-vers/model-ver/8357c1db-6053-4f3b-8011-9336d8063b5d?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/e9013923-70d6-487d-80d5-7ee08743a472/model-vers/model-ver/8357c1db-6053-4f3b-8011-9336d8063b5d?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 06:48:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[405], vertex-id=[213104], x-aai-txid=[1-aai-resources-230216-06:48:02:794-45074], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T06:48:03.188Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9013923-70d6-487d-80d5-7ee08743a472/model-vers/model-ver/8357c1db-6053-4f3b-8011-9336d8063b5d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-16T06:48:03.189Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9013923-70d6-487d-80d5-7ee08743a472/model-vers/model-ver/8357c1db-6053-4f3b-8011-9336d8063b5d?depth=0|INFO|500||InvokeReturn
2023-02-16T06:48:03.189Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T06:48:03.189Z|c627733a-597d-4240-95f2-2966e324c8a3|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-16T06:48:03.207Z|c627733a-597d-4240-95f2-2966e324c8a3|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-16T06:48:03.208Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c627733a-597d-4240-95f2-2966e324c8a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T06:48:03.208Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T06:48:03.208Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:03.209Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:03.209Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530083208,
  "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-16T06:48:04.503Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:48:04.509Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-16T06:48:04.510Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ccd5de43-e4a1-4cf1-a809-feb63febb270","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7c53a369-f295-4027-95c6-a4f6c2327992","serviceDescription":"service","serviceInvariantUUID":"293531be-4249-4687-b403-9d46204407c1","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f56df613-4ad8-443a-b95f-36316f352906","resourceInvariantUUID":"e6b155fd-b3d7-4b05-ba17-8debfa5fb9bb","resourceCustomizationUUID":"358077f2-aeaf-41d5-9c13-5fe2513b5d04","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NjIzNTU4ODU3ZDgwZTkyYmIzNDIxZTExYzJmMDIxNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e976965-b663-41e6-b433-023ef6b09a30","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZmRhZTkxNGI1ZTkwY2I3ZDkwNmJmZWU3NzNiZjM3YzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aadac2d0-cdf0-43b5-a6a3-20ea1e7a2b1c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e1e83e25-5ee6-4071-8cf8-0290ecc06c7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78477ec3-b32e-4bd1-a2a4-57e01e43186e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"221eaa07-7484-49a7-9146-f801cf666308","artifactVersion":"2","generatedFromUUID":"e1e83e25-5ee6-4071-8cf8-0290ecc06c7d"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MjYyMzk1MjY1ZGRhY2VlNjQ3YzBjMGM0YTdjNGMxMGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"00d7bc09-2a45-479b-83a1-6f1c531026eb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YzM1M2UyYWNhY2MyMzhmY2NkNmJjMDE0Mjk5ODhkZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"532281ae-4278-4dd6-87ce-09ec3cda3c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzI1Mjk2MjhjZDI4NmQwNTNkM2NmMTQzODk3Mzc3NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ecb6d172-a2a6-45eb-9eff-6bf30ece242c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T06:48:04.512Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:48:04.512Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:04.512Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:04.512Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:05.513Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:48:05.515Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:05.515Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:05.516Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:06.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:06.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.221Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529964727,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-16T06:48:06.461Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccd5de43-e4a1-4cf1-a809-feb63febb270
2023-02-16T06:48:06.461Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccd5de43-e4a1-4cf1-a809-feb63febb270 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-16T06:48:06.518Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:48:06.519Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:06.519Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:06.519Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:06.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.558Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529962714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:48:06.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.559Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676529965730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T06:48:06.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.560Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529962714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:48:06.561Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.561Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529962714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:48:06.561Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.563Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529962714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:48:06.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.564Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529971519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:48:06.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.565Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529975369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:48:06.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.569Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529975369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:48:06.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.573Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529975369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:48:06.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.574Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529975369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:48:06.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.575Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529975369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:48:06.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.576Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529975369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:48:06.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.577Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529975369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:48:06.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.578Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529975369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:48:06.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.579Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529985504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:48:06.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.579Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "aai-model-loader",
  "timestamp": 1676529986526,
  "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-16T06:48:06.647Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ccd5de43-e4a1-4cf1-a809-feb63febb270
2023-02-16T06:48:06.647Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccd5de43-e4a1-4cf1-a809-feb63febb270 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-16T06:48:06.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.951Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529984864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:48:06.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.952Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529987343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:48:06.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:48:06.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:48:06.952Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676529988348,
  "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-16T06:48:07.163Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ccd5de43-e4a1-4cf1-a809-feb63febb270
2023-02-16T06:48:07.164Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccd5de43-e4a1-4cf1-a809-feb63febb270 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-16T06:48:07.520Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:48:07.521Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:07.521Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:07.521Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:08.522Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:48:08.523Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:08.523Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:08.523Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:09.524Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:48:09.525Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:09.525Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:09.525Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:10.527Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:48:10.527Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:10.528Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:10.528Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:11.531Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:48:11.531Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:11.532Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:11.532Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:12.535Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7c53a369-f295-4027-95c6-a4f6c2327992",
  "serviceDescription": "service",
  "serviceInvariantUUID": "293531be-4249-4687-b403-9d46204407c1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "358077f2-aeaf-41d5-9c13-5fe2513b5d04",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f56df613-4ad8-443a-b95f-36316f352906",
      "resourceInvariantUUID": "e6b155fd-b3d7-4b05-ba17-8debfa5fb9bb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZmRhZTkxNGI1ZTkwY2I3ZDkwNmJmZWU3NzNiZjM3YzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aadac2d0-cdf0-43b5-a6a3-20ea1e7a2b1c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e1e83e25-5ee6-4071-8cf8-0290ecc06c7d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "221eaa07-7484-49a7-9146-f801cf666308",
            "generatedFromUUID": "e1e83e25-5ee6-4071-8cf8-0290ecc06c7d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "221eaa07-7484-49a7-9146-f801cf666308",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzI1Mjk2MjhjZDI4NmQwNTNkM2NmMTQzODk3Mzc3NTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ecb6d172-a2a6-45eb-9eff-6bf30ece242c"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T06:48:12.536Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T06:48:12.536Z|c627733a-597d-4240-95f2-2966e324c8a3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c53a369-f295-4027-95c6-a4f6c2327992 ASDC
2023-02-16T06:48:12.536Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ccd5de43-e4a1-4cf1-a809-feb63febb270
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7c53a369-f295-4027-95c6-a4f6c2327992
ServiceInvariantUUID:293531be-4249-4687-b403-9d46204407c1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:ecb6d172-a2a6-45eb-9eff-6bf30ece242c
ArtifactChecksum:MzI1Mjk2MjhjZDI4NmQwNTNkM2NmMTQzODk3Mzc3NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:358077f2-aeaf-41d5-9c13-5fe2513b5d04
ResourceInvariantUUID:e6b155fd-b3d7-4b05-ba17-8debfa5fb9bb
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f56df613-4ad8-443a-b95f-36316f352906
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:aadac2d0-cdf0-43b5-a6a3-20ea1e7a2b1c
ArtifactChecksum:ZmRhZTkxNGI1ZTkwY2I3ZDkwNmJmZWU3NzNiZjM3YzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:e1e83e25-5ee6-4071-8cf8-0290ecc06c7d
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:221eaa07-7484-49a7-9146-f801cf666308
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:221eaa07-7484-49a7-9146-f801cf666308
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-16T06:48:12.536Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c53a369-f295-4027-95c6-a4f6c2327992 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-16T06:48:13.211Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T06:48:13.213Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:48:13.213Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:48:13.213Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ecb6d172-a2a6-45eb-9eff-6bf30ece242c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-16T06:48:13.213Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:48:13.213Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-16T06:48:13.900Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:48:13.908Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ecb6d172-a2a6-45eb-9eff-6bf30ece242c 83013
2023-02-16T06:48:13.911Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-16T06:48:13.911Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-16T06:48:13.912Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:48:13.912Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:13.912Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:13.912Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530093911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:14.913Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T06:48:14.915Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:48:14.915Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ecb6d172-a2a6-45eb-9eff-6bf30ece242c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-16T06:48:14.921Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-16T06:48:14.924Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-16T06:48:14.924Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-16T06:48:15.264Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13013040502966940096/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-16T06:48:17.717Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T06:48:17.718Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-16T06:48:17.718Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-16T06:48:17.718Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-16T06:48:17.718Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-16T06:48:17.718Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|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-BasicVmMacro-csar.csar
2023-02-16T06:48:17.718Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-16T06:48:17.718Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|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-BasicVmMacro-csar.csar
2023-02-16T06:48:17.719Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|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-BasicVmMacro-csar.csar
2023-02-16T06:48:17.719Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-16T06:48:17.719Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-16T06:48:17.719Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-16T06:48:17.719Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.720Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:17.720Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-16T06:48:17.720Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-16T06:48:17.720Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T06:48:17.721Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.723Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:17.723Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-16T06:48:17.724Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-16T06:48:17.724Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T06:48:17.724Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.724Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:17.724Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.727Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-16T06:48:17.728Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-16T06:48:17.728Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-16T06:48:17.728Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-16T06:48:17.736Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-16T06:48:17.737Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-16T06:48:17.737Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.737Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T06:48:17.738Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.738Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-16T06:48:17.738Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:48:17.739Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.739Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-16T06:48:17.739Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:48:17.739Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.739Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-16T06:48:17.740Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:48:17.740Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.740Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-16T06:48:17.740Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-16T06:48:17.741Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-16T06:48:17.741Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f52d21f6-904c-4c62-b10a-e191bb2d5117
2023-02-16T06:48:17.741Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.742Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:17.745Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.745Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:17.745Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.745Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:17.746Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:17.746Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:17.746Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7c53a369-f295-4027-95c6-a4f6c2327992
Model Version:NULL
Model InvariantUuid:293531be-4249-4687-b403-9d46204407c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:2319e559-d3bb-4117-98d8-d76a92d8981f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e6b155fd-b3d7-4b05-ba17-8debfa5fb9bb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:358077f2-aeaf-41d5-9c13-5fe2513b5d04
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9643eb35-26db-45bc-9197-9111482c12c8
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:864700d2-e88e-4c31-92f3-897d1a4b24b2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f52d21f6-904c-4c62-b10a-e191bb2d5117
ModelInvariantUuid:d82ffdf0-be8e-49bb-80ed-be0d7bec12f0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b49f6bfd-647c-44c1-839e-969763d86b36
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ea6dc2ce-7bc2-4edd-8173-51ccb8abd820
ModelInvariantUuid:060ed582-24fb-4f31-9fef-5d89f84f80a3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:34f2043b-82ea-4520-bf59-f68194405d93
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-16T06:48:17.794Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f56df613-4ad8-443a-b95f-36316f352906
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-16T06:48:17.817Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2023-02-16T06:48:17.820Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f56df613-4ad8-443a-b95f-36316f352906
2023-02-16T06:48:17.821Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aadac2d0-cdf0-43b5-a6a3-20ea1e7a2b1c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-16T06:48:17.821Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:48:17.822Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-16T06:48:18.286Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:48:18.287Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json aadac2d0-cdf0-43b5-a6a3-20ea1e7a2b1c 792
2023-02-16T06:48:18.290Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-16T06:48:18.291Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-16T06:48:18.291Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:48:18.293Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:18.293Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:18.294Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530098290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:19.299Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9643eb35-26db-45bc-9197-9111482c12c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "864700d2-e88e-4c31-92f3-897d1a4b24b2",
    "vfModuleModelCustomizationUUID": "5667c1ab-a082-4c63-b40d-7154afb33bf4",
    "isBase": true,
    "artifacts": [
      "e1e83e25-5ee6-4071-8cf8-0290ecc06c7d",
      "221eaa07-7484-49a7-9146-f801cf666308"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "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-16T06:48:19.302Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:864700d2-e88e-4c31-92f3-897d1a4b24b2
VfModuleModelInvariantUUID:9643eb35-26db-45bc-9197-9111482c12c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1e83e25-5ee6-4071-8cf8-0290ecc06c7d
,
221eaa07-7484-49a7-9146-f801cf666308

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-16T06:48:19.304Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9643eb35-26db-45bc-9197-9111482c12c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "864700d2-e88e-4c31-92f3-897d1a4b24b2",
    "vfModuleModelCustomizationUUID": "5667c1ab-a082-4c63-b40d-7154afb33bf4",
    "isBase": true,
    "artifacts": [
      "e1e83e25-5ee6-4071-8cf8-0290ecc06c7d",
      "221eaa07-7484-49a7-9146-f801cf666308"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "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-16T06:48:19.307Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:864700d2-e88e-4c31-92f3-897d1a4b24b2
VfModuleModelInvariantUUID:9643eb35-26db-45bc-9197-9111482c12c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1e83e25-5ee6-4071-8cf8-0290ecc06c7d
,
221eaa07-7484-49a7-9146-f801cf666308

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-16T06:48:19.308Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e1e83e25-5ee6-4071-8cf8-0290ecc06c7d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-16T06:48:19.308Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:48:19.310Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-16T06:48:19.834Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:48:19.835Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e1e83e25-5ee6-4071-8cf8-0290ecc06c7d 5033
2023-02-16T06:48:19.836Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-16T06:48:19.836Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-16T06:48:19.836Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:48:19.836Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:19.836Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:19.836Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530099835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:20.841Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 221eaa07-7484-49a7-9146-f801cf666308 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-16T06:48:20.842Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:48:20.843Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-16T06:48:21.591Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:48:21.592Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 221eaa07-7484-49a7-9146-f801cf666308 903
2023-02-16T06:48:21.592Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-16T06:48:21.593Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-16T06:48:21.593Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:48:21.593Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:21.593Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:21.593Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530101592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:22.598Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7c53a369-f295-4027-95c6-a4f6c2327992
2023-02-16T06:48:22.599Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f56df613-4ad8-443a-b95f-36316f352906 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-16T06:48:22.650Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64ffc398, org.onap.sdc.toscaparser.api.parameters.Input@3c253bad, org.onap.sdc.toscaparser.api.parameters.Input@1640bf11, org.onap.sdc.toscaparser.api.parameters.Input@71196a6a, org.onap.sdc.toscaparser.api.parameters.Input@6b6094d2]
2023-02-16T06:48:22.652Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.653Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:22.653Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-16T06:48:22.653Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 358077f2-aeaf-41d5-9c13-5fe2513b5d04
2023-02-16T06:48:22.653Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 358077f2-aeaf-41d5-9c13-5fe2513b5d04 matches Tosca VF Customization UUID: 358077f2-aeaf-41d5-9c13-5fe2513b5d04
2023-02-16T06:48:22.653Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 358077f2-aeaf-41d5-9c13-5fe2513b5d04  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-16T06:48:22.660Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.660Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:22.662Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 358077f2-aeaf-41d5-9c13-5fe2513b5d04: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-02-16T06:48:22.662Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5756df53
2023-02-16T06:48:22.663Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.663Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-16T06:48:22.663Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5667c1ab-a082-4c63-b40d-7154afb33bf4
2023-02-16T06:48:22.664Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5667c1ab-a082-4c63-b40d-7154afb33bf4
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-16T06:48:22.672Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.673Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-16T06:48:22.673Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:48:22.674Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.674Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-16T06:48:22.674Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:48:22.674Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.675Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-16T06:48:22.675Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-16T06:48:22.675Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-16T06:48:22.675Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f52d21f6-904c-4c62-b10a-e191bb2d5117
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-16T06:48:22.702Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.702Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-16T06:48:22.703Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-16T06:48:22.703Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.703Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-16T06:48:22.703Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=358077f2-aeaf-41d5-9c13-5fe2513b5d04
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-16T06:48:22.707Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.708Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:22.708Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7c53a369-f295-4027-95c6-a4f6c2327992: basic_vm_macro
2023-02-16T06:48:22.708Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.708Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:22.708Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.709Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:22.709Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.709Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:22.709Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.709Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:22.710Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:48:22.710Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:48:22.710Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
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-16T06:48:23.208Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f56df613-4ad8-443a-b95f-36316f352906 1 ASDC deployResourceStructure
2023-02-16T06:48:23.208Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-16T06:48:23.209Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-16T06:48:23.209Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T06:48:23.210Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:23.210Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:23.210Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530103208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:24.212Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-16T06:48:24.212Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-16T06:48:24.212Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T06:48:24.213Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:24.213Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:24.213Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530104211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:25.214Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-16T06:48:25.214Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-16T06:48:25.215Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T06:48:25.215Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:25.215Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:25.215Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530105214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:26.216Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-16T06:48:26.217Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-16T06:48:26.217Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T06:48:26.217Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:26.218Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:26.219Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530106216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:48:27.220Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccd5de43-e4a1-4cf1-a809-feb63febb270
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-16T06:48:27.485Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccd5de43-e4a1-4cf1-a809-feb63febb270
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-16T06:48:27.568Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:48:27.568Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T06:48:27.568Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T06:48:27.568Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T06:48:27.568Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:48:27.569Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:48:27.569Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:48:27.569Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:48:27.569Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|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-16T06:48:27.688Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T06:48:57.689Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ccd5de43-e4a1-4cf1-a809-feb63febb270 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-16T06:48:57.756Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ccd5de43-e4a1-4cf1-a809-feb63febb270 and serviceModelVersionId: 7c53a369-f295-4027-95c6-a4f6c2327992
2023-02-16T06:48:57.756Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 293531be-4249-4687-b403-9d46204407c1
2023-02-16T06:48:57.757Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/293531be-4249-4687-b403-9d46204407c1/model-vers/model-ver/7c53a369-f295-4027-95c6-a4f6c2327992?depth=0
2023-02-16T06:48:57.763Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T06:48:58.011Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/293531be-4249-4687-b403-9d46204407c1/model-vers/model-ver/7c53a369-f295-4027-95c6-a4f6c2327992?depth=0|INFO|500||Invoke
2023-02-16T06:48:58.034Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/293531be-4249-4687-b403-9d46204407c1/model-vers/model-ver/7c53a369-f295-4027-95c6-a4f6c2327992?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/293531be-4249-4687-b403-9d46204407c1/model-vers/model-ver/7c53a369-f295-4027-95c6-a4f6c2327992?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ccd5de43-e4a1-4cf1-a809-feb63febb270], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4405255a-c882-40ac-93b2-55f74446844a], X-ECOMP-RequestID=[ccd5de43-e4a1-4cf1-a809-feb63febb270], X-TransactionId=[], X-ONAP-RequestID=[ccd5de43-e4a1-4cf1-a809-feb63febb270], Content-Type=[application/merge-patch+json]}
2023-02-16T06:48:58.089Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/293531be-4249-4687-b403-9d46204407c1/model-vers/model-ver/7c53a369-f295-4027-95c6-a4f6c2327992?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T06:48:58.462Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/293531be-4249-4687-b403-9d46204407c1/model-vers/model-ver/7c53a369-f295-4027-95c6-a4f6c2327992?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/293531be-4249-4687-b403-9d46204407c1/model-vers/model-ver/7c53a369-f295-4027-95c6-a4f6c2327992?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 06:48:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[362], vertex-id=[270536], x-aai-txid=[1-aai-resources-230216-06:48:58:109-91334], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T06:48:58.462Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/293531be-4249-4687-b403-9d46204407c1/model-vers/model-ver/7c53a369-f295-4027-95c6-a4f6c2327992?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-16T06:48:58.463Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/293531be-4249-4687-b403-9d46204407c1/model-vers/model-ver/7c53a369-f295-4027-95c6-a4f6c2327992?depth=0|INFO|500||InvokeReturn
2023-02-16T06:48:58.463Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T06:48:58.463Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|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-16T06:48:58.775Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|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-16T06:48:58.776Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ccd5de43-e4a1-4cf1-a809-feb63febb270 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T06:48:58.776Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T06:48:58.777Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:48:58.777Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:48:58.777Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530138776,
  "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-16T06:49:00.108Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-16T06:49:00.109Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"24b68182-d81a-4255-961f-3ad065967071","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fca71991-2c97-4945-a83c-7a216c4b388e","serviceDescription":"service","serviceInvariantUUID":"7e79f876-1e0a-412e-a9cf-031f7f144c1f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bce6db6b-bfae-4da6-9a58-506d3741116e","resourceInvariantUUID":"8ef5d3e8-039e-44e3-9002-24b8542fa6d8","resourceCustomizationUUID":"bd0ea641-6c4f-40fa-bb32-2f945f18b202","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTQ3NmIwYTliMThiZWJjNzFmMGY2MjBhZGM5MDc5M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2b0d5df-07cb-4ffc-b270-c35b9d3e1fbf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d11271a-128d-4ac9-8ec8-a7f907a2990d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e20935c6-c34c-47a2-86e0-805c5cb839cb","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YjIxNzBjOGUxMmY4MWQ5MGI2MDY3ZTE3NGQ0NzZhZGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"483dc019-ec4e-4c13-9e54-93e280c5559a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2782e81c-5040-436d-9f50-7218d6a80d0b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d8062b6-3ae4-4325-8841-26ec994708bd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67d0a337-5e00-44d3-ba6e-5ebed04158c0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MDZlZTE4YWQxYzkwYTZkZjIxMzRkOWRkZDU2ZjQ3MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16e52017-0a42-484c-818d-c4b28002794e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MWJlZjU4YTY4YjQwN2M3MjEzOTE4N2Y1ZjBkMWY1ZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f5e9638-8e5b-4a6a-8a82-78acf5657010","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-16T06:49:00.109Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:49:00.110Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:00.110Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:00.110Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:01.111Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:49:01.112Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:01.112Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:01.112Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:02.113Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:49:02.119Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:02.120Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:02.120Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:03.123Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:49:03.124Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:03.124Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:03.124Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:04.127Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:49:04.128Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:04.128Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:04.128Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:05.129Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:49:05.130Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:05.130Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:05.131Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:06.133Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:49:06.133Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:06.133Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:06.133Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:06.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:06.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.222Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676530021841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676530056740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530082714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c627733a-597d-4240-95f2-2966e324c8a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530083208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T06:49:06.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676530021841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676530056740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.230Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530082714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.232Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676530021841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.233Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676530056740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.234Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530082714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.235Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-16T06:49:06.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.235Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676530021841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.236Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676530056740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:06.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:49:06.236Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530082714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:49:06.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:49:07.135Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:49:07.138Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:07.139Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:07.139Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:08.140Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-16T06:49:08.141Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:08.141Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:08.141Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:09.144Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fca71991-2c97-4945-a83c-7a216c4b388e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7e79f876-1e0a-412e-a9cf-031f7f144c1f",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "bd0ea641-6c4f-40fa-bb32-2f945f18b202",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bce6db6b-bfae-4da6-9a58-506d3741116e",
      "resourceInvariantUUID": "8ef5d3e8-039e-44e3-9002-24b8542fa6d8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "MWJlZjU4YTY4YjQwN2M3MjEzOTE4N2Y1ZjBkMWY1ZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9f5e9638-8e5b-4a6a-8a82-78acf5657010"
    }
  ],
  "workloadContext": "Production"
}
2023-02-16T06:49:09.144Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-16T06:49:09.145Z|ccd5de43-e4a1-4cf1-a809-feb63febb270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fca71991-2c97-4945-a83c-7a216c4b388e ASDC
2023-02-16T06:49:09.146Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:24b68182-d81a-4255-961f-3ad065967071
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fca71991-2c97-4945-a83c-7a216c4b388e
ServiceInvariantUUID:7e79f876-1e0a-412e-a9cf-031f7f144c1f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:9f5e9638-8e5b-4a6a-8a82-78acf5657010
ArtifactChecksum:MWJlZjU4YTY4YjQwN2M3MjEzOTE4N2Y1ZjBkMWY1ZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:bd0ea641-6c4f-40fa-bb32-2f945f18b202
ResourceInvariantUUID:8ef5d3e8-039e-44e3-9002-24b8542fa6d8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:bce6db6b-bfae-4da6-9a58-506d3741116e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-16T06:49:09.147Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fca71991-2c97-4945-a83c-7a216c4b388e 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-16T06:49:09.384Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T06:49:09.385Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:49:09.385Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:49:09.385Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9f5e9638-8e5b-4a6a-8a82-78acf5657010 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-16T06:49:09.385Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-16T06:49:09.386Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-16T06:49:10.361Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-16T06:49:10.517Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9f5e9638-8e5b-4a6a-8a82-78acf5657010 111101
2023-02-16T06:49:10.517Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-16T06:49:10.518Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-16T06:49:10.518Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-16T06:49:10.518Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:10.518Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:10.518Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530150517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:11.520Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-16T06:49:11.522Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-16T06:49:11.522Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9f5e9638-8e5b-4a6a-8a82-78acf5657010, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-16T06:49:11.523Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-16T06:49:11.524Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-16T06:49:11.524Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-16T06:49:11.787Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9265768121110044046/Definitions/service-TestPnfMacro-template.yml
2023-02-16T06:49:13.667Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-16T06:49:13.668Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-16T06:49:13.669Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-16T06:49:13.671Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-16T06:49:13.671Z|24b68182-d81a-4255-961f-3ad065967071|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-TestPnfMacro-csar.csar
2023-02-16T06:49:13.671Z|24b68182-d81a-4255-961f-3ad065967071|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-TestPnfMacro-csar.csar
2023-02-16T06:49:13.672Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar
2023-02-16T06:49:13.672Z|24b68182-d81a-4255-961f-3ad065967071|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-TestPnfMacro-csar.csar
2023-02-16T06:49:13.672Z|24b68182-d81a-4255-961f-3ad065967071|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-TestPnfMacro-csar.csar
2023-02-16T06:49:13.672Z|24b68182-d81a-4255-961f-3ad065967071|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-TestPnfMacro-csar.csar
2023-02-16T06:49:13.673Z|24b68182-d81a-4255-961f-3ad065967071|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-TestPnfMacro-csar.csar
2023-02-16T06:49:13.673Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-16T06:49:13.673Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:49:13.674Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:49:13.675Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-16T06:49:13.675Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-16T06:49:13.676Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T06:49:13.676Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:49:13.676Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:49:13.677Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-16T06:49:13.677Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-16T06:49:13.678Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-16T06:49:13.678Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:49:13.679Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:49:13.679Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:49:13.679Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:49:13.679Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:49:13.680Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:49:13.680Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:49:13.680Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:49:13.680Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:49:13.681Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:49:13.681Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:fca71991-2c97-4945-a83c-7a216c4b388e
Model Version:NULL
Model InvariantUuid:7e79f876-1e0a-412e-a9cf-031f7f144c1f
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-16T06:49:13.711Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: bce6db6b-bfae-4da6-9a58-506d3741116e
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-16T06:49:13.745Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-02-16T06:49:13.746Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bce6db6b-bfae-4da6-9a58-506d3741116e
2023-02-16T06:49:13.747Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||No resources found for Service: fca71991-2c97-4945-a83c-7a216c4b388e
2023-02-16T06:49:13.747Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fca71991-2c97-4945-a83c-7a216c4b388e
2023-02-16T06:49:13.747Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 bce6db6b-bfae-4da6-9a58-506d3741116e 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-16T06:49:13.780Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2afa7aff, org.onap.sdc.toscaparser.api.parameters.Input@2c9adbbf, org.onap.sdc.toscaparser.api.parameters.Input@12b7b07e, org.onap.sdc.toscaparser.api.parameters.Input@6b9c5a9e, org.onap.sdc.toscaparser.api.parameters.Input@1248e890]
2023-02-16T06:49:13.781Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:49:13.782Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:49:13.783Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fca71991-2c97-4945-a83c-7a216c4b388e: test-pnf
2023-02-16T06:49:13.783Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Processing PNF resource: bce6db6b-bfae-4da6-9a58-506d3741116e
2023-02-16T06:49:13.785Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-16T06:49:13.786Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-16T06:49:13.786Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Resource customization UUID: bd0ea641-6c4f-40fa-bb32-2f945f18b202 is the same as notified resource customizationUUID: bd0ea641-6c4f-40fa-bb32-2f945f18b202
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-16T06:49:14.162Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf bce6db6b-bfae-4da6-9a58-506d3741116e 0 ASDC deployResourceStructure
2023-02-16T06:49:14.163Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-16T06:49:14.163Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-16T06:49:14.163Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-16T06:49:14.164Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:49:14.164Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:49:14.164Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530154163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:49:15.168Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24b68182-d81a-4255-961f-3ad065967071
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-16T06:49:15.934Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24b68182-d81a-4255-961f-3ad065967071
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-16T06:49:16.068Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:49:16.068Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T06:49:16.069Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T06:49:46.071Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24b68182-d81a-4255-961f-3ad065967071
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-16T06:49:46.360Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24b68182-d81a-4255-961f-3ad065967071
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-16T06:49:46.390Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:49:46.390Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-16T06:49:46.390Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-16T06:50:06.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:50:06.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.221Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-16T06:50:06.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.221Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676530021841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.222Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676530056740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.238Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530082714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.240Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.242Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676530021841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.243Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676530056740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.256Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530082714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.257Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-16T06:50:06.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.258Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676530021841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.259Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676530056740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.259Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530082714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676530021841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.278Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676530056740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.278Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530082714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.278Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.279Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676530021841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:50:06.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.279Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676530056740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:50:06.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.280Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530082714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:50:06.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.280Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:50:06.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676530091901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530093509,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530093911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530095369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530098290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530095369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530099835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530095369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530095369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.282Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530101592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:50:06.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.283Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530101670,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:50:06.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.283Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530095369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.283Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "aai-model-loader",
  "timestamp": 1676530102677,
  "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-16T06:50:06.347Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24b68182-d81a-4255-961f-3ad065967071
2023-02-16T06:50:06.347Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24b68182-d81a-4255-961f-3ad065967071 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-16T06:50:06.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.511Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530095369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.520Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530103208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-16T06:50:06.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.521Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530095369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.522Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530104211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-16T06:50:06.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.523Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530095369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:06.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.523Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530105214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-16T06:50:06.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530095369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:50:06.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530106216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:50:06.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530105851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:50:06.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530108050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:50:06.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:06.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:06.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676530109054,
  "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-16T06:50:06.788Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24b68182-d81a-4255-961f-3ad065967071
2023-02-16T06:50:06.788Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24b68182-d81a-4255-961f-3ad065967071 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-16T06:50:07.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:07.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ccd5de43-e4a1-4cf1-a809-feb63febb270",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530138776,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T06:50:07.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:07.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:07.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:07.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:07.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:07.144Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:07.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:07.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:07.145Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:07.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:07.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:07.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:07.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:07.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:07.147Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:07.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:07.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:07.147Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:07.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:07.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:50:07.148Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:50:07.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:50:16.410Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24b68182-d81a-4255-961f-3ad065967071
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-16T06:50:16.886Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24b68182-d81a-4255-961f-3ad065967071
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-16T06:50:16.922Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-16T06:50:16.923Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-16T06:50:16.923Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-16T06:50:16.923Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-16T06:50:16.923Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:50:16.924Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:50:16.924Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-16T06:50:16.924Z|24b68182-d81a-4255-961f-3ad065967071|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-16T06:50:17.051Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-16T06:50:47.052Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24b68182-d81a-4255-961f-3ad065967071 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-16T06:50:47.097Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24b68182-d81a-4255-961f-3ad065967071 and serviceModelVersionId: fca71991-2c97-4945-a83c-7a216c4b388e
2023-02-16T06:50:47.098Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e79f876-1e0a-412e-a9cf-031f7f144c1f
2023-02-16T06:50:47.099Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e79f876-1e0a-412e-a9cf-031f7f144c1f/model-vers/model-ver/fca71991-2c97-4945-a83c-7a216c4b388e?depth=0
2023-02-16T06:50:47.121Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-16T06:50:47.297Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e79f876-1e0a-412e-a9cf-031f7f144c1f/model-vers/model-ver/fca71991-2c97-4945-a83c-7a216c4b388e?depth=0|INFO|500||Invoke
2023-02-16T06:50:47.298Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e79f876-1e0a-412e-a9cf-031f7f144c1f/model-vers/model-ver/fca71991-2c97-4945-a83c-7a216c4b388e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e79f876-1e0a-412e-a9cf-031f7f144c1f/model-vers/model-ver/fca71991-2c97-4945-a83c-7a216c4b388e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[24b68182-d81a-4255-961f-3ad065967071], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7075517-f3e8-42c3-9521-37a78a07bfdb], X-ECOMP-RequestID=[24b68182-d81a-4255-961f-3ad065967071], X-TransactionId=[], X-ONAP-RequestID=[24b68182-d81a-4255-961f-3ad065967071], Content-Type=[application/merge-patch+json]}
2023-02-16T06:50:47.350Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e79f876-1e0a-412e-a9cf-031f7f144c1f/model-vers/model-ver/fca71991-2c97-4945-a83c-7a216c4b388e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-16T06:50:47.900Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e79f876-1e0a-412e-a9cf-031f7f144c1f/model-vers/model-ver/fca71991-2c97-4945-a83c-7a216c4b388e?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/7e79f876-1e0a-412e-a9cf-031f7f144c1f/model-vers/model-ver/fca71991-2c97-4945-a83c-7a216c4b388e?depth=0 has http status code:200 and response headers:{date=[Thu, 16 Feb 2023 06:50:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[539], vertex-id=[217200], x-aai-txid=[2-aai-resources-230216-06:50:47:368-41575], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-16T06:50:47.901Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e79f876-1e0a-412e-a9cf-031f7f144c1f/model-vers/model-ver/fca71991-2c97-4945-a83c-7a216c4b388e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-16T06:50:47.902Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e79f876-1e0a-412e-a9cf-031f7f144c1f/model-vers/model-ver/fca71991-2c97-4945-a83c-7a216c4b388e?depth=0|INFO|500||InvokeReturn
2023-02-16T06:50:47.910Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-16T06:50:47.911Z|24b68182-d81a-4255-961f-3ad065967071|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-16T06:50:47.974Z|24b68182-d81a-4255-961f-3ad065967071|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-16T06:50:47.975Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24b68182-d81a-4255-961f-3ad065967071 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-16T06:50:47.976Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-16T06:50:47.977Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-16T06:50:47.977Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-16T06:50:47.978Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530247975,
  "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-16T06:50:49.267Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:51:06.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:51:06.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:51:06.221Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-16T06:51:06.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:51:06.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:51:06.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530084503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-16T06:51:06.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:51:06.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:51:06.232Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530150517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-16T06:51:06.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:51:06.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:51:06.233Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530154163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-16T06:51:06.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:51:49.268Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:52:06.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:52:06.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-16T06:52:06.220Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "24b68182-d81a-4255-961f-3ad065967071",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676530247975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-16T06:52:06.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-16T06:52:49.269Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:53:06.218Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:53:49.273Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:54:06.219Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:54:49.280Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:55:06.228Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:55:49.282Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:56:06.232Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:56:49.283Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:57:06.233Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:57:49.285Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:58:06.235Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:58:49.287Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T06:59:06.238Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T06:59:49.288Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:00:06.241Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:00:49.290Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:01:06.243Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:01:49.296Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:02:06.246Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:02:49.301Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:03:06.248Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:03:49.302Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:04:06.249Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:04:49.304Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:05:06.251Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:05:49.312Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:06:06.255Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:06:49.314Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:07:06.263Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:07:49.315Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:08:06.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:08:49.315Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:09:06.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:09:49.318Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:10:06.267Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:10:49.319Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:11:06.276Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:11:49.323Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:12:06.278Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:12:49.328Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:13:06.279Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:13:49.329Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:14:06.280Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:14:49.332Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:15:06.281Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:15:49.359Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:16:06.284Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:16:49.362Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:17:06.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:17:49.364Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:18:06.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:18:49.365Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:19:06.288Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:19:49.367Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:20:06.288Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:20:49.367Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:21:06.289Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:21:49.368Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:22:06.290Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:22:49.369Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:23:06.292Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:23:49.370Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:24:06.294Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:24:49.371Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:25:06.295Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:25:49.371Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:26:06.298Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:26:49.373Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:27:06.300Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:27:49.375Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:28:06.302Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:28:49.376Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:29:06.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:29:49.379Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:30:06.308Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:30:49.381Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:31:06.309Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:31:49.383Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:32:06.310Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:32:49.384Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:33:06.311Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:33:49.388Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:34:06.313Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:34:49.389Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:35:06.315Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:35:49.390Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:36:06.316Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:36:49.393Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:37:06.319Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:37:49.395Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:38:06.321Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:38:49.397Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:39:06.322Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:39:49.397Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:40:06.324Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:40:49.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:41:06.325Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:41:49.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:42:06.326Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:42:49.421Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:43:06.327Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:43:49.423Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:44:06.329Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:44:49.425Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:45:06.334Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:45:49.426Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:46:06.336Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:46:49.427Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:47:06.338Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:47:49.430Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:48:06.339Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:48:49.432Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:49:06.340Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:49:49.432Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:50:06.342Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:50:49.434Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:51:06.343Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:51:49.436Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:52:06.344Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:52:49.437Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:53:06.346Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:53:49.439Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:54:06.347Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:54:49.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:55:06.349Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:55:49.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:56:06.352Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:56:49.445Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:57:06.354Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:57:49.445Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:58:06.365Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:58:49.449Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T07:59:06.368Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T07:59:49.449Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:00:06.369Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:00:49.451Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:01:06.371Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:01:49.457Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:02:06.374Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:02:49.458Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:03:06.376Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:03:49.460Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:04:06.378Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:04:49.461Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:05:06.381Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:05:49.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:06:06.382Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:06:49.463Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:07:06.384Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:07:49.464Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:08:06.385Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:08:49.468Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:09:06.388Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:09:49.471Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:10:06.390Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:10:49.473Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:11:06.391Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:11:49.475Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:12:06.392Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:12:49.475Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:13:06.393Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:13:49.483Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:14:06.400Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:14:49.512Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:15:06.402Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:15:49.514Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:16:06.404Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:16:49.515Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:17:06.406Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:17:49.517Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:18:06.409Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:18:49.525Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:19:06.409Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:19:49.529Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:20:06.411Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:20:49.531Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:21:06.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:21:49.532Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:22:06.413Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:22:49.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:23:06.418Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:23:49.536Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:24:06.420Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:24:49.536Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:25:06.424Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:25:49.538Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:26:06.425Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:26:49.540Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:27:06.428Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:27:49.542Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:28:06.428Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:28:49.544Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:29:06.431Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:29:49.546Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:30:06.435Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:30:49.547Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:31:06.436Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:31:49.547Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:32:06.436Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:32:49.548Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:33:06.437Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:33:49.554Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:34:06.438Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:34:49.560Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:35:06.440Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:35:49.562Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:36:06.440Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:36:49.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:37:06.443Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:37:49.565Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:38:06.445Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:38:49.565Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:39:06.447Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:39:49.567Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:40:06.447Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:40:49.568Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:41:06.449Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:41:49.570Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:42:06.450Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:42:49.572Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:43:06.450Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:43:49.573Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:44:06.451Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:44:49.574Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:45:06.452Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:45:49.576Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:46:06.455Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:46:49.578Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:47:06.457Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:47:49.580Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:48:06.458Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:48:49.582Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:49:06.459Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:49:49.583Z|24b68182-d81a-4255-961f-3ad065967071|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:50:06.461Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:50:49.584Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:51:06.469Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:51:49.586Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:52:06.471Z|7e1cc987-4f0e-4b8c-96ae-8c062a5c7537|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:52:49.588Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:53:06.474Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:53:49.599Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:54:06.475Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:54:49.602Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:55:06.475Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:55:49.603Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:56:06.477Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:56:49.604Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:57:06.479Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:57:49.606Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:58:06.479Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:58:49.606Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T08:59:06.481Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T08:59:49.608Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:00:06.484Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:00:49.609Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:01:06.487Z|5db857e4-5623-4414-8379-339145738ee5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:01:49.610Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:02:06.488Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:02:49.611Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:03:06.489Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:03:49.611Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:04:06.491Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:04:49.613Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:05:06.491Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:05:49.614Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:06:06.493Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:06:49.616Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:07:06.494Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:07:49.617Z|6cc2f5b0-4227-4788-bc78-4725962a7012|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:08:06.494Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:08:49.618Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:09:06.495Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:09:49.619Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:10:06.496Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:10:49.620Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:11:06.499Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:11:49.622Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:12:06.501Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:12:49.623Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:13:06.502Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:13:49.626Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:14:06.503Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:14:49.627Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:15:06.505Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:15:49.629Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:16:06.511Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:16:49.629Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:17:06.512Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:17:49.630Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:18:06.519Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:18:49.635Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:19:06.522Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:19:49.638Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:20:06.527Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:20:49.641Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:21:06.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-16T09:21:49.642Z|9c28d765-6665-4678-a2cd-3983d88348dc|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-16T09:22:06.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO