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-04T06:44:49.121Z||main|||||INFO|500||The following profiles are active: basic
2023-02-04T06:45:00.262Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-04T06:45:00.263Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-04T06:45:00.392Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-04T06:45:04.489Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-04T06:45:04.956Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-04T06:45:05.447Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-04T06:45:05.658Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-04T06:45:06.252Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-04T06:45:08.221Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-04T06:45:08.861Z||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-04T06:45:11.931Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-04T06:45:12.045Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-04T06:45:12.078Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-04T06:45:12.089Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-04T06:45:12.764Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-04T06:45:13.179Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-04T06:45:14.347Z||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-04T06:45:15.781Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-04T06:45:15.782Z||main|||||ERROR|500||(conn=1206) Table 'catalogdb.activity_spec' doesn't exist
2023-02-04T06:45:15.796Z||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-04T06:45:18.874Z||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-04T06:45:21.820Z||main|||||WARN|500||---
2023-02-04T06:45:21.820Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-04T06:45:21.820Z||main|||||WARN|500||---
2023-02-04T06:45:22.215Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-04T06:45:27.877Z||main|||||INFO|500||Started Application in 41.749 seconds (JVM running for 43.979)
2023-02-04T06:45:27.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-04T06:45:27.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-04T06:45:27.939Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-04T06:45:27.983Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8ce4874d-fde8-49f8-8959-fe15e203f47a url= /sdc/v1/artifactTypes
2023-02-04T06:45:27.989Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-04T06:45:28.110Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-04T06:45:28.162Z||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-04T06:45:28.163Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-04T06:45:28.163Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2f45de2e-9e71-473e-9317-11c279c5c806 url= /sdc/v1/distributionKafkaData
2023-02-04T06:45:28.163Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-04T06:45:28.190Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-04T06:45:28.197Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@1eeee655
2023-02-04T06:45:28.279Z||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-31482188-a6e8-48da-ad8e-18018c06b761
	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-04T06:45:28.336Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Instantiated an idempotent producer.
2023-02-04T06:45:28.453Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-04T06:45:28.523Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-04T06:45:28.523Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-04T06:45:28.524Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675493128519
2023-02-04T06:45:28.529Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-04T06:45:28.552Z||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-afdda625-1aad-4a3e-aeca-a1d38abe67d7
	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-04T06:45:28.705Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-04T06:45:28.706Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-04T06:45:28.706Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675493128705
2023-02-04T06:45:28.708Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:45:28.711Z||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-54b6394d-cb5b-4b64-b723-9a3dd6962b7b
	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-04T06:45:28.715Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:45:28.757Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-04T06:45:28.758Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-04T06:45:28.758Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675493128757
2023-02-04T06:45:28.759Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:45:28.763Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:45:28.766Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-04T06:45:29.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Cluster ID: DYNZofFsTZi-nA80j3CvTA
2023-02-04T06:45:29.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:29.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:29.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:29.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:29.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:29.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:29.560Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] ProducerId set to 1001 with epoch 0
2023-02-04T06:45:29.563Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Cluster ID: DYNZofFsTZi-nA80j3CvTA
2023-02-04T06:45:29.565Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-04T06:45:29.572Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 LXGPlF41Q5KIqMAUPQnM_Q
2023-02-04T06:45:29.572Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 LXGPlF41Q5KIqMAUPQnM_Q
2023-02-04T06:45:29.572Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 LXGPlF41Q5KIqMAUPQnM_Q
2023-02-04T06:45:29.573Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 LXGPlF41Q5KIqMAUPQnM_Q
2023-02-04T06:45:29.573Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 LXGPlF41Q5KIqMAUPQnM_Q
2023-02-04T06:45:29.573Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 LXGPlF41Q5KIqMAUPQnM_Q
2023-02-04T06:45:29.574Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Cluster ID: DYNZofFsTZi-nA80j3CvTA
2023-02-04T06:45:29.574Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-04T06:45:29.595Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] (Re-)joining group
2023-02-04T06:45:29.596Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] (Re-)joining group
2023-02-04T06:45:29.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7-5d379665-d17e-4e0c-8de8-ee81dd8651c0
2023-02-04T06:45:29.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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-04T06:45:29.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] (Re-)joining group
2023-02-04T06:45:29.689Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b-eda648fa-6c50-4cdd-9daf-e2016dfc14f5
2023-02-04T06:45:29.690Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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-04T06:45:29.690Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] (Re-)joining group
2023-02-04T06:45:35.765Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b-eda648fa-6c50-4cdd-9daf-e2016dfc14f5', protocol='range'}
2023-02-04T06:45:35.764Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7-5d379665-d17e-4e0c-8de8-ee81dd8651c0', protocol='range'}
2023-02-04T06:45:35.838Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:35.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:35.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:35.840Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:35.846Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:35.847Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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 WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T06:45:35.854Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7-5d379665-d17e-4e0c-8de8-ee81dd8651c0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b-eda648fa-6c50-4cdd-9daf-e2016dfc14f5=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-04T06:45:35.916Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b-eda648fa-6c50-4cdd-9daf-e2016dfc14f5', protocol='range'}
2023-02-04T06:45:35.918Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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-04T06:45:35.923Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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-04T06:45:35.924Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7-5d379665-d17e-4e0c-8de8-ee81dd8651c0', protocol='range'}
2023-02-04T06:45:35.926Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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-04T06:45:35.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, 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-04T06:45:35.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-04T06:45:35.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-04T06:45:35.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-04T06:45:35.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-04T06:45:35.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-04T06:45:35.956Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-04T06:45:35.961Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-04T06:45:35.964Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-04T06:45:35.964Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-04T06:45:35.965Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-04T06:45:35.969Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-04T06:45:35.970Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-04T06:45:36.013Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-04T06:45:36.016Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-04T06:45:36.107Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-04T06:45:36.108Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-04T06:45:36.112Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-04T06:45:36.112Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-04T06:45:36.117Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-04T06:45:36.117Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-04T06:45:36.283Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-04T06:45:36.283Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-04T06:45:36.447Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-04T06:45:36.449Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-04T06:46:28.720Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:46:28.765Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:47:28.722Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:47:28.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:48:28.724Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:48:28.769Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:49:28.725Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:49:28.770Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:50:28.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:50:28.771Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:51:28.728Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:51:28.772Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:52:28.729Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:52:28.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:53:28.730Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:53:28.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:54:28.733Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:54:28.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:54:29.582Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54b6394d-cb5b-4b64-b723-9a3dd6962b7b, groupId=so] Node -1 disconnected.
2023-02-04T06:54:29.798Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Node -1 disconnected.
2023-02-04T06:54:29.892Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-afdda625-1aad-4a3e-aeca-a1d38abe67d7, groupId=so] Node -1 disconnected.
2023-02-04T06:55:11.505Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-04T06:55:28.734Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:55:28.777Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:56:28.735Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:56:28.780Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:57:28.737Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:57:28.780Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:58:28.739Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:58:28.782Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T06:59:28.740Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T06:59:28.783Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:00:28.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:00:28.783Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:01:28.743Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:01:28.785Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:02:28.744Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:02:28.786Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:03:28.746Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:03:28.787Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:04:28.748Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:04:28.789Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:05:28.749Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:05:28.791Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:06:28.750Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:06:28.792Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:07:28.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:07:28.792Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:08:28.754Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:08:28.794Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:09:28.755Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:09:28.794Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:10:28.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:10:28.796Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:11:28.759Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:11:28.798Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:12:28.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:12:28.798Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:13:28.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:13:28.800Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:14:28.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:14:28.801Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:15:28.765Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:15:28.803Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:16:28.765Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:16:28.806Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:17:28.767Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:17:28.807Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:18:28.769Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:18:28.808Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:19:28.770Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:19:28.808Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:20:28.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:20:28.810Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:21:28.774Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:21:28.810Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:22:28.775Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:22:28.812Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:23:28.776Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:23:28.812Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:24:28.777Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:24:28.813Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:25:28.779Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:25:28.815Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:26:28.780Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:26:28.816Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:27:28.781Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:27:28.816Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:28:28.782Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:28:28.816Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:29:28.782Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:29:28.817Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:30:28.785Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:30:28.819Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:31:28.785Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:31:28.819Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:32:28.788Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:32:28.821Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:33:28.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:33:28.821Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:34:28.792Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:34:28.822Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:35:28.792Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:35:28.823Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:36:28.794Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:36:28.823Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:37:28.794Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:37:28.824Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:38:28.795Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:38:28.825Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:39:28.797Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:39:28.825Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:40:28.797Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:40:28.826Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:41:28.798Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:41:28.827Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:42:28.798Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:42:28.828Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:43:28.799Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:43:28.829Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:44:28.801Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:44:28.831Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:45:28.802Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:45:28.832Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:46:28.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:46:28.832Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:47:28.807Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:47:28.834Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:48:28.808Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:48:28.834Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:49:28.809Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:49:28.835Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:50:28.810Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:50:28.836Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:51:28.812Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:51:28.837Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:52:28.813Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:52:28.839Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:53:28.813Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:53:28.841Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:54:28.815Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:54:28.842Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:55:28.815Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:55:28.843Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:56:28.817Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:56:28.844Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:57:28.818Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:57:28.846Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:58:28.819Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:58:28.848Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T07:59:28.821Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T07:59:28.849Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:00:28.823Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:00:28.850Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:01:28.823Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:01:28.851Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:02:28.825Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:02:28.852Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:03:28.825Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:03:28.853Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:04:28.827Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:04:28.853Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:05:28.827Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:05:28.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:06:28.828Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:06:28.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:07:28.830Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:07:28.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:08:28.831Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:08:28.857Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:09:28.831Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:09:28.858Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:10:28.833Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:10:28.859Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:11:28.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:11:28.860Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:12:28.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:12:28.860Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:13:28.835Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:13:28.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:14:28.836Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:14:28.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:15:28.838Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:15:28.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:16:28.839Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:16:28.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:17:28.839Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:17:28.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:18:28.841Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:18:28.864Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:19:28.841Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:19:28.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:20:28.842Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:20:28.866Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:21:28.843Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:21:28.866Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:22:28.845Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:22:28.867Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:23:28.845Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:23:28.868Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:24:28.846Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:24:28.869Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:25:28.848Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:25:28.870Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:26:28.849Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:26:28.870Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:27:28.851Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:27:28.872Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:28:28.852Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:28:28.873Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:29:28.852Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:29:28.873Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:30:28.853Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:30:28.875Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:31:28.855Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:31:28.875Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:32:28.855Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:32:28.877Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:33:28.856Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:33:28.878Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:34:28.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:34:28.879Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:35:28.859Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:35:28.879Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:36:28.860Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:36:28.881Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:37:28.861Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:37:28.881Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:38:28.861Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:38:28.881Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:39:28.862Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:39:28.881Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:40:28.864Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:40:28.883Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:41:28.866Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:41:28.884Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:42:28.868Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:42:28.885Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:43:28.870Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:43:28.885Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:44:28.871Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:44:28.886Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:45:28.871Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:45:28.888Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:46:28.873Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:46:28.891Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:47:28.874Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:47:28.893Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:48:28.876Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:48:28.893Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:49:28.878Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:49:28.893Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:50:28.878Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:50:28.894Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:51:28.879Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:51:28.894Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:52:28.880Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:52:28.895Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:53:28.881Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:53:28.897Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:54:28.882Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:54:28.897Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:55:28.884Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:55:28.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:56:28.886Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:56:28.900Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:57:28.887Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:57:28.902Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:58:28.888Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:58:28.903Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T08:59:28.889Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T08:59:28.904Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:00:28.891Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:00:28.905Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:01:28.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:01:28.907Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:02:28.893Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:02:28.907Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:03:28.894Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:03:28.908Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:04:28.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:04:28.908Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:05:28.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:05:28.908Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:06:28.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:06:28.910Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:07:28.899Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:07:28.910Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:08:28.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:08:28.911Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:09:28.900Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:09:28.911Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:10:28.902Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:10:28.911Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:11:28.903Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:11:28.913Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:12:28.905Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:12:28.913Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:13:28.906Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:13:28.914Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:14:28.907Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:14:28.915Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:15:28.909Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:15:28.916Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:16:28.910Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:16:28.916Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:17:28.911Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:17:28.917Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:18:28.912Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:18:28.919Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:19:28.914Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:19:28.919Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:20:28.915Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:20:28.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:21:28.916Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:21:28.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:22:28.917Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:22:28.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:23:28.918Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:23:28.921Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:24:28.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:24:28.923Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:25:28.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:25:28.924Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:26:28.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:26:28.924Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:27:28.923Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:27:28.925Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:28:28.925Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:28:28.926Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:29:28.926Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:29:28.927Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:30:28.927Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:30:28.927Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:31:28.927Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:31:28.928Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:32:28.929Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:32:28.930Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:33:28.929Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:33:28.930Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:34:28.931Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:34:28.931Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:35:28.931Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:35:28.931Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:36:28.933Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:36:28.933Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:37:28.934Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:37:28.934Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:38:28.934Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:38:28.935Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:39:28.935Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:39:28.936Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:40:28.937Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:40:28.937Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:41:28.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:41:28.940Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:42:28.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:42:28.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:43:28.941Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:43:28.941Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:44:28.942Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:44:28.943Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:45:28.944Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:45:28.944Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:46:28.945Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:46:28.945Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:47:28.945Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:47:28.946Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:48:28.946Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:48:28.947Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:49:28.948Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:49:28.948Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:50:28.949Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:50:28.949Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:51:28.949Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:51:28.950Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:52:28.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:52:28.952Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:53:28.952Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:53:28.953Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:54:28.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:54:28.954Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:55:28.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:55:28.956Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:56:28.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:56:28.957Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:57:28.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:57:28.959Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:58:28.960Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:58:28.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T09:59:28.960Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T09:59:28.961Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:00:28.962Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:00:28.962Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:01:28.962Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:01:28.963Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:02:28.963Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:02:28.964Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:03:28.964Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:03:28.964Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:04:28.964Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:04:28.966Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:05:28.965Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:05:28.967Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:06:28.966Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:06:28.967Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:07:28.967Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:07:28.968Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:08:28.968Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:08:28.969Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:09:28.969Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:09:28.970Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:10:28.971Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:10:28.970Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:11:28.971Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:11:28.971Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:12:28.972Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:12:28.973Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:13:28.973Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:13:28.974Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:14:28.975Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:14:28.976Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:15:28.976Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:15:28.977Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:16:28.977Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:16:28.977Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:17:28.977Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:17:28.978Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:18:28.979Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:18:28.979Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:19:28.980Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:19:28.980Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:20:28.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:20:28.980Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:21:28.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:21:28.982Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:22:28.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:22:28.983Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:23:28.983Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:23:28.984Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:24:28.984Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:24:28.985Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:25:28.986Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:25:28.986Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:26:28.987Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:26:28.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:27:28.988Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:27:28.989Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:28:28.989Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:28:28.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:29:28.989Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:29:28.990Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:30:28.989Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:30:28.990Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:31:28.990Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:31:28.990Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:32:28.990Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:32:28.991Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:33:28.991Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:33:28.991Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:34:28.992Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:34:28.992Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:35:28.992Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:35:28.993Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:36:28.993Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:36:28.993Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:37:28.994Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:37:28.995Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:38:28.996Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:38:28.996Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:39:28.997Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:39:28.998Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:40:28.998Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:40:28.999Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:41:29.000Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:41:29.000Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:42:29.001Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:42:29.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:43:29.002Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:43:29.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:44:29.003Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:44:29.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:45:29.004Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:45:29.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:46:29.005Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:46:29.005Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:47:29.006Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:47:29.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:48:29.007Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:48:29.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:49:29.009Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:49:29.009Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:50:29.010Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:50:29.012Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:51:29.011Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:51:29.013Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:52:29.011Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:52:29.013Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:53:29.013Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:53:29.013Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:54:29.015Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:54:29.015Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:55:29.018Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:55:29.019Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:56:29.020Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:56:29.020Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:57:29.021Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:57:29.021Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:58:29.022Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:58:29.023Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T10:59:29.022Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T10:59:29.023Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:00:29.024Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:00:29.025Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:01:29.025Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:01:29.025Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:02:29.025Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:02:29.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:03:29.027Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:03:29.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:04:29.027Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:04:29.028Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:05:29.028Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:05:29.028Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:06:29.030Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:06:29.030Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:07:29.030Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:07:29.031Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:08:29.031Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:08:29.031Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:09:29.032Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:09:29.033Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:10:29.033Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:10:29.034Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:11:29.035Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:11:29.034Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:12:29.035Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:12:29.036Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:13:29.036Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:13:29.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:14:29.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:14:29.038Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:15:29.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:15:29.040Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:16:29.040Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:16:29.041Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:17:29.040Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:17:29.041Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:09.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-04T11:18:09.830Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"e632612f-5457-4261-b390-c06549adccf0","serviceName":"vFW 2023-02-04 11-16-25","serviceVersion":"1.0","serviceUUID":"dca58018-6163-467c-807f-83d0ca394042","serviceDescription":"catalog service description","serviceInvariantUUID":"5682a88e-93a7-4534-8feb-763dc6cd2fed","resources":[{"resourceInstanceName":"vFW 072bb068-c73d 0","resourceName":"vFW 072bb068-c73d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52bd1108-bf68-4dc0-850f-2facc861766f","resourceInvariantUUID":"80e488a0-abd6-4f02-a32e-c3d1f188b19f","resourceCustomizationUUID":"29bfe762-e7e5-433f-ad5e-f52b15489306","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vf-license-model.xml","artifactChecksum":"NWRiZWFkMTU1OWY4ZjAyNGY3NzIxMjA1ODNjYTg0NGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a26a511d-e990-4318-98c0-ad2190296f38","artifactVersion":"1"},{"artifactName":"vfw072bb068c73d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json","artifactChecksum":"YzNiYWY5YTQ3NGVhYzE1MjRiNzIyODBiZjk3N2ZhYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f93c1434-671b-47e1-87eb-0e6a7d5f8c9d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"912b0ae5-5772-4926-9ecc-537266f47b0a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vendor-license-model.xml","artifactChecksum":"NmEyOTRhZmNlNjBmNDBhZjdiZWEyODA3MGZiZmVmNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bdfdd515-e5c8-4439-a143-dbbd91cf849a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d443803-7543-40af-b285-a5d9999ac37a","artifactVersion":"2","generatedFromUUID":"912b0ae5-5772-4926-9ecc-537266f47b0a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230204111625-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-template.yml","artifactChecksum":"NTc5MDc5MTY5NmU5YTNiZDA1ZDQ5NDBmNzcyODkyNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6654d8a-2ec9-485f-adc3-ba8285944689","artifactVersion":"1"},{"artifactName":"service-Vfw20230204111625-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar","artifactChecksum":"NTg5ZTA5ZjU0NjdhYzg3NThhYWU5MGJkMGZkNGI2NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3d52398-7a56-4f0d-89a9-50ef878c8db3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-04T11:18:09.854Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T11:18:09.866Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:09.866Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:09.867Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:09.873Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T11:18:09.873Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T11:18:09.873Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T11:18:09.874Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T11:18:09.874Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T11:18:09.874Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T11:18:09.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:18:09.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675509461209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:18:09.989Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:18:10.903Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T11:18:10.903Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:10.904Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:10.904Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:11.905Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T11:18:11.906Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:11.906Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:11.906Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:12.908Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T11:18:12.908Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:12.909Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:12.909Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:13.910Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T11:18:13.911Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:13.911Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:13.912Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:14.915Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T11:18:14.916Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:14.916Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:14.916Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:15.921Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T11:18:15.921Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:15.922Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:15.922Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:16.924Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "serviceName": "vFW 2023-02-04 11-16-25",
  "serviceVersion": "1.0",
  "serviceUUID": "dca58018-6163-467c-807f-83d0ca394042",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5682a88e-93a7-4534-8feb-763dc6cd2fed",
  "resources": [
    {
      "resourceInstanceName": "vFW 072bb068-c73d 0",
      "resourceCustomizationUUID": "29bfe762-e7e5-433f-ad5e-f52b15489306",
      "resourceName": "vFW 072bb068-c73d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "52bd1108-bf68-4dc0-850f-2facc861766f",
      "resourceInvariantUUID": "80e488a0-abd6-4f02-a32e-c3d1f188b19f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw072bb068c73d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
          "artifactChecksum": "YzNiYWY5YTQ3NGVhYzE1MjRiNzIyODBiZjk3N2ZhYWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f93c1434-671b-47e1-87eb-0e6a7d5f8c9d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "912b0ae5-5772-4926-9ecc-537266f47b0a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d443803-7543-40af-b285-a5d9999ac37a",
            "generatedFromUUID": "912b0ae5-5772-4926-9ecc-537266f47b0a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d443803-7543-40af-b285-a5d9999ac37a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230204111625-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
      "artifactChecksum": "NTg5ZTA5ZjU0NjdhYzg3NThhYWU5MGJkMGZkNGI2NTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c3d52398-7a56-4f0d-89a9-50ef878c8db3"
    }
  ],
  "workloadContext": "Production"
}
2023-02-04T11:18:16.931Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-04T11:18:16.931Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dca58018-6163-467c-807f-83d0ca394042 ASDC
2023-02-04T11:18:17.074Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e632612f-5457-4261-b390-c06549adccf0
ServiceName:vFW 2023-02-04 11-16-25
ServiceVersion:1.0
ServiceUUID:dca58018-6163-467c-807f-83d0ca394042
ServiceInvariantUUID:5682a88e-93a7-4534-8feb-763dc6cd2fed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230204111625-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar
ArtifactUUID:c3d52398-7a56-4f0d-89a9-50ef878c8db3
ArtifactChecksum:NTg5ZTA5ZjU0NjdhYzg3NThhYWU5MGJkMGZkNGI2NTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 072bb068-c73d 0
ResourceCustomizationUUID:29bfe762-e7e5-433f-ad5e-f52b15489306
ResourceInvariantUUID:80e488a0-abd6-4f02-a32e-c3d1f188b19f
ResourceName:vFW 072bb068-c73d
ResourceType:VF
ResourceUUID:52bd1108-bf68-4dc0-850f-2facc861766f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw072bb068c73d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json
ArtifactUUID:f93c1434-671b-47e1-87eb-0e6a7d5f8c9d
ArtifactChecksum:YzNiYWY5YTQ3NGVhYzE1MjRiNzIyODBiZjk3N2ZhYWE=
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/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml
ArtifactUUID:912b0ae5-5772-4926-9ecc-537266f47b0a
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/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env
ArtifactUUID:7d443803-7543-40af-b285-a5d9999ac37a
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/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env
ArtifactUUID:7d443803-7543-40af-b285-a5d9999ac37a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-04T11:18:17.075Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dca58018-6163-467c-807f-83d0ca394042 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-04T11:18:17.392Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-04T11:18:17.394Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-04T11:18:17.395Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-04T11:18:17.395Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c3d52398-7a56-4f0d-89a9-50ef878c8db3 from URL: /sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar
2023-02-04T11:18:17.395Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-04T11:18:17.396Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar
2023-02-04T11:18:17.526Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-04T11:18:17.536Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar c3d52398-7a56-4f0d-89a9-50ef878c8db3 101492
2023-02-04T11:18:17.537Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar ASDC sendASDCNotification
2023-02-04T11:18:17.538Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar
2023-02-04T11:18:17.563Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-04T11:18:17.565Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:17.565Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:17.565Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509497537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:18.566Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-04T11:18:18.567Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-04T11:18:18.567Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c3d52398-7a56-4f0d-89a9-50ef878c8db3, URL: /sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar to file: /app/ASDC/1/service-Vfw20230204111625-csar.csar
2023-02-04T11:18:18.568Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230204111625-csar.csar
2023-02-04T11:18:18.686Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230204111625-csar.csar
2023-02-04T11:18:18.686Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230204111625-csar.csar
2023-02-04T11:18:19.284Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13273730942625979134/Definitions/service-Vfw20230204111625-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-04T11:18:22.105Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-04T11:18:22.111Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-04T11:18:22.111Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.111Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-04T11:18:22.111Z|e632612f-5457-4261-b390-c06549adccf0|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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.111Z|e632612f-5457-4261-b390-c06549adccf0|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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.111Z|e632612f-5457-4261-b390-c06549adccf0|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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.112Z|e632612f-5457-4261-b390-c06549adccf0|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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.112Z|e632612f-5457-4261-b390-c06549adccf0|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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.112Z|e632612f-5457-4261-b390-c06549adccf0|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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.112Z|e632612f-5457-4261-b390-c06549adccf0|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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.112Z|e632612f-5457-4261-b390-c06549adccf0|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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.112Z|e632612f-5457-4261-b390-c06549adccf0|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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.112Z|e632612f-5457-4261-b390-c06549adccf0|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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.113Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 072bb068-c73d 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-Vfw20230204111625-csar.csar
2023-02-04T11:18:22.113Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-04T11:18:22.120Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.122Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:22.126Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:22.127Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-02-04T11:18:22.129Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-04T11:18:22.130Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.131Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:22.131Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:22.131Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-02-04T11:18:22.132Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-04T11:18:22.132Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.132Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:22.136Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.136Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is not matching search criteria
2023-02-04T11:18:22.136Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-04T11:18:22.136Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-04T11:18:22.137Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-04T11:18:22.137Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.137Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:22.137Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.138Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-04T11:18:22.138Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-04T11:18:22.138Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-04T11:18:22.138Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.139Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:22.139Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-04T11:18:22.139Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:22.139Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-04T11:18:22.140Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.140Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-04T11:18:22.140Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.140Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-04T11:18:22.142Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.142Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:22.142Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-04T11:18:22.142Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.143Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:22.143Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-04T11:18:22.143Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.144Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:22.144Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-04T11:18:22.144Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.144Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is not matching search criteria
2023-02-04T11:18:22.145Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-04T11:18:22.145Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-04T11:18:22.145Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-04T11:18:22.145Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-04T11:18:22.146Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-04T11:18:22.146Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.146Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:22.146Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-04T11:18:22.147Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:22.147Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-04T11:18:22.147Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.147Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4228327c-0a2c-4485-ac71-d72b56af98cb
2023-02-04T11:18:22.148Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.148Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is not matching search criteria
2023-02-04T11:18:22.148Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-04T11:18:22.148Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-04T11:18:22.149Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-04T11:18:22.149Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.149Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:22.149Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.150Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-04T11:18:22.150Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-04T11:18:22.150Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-04T11:18:22.150Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:22.151Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-04T11:18:22.151Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.157Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=27977daa-f8b8-4242-8a8f-8a0d3d747341
2023-02-04T11:18:22.157Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.158Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is not matching search criteria
2023-02-04T11:18:22.158Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-04T11:18:22.158Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-04T11:18:22.158Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-04T11:18:22.158Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.159Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:22.159Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.159Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-04T11:18:22.159Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-04T11:18:22.160Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-04T11:18:22.160Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-04T11:18:22.160Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:22.160Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-04T11:18:22.161Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d16013d4-df01-438b-bdf6-bce0495963d6
2023-02-04T11:18:22.161Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.161Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:22.161Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.162Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:22.162Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.162Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:22.162Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:22.163Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:22.163Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-04 11-16-25
Description:catalog service description
Model UUID:dca58018-6163-467c-807f-83d0ca394042
Model Version:NULL
Model InvariantUuid:5682a88e-93a7-4534-8feb-763dc6cd2fed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 072bb068-c73d
Model UUID:d58153b7-26a3-4222-b235-1ca2b32cf111
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:80e488a0-abd6-4f02-a32e-c3d1f188b19f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:29bfe762-e7e5-433f-ad5e-f52b15489306
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfd4ef40-72c3-4ae9-a4c5-405f527676b2
ModelName:Vfw072bb068C73d..base_vfw..module-0
ModelUuid:ae2d2c74-3836-43c1-b11e-f3a04972b784
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4228327c-0a2c-4485-ac71-d72b56af98cb
ModelInvariantUuid:8c8d0b8c-6600-467a-a3a0-ae7e97bd8dd4
ModelName:vFW 072bb068-c73d-nodes.vfwCvfc
ModelUuid:c832ccce-0c5f-46e0-ad84-8bf748e34e51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2e42df34-a13c-41e3-8627-3302478fbed6
ModelInvariantUuid:9d427b7f-b636-4afc-b08b-4c4e8afcbb6e
ModelName:Vfw072bb068C73d.compute.nodes.heat.vfw
ModelUuid:03606cb1-5166-434b-ae92-3500ee54b68f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:27977daa-f8b8-4242-8a8f-8a0d3d747341
ModelInvariantUuid:f1f3bdb9-4c3e-4c7a-bb11-b947895cbf8c
ModelName:vFW 072bb068-c73d-nodes.vsnCvfc
ModelUuid:bfbd8008-6cda-4196-9fb9-2686f6ac5bfc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ec3781a2-87ce-4fa8-8698-c78f472c5c01
ModelInvariantUuid:cba09fec-1041-485e-a74a-b144ba8fe00e
ModelName:Vfw072bb068C73d.compute.nodes.heat.vsn
ModelUuid:a8180af3-3402-4b99-b4c0-ac588402cd9f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d16013d4-df01-438b-bdf6-bce0495963d6
ModelInvariantUuid:ee9e638d-0ad2-47c1-b937-2bc1fe4ab500
ModelName:vFW 072bb068-c73d-nodes.vpgCvfc
ModelUuid:0f6f521d-7644-4066-bc59-76fb323058c8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:855fad3c-d2e5-4e4e-8fb8-94755168c2b7
ModelInvariantUuid:d382ef8b-b99f-4c9f-9041-eeee9dbde773
ModelName:Vfw072bb068C73d.compute.nodes.heat.vpg
ModelUuid:2013979e-2f8e-42b1-9b43-4dd8f0d9d17d
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-04T11:18:22.182Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 52bd1108-bf68-4dc0-850f-2facc861766f
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-04T11:18:22.250Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||vFW 072bb068-c73d 0
2023-02-04T11:18:22.258Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52bd1108-bf68-4dc0-850f-2facc861766f
2023-02-04T11:18:22.258Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f93c1434-671b-47e1-87eb-0e6a7d5f8c9d from URL: /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json
2023-02-04T11:18:22.259Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-04T11:18:22.259Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json
2023-02-04T11:18:22.411Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-04T11:18:22.412Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json f93c1434-671b-47e1-87eb-0e6a7d5f8c9d 785
2023-02-04T11:18:22.412Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json ASDC sendASDCNotification
2023-02-04T11:18:22.413Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json
2023-02-04T11:18:22.413Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-04T11:18:22.413Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:22.413Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:22.414Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509502412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:23.415Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw072bb068C73d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dfd4ef40-72c3-4ae9-a4c5-405f527676b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae2d2c74-3836-43c1-b11e-f3a04972b784",
    "vfModuleModelCustomizationUUID": "6e61883a-8000-4a57-a5f5-f6d0a38b980f",
    "isBase": true,
    "artifacts": [
      "912b0ae5-5772-4926-9ecc-537266f47b0a",
      "7d443803-7543-40af-b285-a5d9999ac37a"
    ],
    "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-04T11:18:23.434Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw072bb068C73d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae2d2c74-3836-43c1-b11e-f3a04972b784
VfModuleModelInvariantUUID:dfd4ef40-72c3-4ae9-a4c5-405f527676b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
912b0ae5-5772-4926-9ecc-537266f47b0a
,
7d443803-7543-40af-b285-a5d9999ac37a

}
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-04T11:18:23.437Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw072bb068C73d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dfd4ef40-72c3-4ae9-a4c5-405f527676b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae2d2c74-3836-43c1-b11e-f3a04972b784",
    "vfModuleModelCustomizationUUID": "6e61883a-8000-4a57-a5f5-f6d0a38b980f",
    "isBase": true,
    "artifacts": [
      "912b0ae5-5772-4926-9ecc-537266f47b0a",
      "7d443803-7543-40af-b285-a5d9999ac37a"
    ],
    "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-04T11:18:23.437Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw072bb068C73d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae2d2c74-3836-43c1-b11e-f3a04972b784
VfModuleModelInvariantUUID:dfd4ef40-72c3-4ae9-a4c5-405f527676b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
912b0ae5-5772-4926-9ecc-537266f47b0a
,
7d443803-7543-40af-b285-a5d9999ac37a

}
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-04T11:18:23.437Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 912b0ae5-5772-4926-9ecc-537266f47b0a from URL: /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml
2023-02-04T11:18:23.437Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-04T11:18:23.438Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml
2023-02-04T11:18:23.548Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-04T11:18:23.549Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml 912b0ae5-5772-4926-9ecc-537266f47b0a 20368
2023-02-04T11:18:23.549Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-04T11:18:23.549Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml
2023-02-04T11:18:23.549Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-04T11:18:23.550Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:23.550Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:23.550Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509503549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:24.552Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7d443803-7543-40af-b285-a5d9999ac37a from URL: /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env
2023-02-04T11:18:24.553Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-04T11:18:24.553Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env
2023-02-04T11:18:24.650Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-04T11:18:24.651Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env 7d443803-7543-40af-b285-a5d9999ac37a 2098
2023-02-04T11:18:24.651Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-04T11:18:24.652Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env
2023-02-04T11:18:24.652Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-04T11:18:24.652Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:24.653Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:24.653Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509504651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:25.655Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: dca58018-6163-467c-807f-83d0ca394042
2023-02-04T11:18:25.656Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 072bb068-c73d 0 52bd1108-bf68-4dc0-850f-2facc861766f 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-04T11:18:25.693Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5042afe3, org.onap.sdc.toscaparser.api.parameters.Input@7be4898b, org.onap.sdc.toscaparser.api.parameters.Input@2c6cfe07, org.onap.sdc.toscaparser.api.parameters.Input@1784858, org.onap.sdc.toscaparser.api.parameters.Input@4400c223]
2023-02-04T11:18:25.697Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.697Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:25.698Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-02-04T11:18:25.698Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 29bfe762-e7e5-433f-ad5e-f52b15489306
2023-02-04T11:18:25.698Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 29bfe762-e7e5-433f-ad5e-f52b15489306 matches Tosca VF Customization UUID: 29bfe762-e7e5-433f-ad5e-f52b15489306
2023-02-04T11:18:25.699Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 29bfe762-e7e5-433f-ad5e-f52b15489306  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-04T11:18:25.706Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.706Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:25.709Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 29bfe762-e7e5-433f-ad5e-f52b15489306: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-04T11:18:25.709Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d1371ec
2023-02-04T11:18:25.709Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.710Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-04T11:18:25.710Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e61883a-8000-4a57-a5f5-f6d0a38b980f
2023-02-04T11:18:25.712Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e61883a-8000-4a57-a5f5-f6d0a38b980f
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-04T11:18:25.718Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.719Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:25.719Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-04T11:18:25.720Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.720Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:25.720Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-04T11:18:25.721Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.721Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is not matching search criteria
2023-02-04T11:18:25.721Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-04T11:18:25.722Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-04T11:18:25.722Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-04T11:18:25.722Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-04T11:18:25.722Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-04T11:18:25.723Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-04T11:18:25.723Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:25.723Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-04T11:18:25.724Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:25.724Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-04T11:18:25.724Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-04T11:18:25.724Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4228327c-0a2c-4485-ac71-d72b56af98cb
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-04T11:18:25.739Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.739Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:25.739Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-04T11:18:25.740Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.740Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is not matching search criteria
2023-02-04T11:18:25.741Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-04T11:18:25.741Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-04T11:18:25.741Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-04T11:18:25.741Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-04T11:18:25.742Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:25.742Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-04T11:18:25.742Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-04T11:18:25.742Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-04T11:18:25.743Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-04T11:18:25.743Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:25.743Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-04T11:18:25.744Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-04T11:18:25.744Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=27977daa-f8b8-4242-8a8f-8a0d3d747341
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-04T11:18:25.746Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.746Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:25.747Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-04T11:18:25.750Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.750Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is not matching search criteria
2023-02-04T11:18:25.751Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-04T11:18:25.751Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-04T11:18:25.751Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-04T11:18:25.752Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-04T11:18:25.752Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:25.752Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-04T11:18:25.753Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-04T11:18:25.753Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-04T11:18:25.753Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-04T11:18:25.754Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-04T11:18:25.754Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-04T11:18:25.754Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-04T11:18:25.754Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d16013d4-df01-438b-bdf6-bce0495963d6
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-04T11:18:25.757Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.757Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:25.758Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-04T11:18:25.758Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.758Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Node template vFW 072bb068-c73d 0 is matching search criteria
2023-02-04T11:18:25.759Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 072bb068-c73d 0] matching following query criteria: sdcType=VF, customizationUUID=29bfe762-e7e5-433f-ad5e-f52b15489306
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-04T11:18:25.761Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.761Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:25.762Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid dca58018-6163-467c-807f-83d0ca394042: vFW 072bb068-c73d
2023-02-04T11:18:25.762Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.762Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:25.763Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.763Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:25.763Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.764Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:25.764Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.764Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:25.764Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T11:18:25.765Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-02-04 11-16-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T11:18:25.765Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-02-04 11-16-25 
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-04T11:18:26.065Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 072bb068-c73d 52bd1108-bf68-4dc0-850f-2facc861766f 1 ASDC deployResourceStructure
2023-02-04T11:18:26.066Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json ASDC sendASDCNotification
2023-02-04T11:18:26.066Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json
2023-02-04T11:18:26.067Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-04T11:18:26.067Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:26.067Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:26.068Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509506066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:27.069Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-04T11:18:27.069Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml
2023-02-04T11:18:27.070Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-04T11:18:27.070Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:27.070Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:27.070Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509507069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:28.071Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-04T11:18:28.072Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env
2023-02-04T11:18:28.072Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-04T11:18:28.072Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:28.072Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:28.072Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509508071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:28.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:18:28.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509465336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:18:28.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:18:29.073Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar ASDC sendASDCNotification
2023-02-04T11:18:29.074Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar
2023-02-04T11:18:29.074Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-04T11:18:29.075Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:18:29.075Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:18:29.075Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509509073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:18:30.077Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e632612f-5457-4261-b390-c06549adccf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04T11:18:30.125Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e632612f-5457-4261-b390-c06549adccf0
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-04T11:18:30.129Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-04T11:18:30.129Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-04T11:18:30.130Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-04T11:19:00.130Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e632612f-5457-4261-b390-c06549adccf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04T11:19:00.141Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e632612f-5457-4261-b390-c06549adccf0
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-04T11:19:00.143Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-04T11:19:00.144Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-04T11:19:00.144Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-04T11:19:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:19:28.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.767Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.767Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675509461209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.767Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509465336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.768Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.768Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675509461209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.768Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509465336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.769Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.769Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675509461209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.769Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509465336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.770Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.770Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675509461209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.771Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509465336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.771Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.771Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675509493613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.772Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.773Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675509461209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.773Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509465336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.773Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675509493613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509449040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675509461209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509465336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675509493613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675509496815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675509493613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675509496790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-04T11:19:28.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509497314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-04T11:19:28.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675509496815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509497537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-04T11:19:28.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675509493613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675509497812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-04T11:19:28.786Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e632612f-5457-4261-b390-c06549adccf0
2023-02-04T11:19:28.786Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e632612f-5457-4261-b390-c06549adccf0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-04T11:19:28.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.802Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509498553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-04T11:19:28.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.803Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675509496815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.803Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675509493613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.803Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675509496815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.804Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-04T11:19:28.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.804Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675509493613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.804Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675509496815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.805Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.805Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509500896,
  "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-04T11:19:28.809Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e632612f-5457-4261-b390-c06549adccf0
2023-02-04T11:19:28.809Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e632612f-5457-4261-b390-c06549adccf0 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-04T11:19:28.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.818Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675509501888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-04T11:19:28.818Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.818Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675509496815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T11:19:28.818Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.819Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675509501900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-04T11:19:28.819Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.819Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509502412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-04T11:19:28.819Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.819Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675509496815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "NOTIFIED"
}
2023-02-04T11:19:28.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.820Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509503549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-04T11:19:28.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.820Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675509504180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-04T11:19:28.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.820Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509504651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-04T11:19:28.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.821Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509506066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/vfw072bb068c73d0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-04T11:19:28.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.821Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509507069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-04T11:19:28.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:28.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:19:28.821Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509508071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/resourceInstances/vfw072bb068c73d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-04T11:19:28.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:19:30.144Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e632612f-5457-4261-b390-c06549adccf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04T11:19:30.154Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e632612f-5457-4261-b390-c06549adccf0
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-04T11:19:30.157Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-04T11:19:30.157Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-04T11:19:30.157Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-04T11:20:00.157Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e632612f-5457-4261-b390-c06549adccf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04T11:20:00.170Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e632612f-5457-4261-b390-c06549adccf0
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-04T11:20:00.172Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-04T11:20:00.173Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-04T11:20:00.173Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-04T11:20:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:20:28.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:20:28.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509509073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-04T11:20:28.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:20:28.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:20:28.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675509512912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-04T11:20:28.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:20:28.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:20:28.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675509513919,
  "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-04T11:20:28.778Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e632612f-5457-4261-b390-c06549adccf0
2023-02-04T11:20:28.778Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e632612f-5457-4261-b390-c06549adccf0 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-04T11:20:28.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:20:28.792Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675509520079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230204111625/1.0/artifacts/service-Vfw20230204111625-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-04T11:20:28.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:20:28.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:20:28.792Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675509521088,
  "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-04T11:20:28.801Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e632612f-5457-4261-b390-c06549adccf0
2023-02-04T11:20:28.801Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e632612f-5457-4261-b390-c06549adccf0 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-04T11:20:30.173Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e632612f-5457-4261-b390-c06549adccf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04T11:20:30.191Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e632612f-5457-4261-b390-c06549adccf0
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-04T11:20:30.195Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-04T11:20:30.195Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-04T11:20:30.196Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-04T11:20:30.196Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-04T11:20:30.196Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-04T11:20:30.196Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-04T11:20:30.197Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-04T11:20:30.197Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-04T11:20:30.197Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-04T11:20:30.197Z|e632612f-5457-4261-b390-c06549adccf0|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-04T11:20:30.204Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-04T11:21:00.204Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e632612f-5457-4261-b390-c06549adccf0 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-04T11:21:00.220Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e632612f-5457-4261-b390-c06549adccf0 and serviceModelVersionId: dca58018-6163-467c-807f-83d0ca394042
2023-02-04T11:21:00.220Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5682a88e-93a7-4534-8feb-763dc6cd2fed
2023-02-04T11:21:17.074Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5682a88e-93a7-4534-8feb-763dc6cd2fed/model-vers/model-ver/dca58018-6163-467c-807f-83d0ca394042?depth=0
2023-02-04T11:21:17.200Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-02-04T11:21:17.752Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5682a88e-93a7-4534-8feb-763dc6cd2fed/model-vers/model-ver/dca58018-6163-467c-807f-83d0ca394042?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-04T11:21:17.757Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5682a88e-93a7-4534-8feb-763dc6cd2fed/model-vers/model-ver/dca58018-6163-467c-807f-83d0ca394042?depth=0|INFO|500||Invoke
2023-02-04T11:21:17.787Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5682a88e-93a7-4534-8feb-763dc6cd2fed/model-vers/model-ver/dca58018-6163-467c-807f-83d0ca394042?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-04T11:21:18.123Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5682a88e-93a7-4534-8feb-763dc6cd2fed/model-vers/model-ver/dca58018-6163-467c-807f-83d0ca394042?depth=0|INFO|500||InvokeReturn
2023-02-04T11:21:18.125Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5682a88e-93a7-4534-8feb-763dc6cd2fed/model-vers/model-ver/dca58018-6163-467c-807f-83d0ca394042?depth=0 has http status code:200 and response headers:{date=[Sat, 04 Feb 2023 11:21:17 GMT], content-length=[0], vertex-id=[176288], x-aai-txid=[2-aai-resources-230204-11:21:17:766-84713], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-04T11:21:18.125Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-02-04T11:21:18.129Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-04T11:21:18.129Z|e632612f-5457-4261-b390-c06549adccf0|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-04T11:21:18.141Z|e632612f-5457-4261-b390-c06549adccf0|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-04T11:21:18.142Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e632612f-5457-4261-b390-c06549adccf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-04T11:21:18.143Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-04T11:21:18.143Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-04T11:21:18.144Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T11:21:18.144Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509678142,
  "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-04T11:21:19.167Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:21:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:21:28.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T11:21:28.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e632612f-5457-4261-b390-c06549adccf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675509678142,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-04T11:21:28.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T11:22:19.168Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:22:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:23:19.170Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:23:28.762Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:24:19.172Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:24:28.762Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:25:19.174Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:25:28.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:26:19.176Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:26:28.764Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:27:19.176Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:27:28.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:28:19.176Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:28:28.767Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:29:19.178Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:29:28.768Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:30:19.179Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:30:28.768Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:31:19.180Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:31:28.768Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:32:19.180Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:32:28.769Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:33:19.181Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:33:28.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:33:31.468Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Node 2 disconnected.
2023-02-04T11:34:19.182Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:34:28.771Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:35:19.184Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:35:28.771Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:36:19.184Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:36:28.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:37:19.186Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:37:28.774Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:38:19.188Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:38:28.775Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:39:19.189Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:39:28.776Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:40:19.191Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:40:28.777Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:41:19.192Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:41:28.779Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:42:19.194Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:42:28.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:43:19.195Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:43:28.782Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:44:19.197Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:44:28.782Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:45:19.199Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:45:28.783Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:46:19.201Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:46:28.785Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:47:19.202Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:47:28.786Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:48:19.204Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:48:28.787Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:49:19.204Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:49:28.788Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:50:19.205Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:50:28.788Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:51:19.206Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:51:28.789Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:52:19.207Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:52:28.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:53:19.208Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:53:28.792Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:54:19.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:54:28.793Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:55:19.211Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:55:28.794Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:56:19.212Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:56:28.794Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:57:19.214Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:57:28.796Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:58:19.214Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:58:28.796Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T11:59:19.215Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T11:59:28.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:00:19.216Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:00:28.798Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:01:19.216Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:01:28.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:02:19.218Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:02:28.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:03:19.219Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:03:28.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:04:19.220Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:04:28.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:05:19.222Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:05:28.805Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:06:19.222Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:06:28.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:07:19.224Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:07:28.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:08:19.227Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:08:28.807Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:09:19.229Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:09:28.808Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:10:19.230Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:10:28.809Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:11:19.231Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:11:28.809Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:12:19.232Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:12:28.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:13:19.232Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:13:28.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:14:19.234Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:14:28.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:15:19.235Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:15:28.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:16:19.238Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:16:28.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:17:19.238Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:17:28.817Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:18:19.239Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:18:28.818Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:19:19.241Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:19:28.818Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:20:19.241Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:20:28.819Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:21:19.242Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:21:28.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:22:19.244Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:22:28.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:23:19.246Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:23:28.821Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:24:19.246Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:24:28.822Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:25:19.248Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:25:28.824Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:26:19.248Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:26:28.824Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:27:19.250Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:27:28.825Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:28:19.251Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:28:28.826Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:29:19.251Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:29:28.826Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:30:19.252Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:30:28.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:31:19.254Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:31:28.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:32:19.255Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:32:28.830Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:33:19.257Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:33:28.830Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:34:19.257Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:34:28.832Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:35:19.258Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:35:28.832Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:36:19.260Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:36:28.833Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:37:19.260Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:37:28.834Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:38:19.261Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:38:28.836Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:39:19.263Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:39:28.837Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:40:19.264Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:40:28.837Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:41:19.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:41:28.839Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:42:19.266Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:42:28.840Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:43:19.266Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:43:28.841Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:44:19.267Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:44:28.843Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:45:19.269Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:45:28.844Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:46:19.269Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:46:28.846Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:47:19.270Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:47:28.846Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:48:19.271Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:48:28.846Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:49:19.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:49:28.847Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:50:19.274Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:50:28.848Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:51:19.274Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:51:28.848Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:52:19.276Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:52:28.850Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:53:19.277Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:53:28.851Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:54:19.279Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:54:28.852Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:55:19.280Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:55:28.852Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:56:19.281Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:56:28.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:57:19.281Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:57:28.854Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:58:19.281Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:58:28.854Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T12:59:19.282Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T12:59:28.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:00:19.283Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:00:28.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:01:19.284Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:01:28.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:02:19.284Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:02:28.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:03:19.285Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:03:28.858Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:04:19.287Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:04:28.859Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:05:19.289Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:05:28.861Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:06:19.290Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:06:28.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:07:19.290Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:07:28.863Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:08:19.292Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:08:28.865Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:09:19.294Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:09:28.865Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:10:19.296Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:10:28.865Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:11:19.297Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:11:28.867Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:12:19.303Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:12:28.867Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:13:19.304Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:13:28.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:14:19.305Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:14:28.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:15:19.307Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:15:28.869Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:16:19.308Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:16:28.870Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:17:19.308Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:17:28.870Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:18:19.309Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:18:28.871Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:19:19.310Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:19:28.873Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:20:19.312Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:20:28.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:21:19.312Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:21:28.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:22:19.313Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:22:28.877Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:23:19.314Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:23:28.879Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:24:19.316Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:24:28.879Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:25:19.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:25:28.880Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:26:19.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:26:28.881Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:27:19.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:27:28.882Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:28:19.319Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:28:28.883Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:29:19.320Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:29:28.883Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:30:19.323Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:30:28.884Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:31:19.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:31:28.886Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:19.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:32:19.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-04T13:32:19.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"d9fb87cb-a759-46b4-96d3-ee3376f59c98","serviceName":"Demo_pNF_mFkEZmOXynfhLgaIobkh","serviceVersion":"1.0","serviceUUID":"2d5cd64c-480e-4905-bd84-cd46c49e0b4d","serviceDescription":"catalog service description","serviceInvariantUUID":"4e53d4c9-f59e-488c-b28d-61b189a0a491","resources":[{"resourceInstanceName":"pNF 203defe4-1662 0","resourceName":"pNF 203defe4-1662","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5918c622-5b7e-449b-8ad7-b3a09d1e039b","resourceInvariantUUID":"71fd5410-864b-4577-ad51-230d2b944c80","resourceCustomizationUUID":"4e6427b4-5198-4539-bd9c-19a8c84acd09","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vf-license-model.xml","artifactChecksum":"ODEwYmZjMmY0OGNhZjg0ZDE1YmU3YzViM2EwOWZiMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca646f-af83-4971-be8c-7be45a4f95df","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/pNF.csar","artifactChecksum":"MDlhNWU1ODllMmM5N2U3Y2FhZmY3ZDQxMjc2OTY0NmI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a6a9978-4658-4936-a347-70368f2bcf90","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e945d31-18a4-4e6a-af92-7e28f7c61720","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vendor-license-model.xml","artifactChecksum":"MTMwNjMyMTZmNWM0ZWYzM2NkOTdmMjJlMmIzYTZhN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0aa279be-994b-450f-a8d2-66e6035877ab","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6eb38c5b-f2bb-4225-b35e-1b6fc2d09ce9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"893947f0-0c50-4737-807c-ae746e594603","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMfkezmoxynfhlgaiobkh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-template.yml","artifactChecksum":"ODgzNmMzMjkzOGQxYzM2N2QzNGYwODM2NTM4ZDk4ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3186232a-0f62-4a7c-bb5f-5bf375a538f5","artifactVersion":"1"},{"artifactName":"service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar","artifactChecksum":"ZjU4MjQ4N2JjOGRjZDY3ZTY4NzhmNjliNDIyOGY1NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"527e8203-6ba4-40c7-b875-76aeebf47ad0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-04T13:32:19.929Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T13:32:19.930Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:32:19.930Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:32:19.930Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:19.933Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T13:32:19.934Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T13:32:19.934Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T13:32:19.935Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T13:32:19.935Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T13:32:19.935Z||kafka-producer-network-thread | SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-31482188-a6e8-48da-ad8e-18018c06b761] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to WJ1eV5I3S9eYkmfjSrYEPQ
2023-02-04T13:32:20.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-04T13:32:20.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:32:20.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:32:20.937Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T13:32:20.937Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:32:20.937Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:32:20.938Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:21.938Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T13:32:21.939Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:32:21.939Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:32:21.939Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:22.940Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T13:32:22.940Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:32:22.940Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:32:22.941Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:23.941Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T13:32:23.942Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:32:23.942Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:32:23.942Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:24.943Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T13:32:24.943Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:32:24.944Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:32:24.944Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:25.944Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T13:32:25.945Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:32:25.945Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:32:25.945Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:26.946Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-04T13:32:26.947Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:32:26.947Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:32:26.947Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:27.949Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "serviceName": "Demo_pNF_mFkEZmOXynfhLgaIobkh",
  "serviceVersion": "1.0",
  "serviceUUID": "2d5cd64c-480e-4905-bd84-cd46c49e0b4d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4e53d4c9-f59e-488c-b28d-61b189a0a491",
  "resources": [
    {
      "resourceInstanceName": "pNF 203defe4-1662 0",
      "resourceCustomizationUUID": "4e6427b4-5198-4539-bd9c-19a8c84acd09",
      "resourceName": "pNF 203defe4-1662",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5918c622-5b7e-449b-8ad7-b3a09d1e039b",
      "resourceInvariantUUID": "71fd5410-864b-4577-ad51-230d2b944c80",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
      "artifactChecksum": "ZjU4MjQ4N2JjOGRjZDY3ZTY4NzhmNjliNDIyOGY1NjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "527e8203-6ba4-40c7-b875-76aeebf47ad0"
    }
  ],
  "workloadContext": "Production"
}
2023-02-04T13:32:27.950Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-04T13:32:27.950Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d5cd64c-480e-4905-bd84-cd46c49e0b4d ASDC
2023-02-04T13:32:27.951Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d9fb87cb-a759-46b4-96d3-ee3376f59c98
ServiceName:Demo_pNF_mFkEZmOXynfhLgaIobkh
ServiceVersion:1.0
ServiceUUID:2d5cd64c-480e-4905-bd84-cd46c49e0b4d
ServiceInvariantUUID:4e53d4c9-f59e-488c-b28d-61b189a0a491
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
ArtifactUUID:527e8203-6ba4-40c7-b875-76aeebf47ad0
ArtifactChecksum:ZjU4MjQ4N2JjOGRjZDY3ZTY4NzhmNjliNDIyOGY1NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 203defe4-1662 0
ResourceCustomizationUUID:4e6427b4-5198-4539-bd9c-19a8c84acd09
ResourceInvariantUUID:71fd5410-864b-4577-ad51-230d2b944c80
ResourceName:pNF 203defe4-1662
ResourceType:PNF
ResourceUUID:5918c622-5b7e-449b-8ad7-b3a09d1e039b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-04T13:32:27.951Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d5cd64c-480e-4905-bd84-cd46c49e0b4d 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-04T13:32:28.014Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-04T13:32:28.015Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-04T13:32:28.015Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-04T13:32:28.016Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 527e8203-6ba4-40c7-b875-76aeebf47ad0 from URL: /sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:28.016Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-04T13:32:28.016Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:28.175Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-04T13:32:28.180Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar 527e8203-6ba4-40c7-b875-76aeebf47ad0 88007
2023-02-04T13:32:28.181Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar ASDC sendASDCNotification
2023-02-04T13:32:28.181Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:28.181Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-04T13:32:28.182Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:32:28.182Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:32:28.183Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517548181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:28.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:32:28.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675517513371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:32:28.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:32:28.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:32:28.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675517539018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:32:28.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:32:28.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:32:28.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517536813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:32:28.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:32:29.184Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-04T13:32:29.184Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-04T13:32:29.185Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 527e8203-6ba4-40c7-b875-76aeebf47ad0, URL: /sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar to file: /app/ASDC/1/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:29.185Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:29.186Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:29.186Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:29.436Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9869886332171175765/Definitions/service-DemoPnfMfkezmoxynfhlgaiobkh-template.yml
2023-02-04T13:32:30.217Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-04T13:32:30.217Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-04T13:32:30.217Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:30.217Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-04T13:32:30.218Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||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-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:30.218Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:30.218Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||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-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:30.218Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 203defe4-1662 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-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:30.218Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||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-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:30.218Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||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-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:30.218Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:30.218Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-04T13:32:30.218Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T13:32:30.219Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mFkEZmOXynfhLgaIobkh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T13:32:30.219Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Node template pNF 203defe4-1662 0 is matching search criteria
2023-02-04T13:32:30.219Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-04T13:32:30.219Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 203defe4-1662 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-04T13:32:30.220Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T13:32:30.220Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mFkEZmOXynfhLgaIobkh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T13:32:30.220Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Node template pNF 203defe4-1662 0 is matching search criteria
2023-02-04T13:32:30.220Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-04T13:32:30.220Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 203defe4-1662 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-04T13:32:30.220Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T13:32:30.220Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mFkEZmOXynfhLgaIobkh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T13:32:30.221Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T13:32:30.221Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mFkEZmOXynfhLgaIobkh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T13:32:30.221Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T13:32:30.221Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mFkEZmOXynfhLgaIobkh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T13:32:30.222Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T13:32:30.222Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mFkEZmOXynfhLgaIobkh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T13:32:30.222Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T13:32:30.222Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mFkEZmOXynfhLgaIobkh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T13:32:30.222Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_mFkEZmOXynfhLgaIobkh
Description:catalog service description
Model UUID:2d5cd64c-480e-4905-bd84-cd46c49e0b4d
Model Version:NULL
Model InvariantUuid:4e53d4c9-f59e-488c-b28d-61b189a0a491
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-04T13:32:30.231Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5918c622-5b7e-449b-8ad7-b3a09d1e039b
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-04T13:32:30.236Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||pNF 203defe4-1662 0
2023-02-04T13:32:30.237Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5918c622-5b7e-449b-8ad7-b3a09d1e039b
2023-02-04T13:32:30.238Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2d5cd64c-480e-4905-bd84-cd46c49e0b4d
2023-02-04T13:32:30.238Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2d5cd64c-480e-4905-bd84-cd46c49e0b4d
2023-02-04T13:32:30.238Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 203defe4-1662 0 5918c622-5b7e-449b-8ad7-b3a09d1e039b 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-04T13:32:30.243Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c708d76, org.onap.sdc.toscaparser.api.parameters.Input@427b245b, org.onap.sdc.toscaparser.api.parameters.Input@5719587, org.onap.sdc.toscaparser.api.parameters.Input@2ecf234b, org.onap.sdc.toscaparser.api.parameters.Input@760c00d9]
2023-02-04T13:32:30.243Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T13:32:30.244Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mFkEZmOXynfhLgaIobkh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T13:32:30.244Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2d5cd64c-480e-4905-bd84-cd46c49e0b4d: pNF 203defe4-1662
2023-02-04T13:32:30.244Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Processing PNF resource: 5918c622-5b7e-449b-8ad7-b3a09d1e039b
2023-02-04T13:32:30.244Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-04T13:32:30.244Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mFkEZmOXynfhLgaIobkh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-04T13:32:30.245Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Resource customization UUID: 4e6427b4-5198-4539-bd9c-19a8c84acd09 is the same as notified resource customizationUUID: 4e6427b4-5198-4539-bd9c-19a8c84acd09
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-04T13:32:30.373Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 203defe4-1662 5918c622-5b7e-449b-8ad7-b3a09d1e039b 0 ASDC deployResourceStructure
2023-02-04T13:32:30.373Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar ASDC sendASDCNotification
2023-02-04T13:32:30.373Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar
2023-02-04T13:32:30.374Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-04T13:32:30.374Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:32:30.374Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:32:30.374Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517550373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:32:31.375Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04T13:32:31.390Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98
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-04T13:32:31.393Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-04T13:32:31.393Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-04T13:32:31.393Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-04T13:33:01.393Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04T13:33:01.403Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98
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-04T13:33:01.405Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-04T13:33:01.405Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-04T13:33:01.405Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-04T13:33:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:33:28.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517533613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675517539018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.767Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517536813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.767Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675517513371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.767Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517533613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.768Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.768Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517536813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.768Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675517539018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.768Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675517513371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.769Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.769Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517533613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.769Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517536813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.770Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675517539018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.770Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675517513371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.770Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.771Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517533613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.771Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.771Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517536813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.771Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.771Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675517539018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.771Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.771Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675517513371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.772Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.772Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517533613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.772Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675517539018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.773Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517536813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.773Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675517513371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.773Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517533613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/resourceInstances/pnf203defe416620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517536813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675517539018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675517513371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517539324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "NOTIFIED"
}
2023-02-04T13:33:28.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675517539018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "NOTIFIED"
}
2023-02-04T13:33:28.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517536813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "NOTIFIED"
}
2023-02-04T13:33:28.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517533613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-04T13:33:28.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675517513371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "NOTIFIED"
}
2023-02-04T13:33:28.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517533613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "NOTIFIED"
}
2023-02-04T13:33:28.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675517547918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-04T13:33:28.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517548181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-04T13:33:28.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:28.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:33:28.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517548867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-04T13:33:28.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:33:31.406Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04T13:33:31.417Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98
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-04T13:33:31.420Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-04T13:33:31.420Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-04T13:33:31.420Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-04T13:34:01.422Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04T13:34:01.434Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98
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-04T13:34:01.436Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-04T13:34:01.436Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-04T13:34:01.436Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-04T13:34:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:34:28.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:34:28.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675517548924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-04T13:34:28.783Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9fb87cb-a759-46b4-96d3-ee3376f59c98
2023-02-04T13:34:28.784Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9fb87cb-a759-46b4-96d3-ee3376f59c98 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-04T13:34:28.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:34:28.795Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517549980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-04T13:34:28.795Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:34:28.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:34:28.796Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517550373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-04T13:34:28.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:34:28.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:34:28.796Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517553011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-04T13:34:28.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:34:28.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:34:28.797Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675517554036,
  "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-04T13:34:28.802Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9fb87cb-a759-46b4-96d3-ee3376f59c98
2023-02-04T13:34:28.802Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9fb87cb-a759-46b4-96d3-ee3376f59c98 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-04T13:34:28.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:34:28.817Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517554148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMfkezmoxynfhlgaiobkh/1.0/artifacts/service-DemoPnfMfkezmoxynfhlgaiobkh-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-04T13:34:28.818Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:34:28.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:34:28.818Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "aai-model-loader",
  "timestamp": 1675517555152,
  "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-04T13:34:28.825Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9fb87cb-a759-46b4-96d3-ee3376f59c98
2023-02-04T13:34:28.825Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9fb87cb-a759-46b4-96d3-ee3376f59c98 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-04T13:34:31.437Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04T13:34:31.452Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98
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-04T13:34:31.455Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-04T13:34:31.456Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-04T13:34:31.456Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-04T13:34:31.456Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-04T13:34:31.456Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-04T13:34:31.456Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-04T13:34:31.457Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-04T13:34:31.457Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-04T13:34:31.457Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-04T13:34:31.463Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-04T13:35:01.463Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98 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-04T13:35:01.473Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9fb87cb-a759-46b4-96d3-ee3376f59c98 and serviceModelVersionId: 2d5cd64c-480e-4905-bd84-cd46c49e0b4d
2023-02-04T13:35:01.473Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e53d4c9-f59e-488c-b28d-61b189a0a491
2023-02-04T13:35:01.474Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e53d4c9-f59e-488c-b28d-61b189a0a491/model-vers/model-ver/2d5cd64c-480e-4905-bd84-cd46c49e0b4d?depth=0
2023-02-04T13:35:01.481Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-04T13:35:01.549Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e53d4c9-f59e-488c-b28d-61b189a0a491/model-vers/model-ver/2d5cd64c-480e-4905-bd84-cd46c49e0b4d?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-04T13:35:01.551Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e53d4c9-f59e-488c-b28d-61b189a0a491/model-vers/model-ver/2d5cd64c-480e-4905-bd84-cd46c49e0b4d?depth=0|INFO|500||Invoke
2023-02-04T13:35:01.558Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e53d4c9-f59e-488c-b28d-61b189a0a491/model-vers/model-ver/2d5cd64c-480e-4905-bd84-cd46c49e0b4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-04T13:35:01.787Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e53d4c9-f59e-488c-b28d-61b189a0a491/model-vers/model-ver/2d5cd64c-480e-4905-bd84-cd46c49e0b4d?depth=0|INFO|500||InvokeReturn
2023-02-04T13:35:01.788Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e53d4c9-f59e-488c-b28d-61b189a0a491/model-vers/model-ver/2d5cd64c-480e-4905-bd84-cd46c49e0b4d?depth=0 has http status code:200 and response headers:{date=[Sat, 04 Feb 2023 13:35:01 GMT], content-length=[0], vertex-id=[213016], x-aai-txid=[0-aai-resources-230204-13:35:01:665-59823], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-04T13:35:01.788Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-04T13:35:01.789Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-04T13:35:01.789Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-04T13:35:01.801Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-04T13:35:01.801Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9fb87cb-a759-46b4-96d3-ee3376f59c98 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-04T13:35:01.801Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-04T13:35:01.802Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-04T13:35:01.802Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-04T13:35:01.802Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517701801,
  "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-04T13:35:02.827Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:35:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:35:28.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-04T13:35:28.769Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9fb87cb-a759-46b4-96d3-ee3376f59c98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675517701801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-04T13:35:28.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-04T13:36:02.829Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:36:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:37:02.830Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:37:28.762Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:38:02.831Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:38:28.762Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:39:02.832Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:39:28.764Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:40:02.833Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:40:28.766Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:41:02.834Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:41:28.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:42:02.835Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:42:28.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:43:02.836Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:43:28.769Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:44:02.838Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:44:28.769Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:45:02.838Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:45:28.770Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:46:02.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:46:28.772Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:47:02.841Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:47:28.772Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:48:02.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:48:28.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:49:02.844Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:49:28.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:50:02.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:50:28.776Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:51:02.846Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:51:28.777Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:52:02.848Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:52:28.777Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:53:02.849Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:53:28.778Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:54:02.850Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:54:28.780Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:55:02.851Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:55:28.784Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:56:02.853Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:56:28.785Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:57:02.853Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:57:28.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:58:02.855Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:58:28.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T13:59:02.857Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T13:59:28.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:00:02.857Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:00:28.790Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:01:02.858Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:01:28.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:02:02.859Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:02:28.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:03:02.860Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:03:28.792Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:04:02.861Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:04:28.793Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:05:02.863Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:05:28.793Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:06:02.865Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:06:28.794Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:07:02.866Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:07:28.794Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:08:02.866Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:08:28.796Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:09:02.868Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:09:28.796Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:10:02.868Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:10:28.798Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:11:02.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:11:28.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:12:02.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:12:28.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:13:02.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:13:28.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:14:02.874Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:14:28.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:15:02.874Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:15:28.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:16:02.875Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:16:28.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:17:02.877Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:17:28.804Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:18:02.878Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:18:28.805Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:19:02.879Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:19:28.806Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:20:02.881Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:20:28.806Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:21:02.882Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:21:28.808Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:22:02.883Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:22:28.808Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:23:02.883Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:23:28.810Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:24:02.885Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:24:28.812Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:25:02.886Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:25:28.813Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:26:02.888Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:26:28.815Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:27:02.888Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:27:28.817Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:28:02.889Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:28:28.818Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:29:02.891Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:29:28.818Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:30:02.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:30:28.819Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:31:02.893Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:31:28.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:32:02.894Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:32:28.821Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:33:02.896Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:33:28.821Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:34:02.898Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:34:28.823Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:35:02.898Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:35:28.825Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:36:02.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:36:28.826Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:37:02.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:37:28.826Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:38:02.901Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:38:28.826Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:39:02.903Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:39:28.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:40:02.905Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:40:28.828Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:41:02.906Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:41:28.829Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:42:02.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:42:28.830Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:43:02.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:43:28.832Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:44:02.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:44:28.832Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:45:02.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:45:28.834Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:46:02.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:46:28.834Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:47:02.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:47:28.834Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:48:02.910Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:48:28.834Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:49:02.910Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:49:28.835Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:50:02.911Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:50:28.837Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:51:02.913Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:51:28.837Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:52:02.914Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:52:28.839Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:53:02.915Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:53:28.840Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:54:02.916Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:54:28.842Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:55:02.918Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:55:28.843Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:56:02.918Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:56:28.845Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:57:02.918Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:57:28.846Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:58:02.919Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:58:28.847Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T14:59:02.920Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T14:59:28.848Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:00:02.922Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:00:28.850Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:01:02.922Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:01:28.850Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:02:02.922Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:02:28.852Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:03:02.923Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:03:28.853Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:04:02.925Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:04:28.854Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:05:02.925Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:05:28.854Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:06:02.926Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:06:28.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:07:02.927Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:07:28.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:08:02.929Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:08:28.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:09:02.931Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:09:28.856Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:10:02.931Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:10:28.859Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:11:02.932Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:11:28.859Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:12:02.933Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:12:28.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:13:02.934Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:13:28.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:14:02.935Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:14:28.862Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:15:02.935Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:15:28.864Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:16:02.936Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:16:28.865Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:17:02.937Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:17:28.865Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:18:02.938Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:18:28.866Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:19:02.938Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:19:28.867Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:20:02.939Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:20:28.867Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:21:02.941Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:21:28.868Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:22:02.942Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:22:28.870Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:23:02.943Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:23:28.870Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:24:02.943Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:24:28.872Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:25:02.945Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:25:28.873Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:26:02.946Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:26:28.874Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:27:02.947Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:27:28.875Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:28:02.947Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:28:28.876Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:29:02.948Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:29:28.877Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:30:02.949Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:30:28.878Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:31:02.949Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:31:28.879Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:32:02.950Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:32:28.879Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:33:02.952Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:33:28.880Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:34:02.952Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:34:28.881Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:35:02.953Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:35:28.883Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:36:02.956Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:36:28.884Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:37:02.957Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:37:28.885Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:38:02.958Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:38:28.886Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:39:02.958Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:39:28.888Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:40:02.960Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:40:28.888Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:41:02.960Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:41:28.889Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:42:02.962Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:42:28.890Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:43:02.962Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:43:28.891Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:44:02.964Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:44:28.892Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:45:02.965Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:45:28.892Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:46:02.965Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:46:28.893Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:47:02.966Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:47:28.893Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:48:02.967Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:48:28.895Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:49:02.968Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:49:28.896Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:50:02.970Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:50:28.897Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:51:02.970Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:51:28.898Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:52:02.970Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:52:28.898Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:53:02.972Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:53:28.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:54:02.972Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:54:28.900Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:55:02.974Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:55:28.901Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:56:02.974Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:56:28.902Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:57:02.976Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:57:28.903Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:58:02.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:58:28.904Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T15:59:02.980Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T15:59:28.906Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:00:02.981Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:00:28.906Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:01:02.981Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:01:28.908Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:02:02.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:02:28.908Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:03:02.983Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:03:28.910Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:04:02.984Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:04:28.910Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:05:02.985Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:05:28.911Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:06:02.987Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:06:28.913Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:07:02.988Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:07:28.913Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:08:02.988Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:08:28.914Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:09:02.989Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:09:28.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:10:02.990Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:10:28.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:11:02.995Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:11:28.917Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:12:02.997Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:12:28.917Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:13:02.998Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:13:28.917Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:14:02.999Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:14:28.918Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:15:03.001Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:15:28.920Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:16:03.001Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:16:28.921Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:17:03.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:17:28.921Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:18:03.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:18:28.922Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:19:03.005Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:19:28.923Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:20:03.005Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:20:28.925Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:21:03.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:21:28.925Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:22:03.008Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:22:28.927Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:23:03.008Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:23:28.928Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:24:03.010Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:24:28.929Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:25:03.010Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:25:28.930Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:26:03.011Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:26:28.930Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:27:03.013Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:27:28.931Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:28:03.013Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:28:28.933Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:29:03.014Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:29:28.934Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:30:03.015Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:30:28.934Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:31:03.017Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:31:28.935Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:32:03.018Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:32:28.937Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:33:03.018Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:33:28.938Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:34:03.019Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:34:28.939Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:35:03.020Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:35:28.940Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:36:03.022Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:36:28.941Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:37:03.022Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:37:28.943Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:38:03.023Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:38:28.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:39:03.025Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:39:28.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:40:03.025Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:40:28.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:41:03.025Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:41:28.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:42:03.026Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:42:28.946Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:43:03.027Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:43:28.948Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:44:03.028Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:44:28.949Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:45:03.030Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:45:28.951Z|d9fb87cb-a759-46b4-96d3-ee3376f59c98|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:46:03.030Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:46:28.952Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:47:03.031Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:47:28.952Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:48:03.032Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:48:28.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:49:03.032Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:49:28.954Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:50:03.034Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:50:28.954Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:51:03.035Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:51:28.956Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:52:03.035Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:52:28.956Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:53:03.037Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:53:28.956Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:54:03.037Z|e632612f-5457-4261-b390-c06549adccf0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:54:28.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:55:03.039Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:55:28.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:56:03.040Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:56:28.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:57:03.041Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:57:28.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:58:03.041Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:58:28.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T16:59:03.042Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T16:59:28.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:00:03.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T17:00:28.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:01:03.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T17:01:28.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:02:03.047Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T17:02:28.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:03:03.049Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T17:03:28.965Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:04:03.050Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T17:04:28.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:05:03.050Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T17:05:28.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:06:03.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T17:06:28.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:07:03.053Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T17:07:28.970Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:08:03.053Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T17:08:28.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:09:03.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-04T17:09:28.974Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-04T17:10:03.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO